diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-26 01:57:08 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-26 01:57:08 (GMT) |
commit | 7b29169fff9e7c624890c5edffe85def8a293136 (patch) | |
tree | 47753889faa3a2063b66d1c7e7681e703eb1b39a /abs/core/kdelibs3 | |
parent | c491dea779dac29afff3578bf8245943817c2339 (diff) | |
download | linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.zip linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.gz linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.bz2 |
LinHES 6.01.00
Diffstat (limited to 'abs/core/kdelibs3')
-rw-r--r-- | abs/core/kdelibs3/PKGBUILD | 12 | ||||
-rw-r--r-- | abs/core/kdelibs3/__changelog | 1 |
2 files changed, 8 insertions, 5 deletions
diff --git a/abs/core/kdelibs3/PKGBUILD b/abs/core/kdelibs3/PKGBUILD index f4ed7a0..5331af0 100644 --- a/abs/core/kdelibs3/PKGBUILD +++ b/abs/core/kdelibs3/PKGBUILD @@ -4,18 +4,19 @@ pkgname=kdelibs3 pkgver=3.5.10 -pkgrel=1 +pkgrel=3 pkgdesc="KDE3 Core Libraries" arch=('i686' 'x86_64') url="http://www.kde.org" license=('GPL' 'LGPL') -depends=('libxslt' 'pcre' 'libart-lgpl' 'alsa-lib' 'libcups' +depends=('libxslt' 'pcre' 'libart-lgpl' 'alsa-lib' 'jasper' 'bzip2' 'openssl' 'libidn' 'libxrender' - 'aspell' 'heimdal' 'acl' 'libtiff' 'qt3' 'ca-certificates') -makedepends=('pkgconfig' 'cups') + 'aspell' 'heimdal' 'acl' 'libtiff' 'qt3' 'ca-certificates' + 'libjpeg') +makedepends=('pkgconfig' ) options=('libtool') install='kdelibs3.install' -source=("ftp://carroll.aset.psu.edu/pub/kde/stable/${pkgver}/src/kdelibs-${pkgver}.tar.bz2" +source=("http://download.kde.org/stable/${pkgver}/src/kdelibs-${pkgver}.tar.bz2" 'kde3.profile') md5sums=('43cd55ed15f63b5738d620ef9f9fd568' '3c49828eb8985cfb25af8e1495f7800a') @@ -44,6 +45,7 @@ build() { --enable-final \ --enable-new-ldflags LDFLAGS="${LDFLAGS} -L/opt/qt/lib" \ --without-arts \ + --disable-cups \ --disable-libfam || return 1 make || return 1 make DESTDIR=$pkgdir install || return 1 diff --git a/abs/core/kdelibs3/__changelog b/abs/core/kdelibs3/__changelog new file mode 100644 index 0000000..2abf977 --- /dev/null +++ b/abs/core/kdelibs3/__changelog @@ -0,0 +1 @@ +remove cups support |