summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 13 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e02052f0d67c..b5eb68cd3c4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kde2-kdelibs-git
pkgdesc = Historical copy of the libs module of KDE 2, adapted to compile on modern systems
- pkgver = 2.2.2.r23846.c22d02e13
+ pkgver = 2.2.2.r23932.3d11ab03a
pkgrel = 1
url = https://github.com/sandsmark/kdelibs
arch = i686
@@ -9,9 +9,16 @@ pkgbase = kde2-kdelibs-git
license = GPL2
makedepends = cmake
makedepends = git
- depends = qt2-git
+ depends = qt2
+ depends = audiofile
+ depends = libxslt
+ depends = python
+ depends = libtool
+ depends = hicolor-icon-theme
+ optdepends = java: Java support
provides = kde2-kdelibs
conflicts = kde2-kdelibs
+ options = libtool
source = git+https://github.com/sandsmark/kdelibs.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 99a4193e7e45..d16066a89b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,19 @@
_module=libs
pkgname=kde2-kde${_module}-git
-pkgver=2.2.2.r23846.c22d02e13
+pkgver=2.2.2.r23932.3d11ab03a
pkgrel=1
pkgdesc="Historical copy of the $_module module of KDE 2, adapted to compile on modern systems"
arch=(i686 x86_64)
url="https://github.com/sandsmark/kde${_module}"
license=("GPL2")
groups=(kde2)
-depends=(qt2-git)
+depends=(qt2 audiofile libxslt python libtool hicolor-icon-theme)
+optdepends=('java: Java support')
makedepends=(cmake git)
provides=(kde2-kde${_module})
conflicts=(kde2-kde${_module})
+options+=(libtool)
# Mirror
source=("git+https://github.com/sandsmark/kde${_module}.git")