[arch-commits] Commit in kdeutils/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sun Jan 17 17:37:05 UTC 2010
Date: Sunday, January 17, 2010 @ 12:37:05
Author: pierre
Revision: 63498
cleanup: remove versioned deps and unneeded ldflags (makepkg default now)
Modified:
kdeutils/kde-unstable/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-17 17:36:59 UTC (rev 63497)
+++ PKGBUILD 2010-01-17 17:37:05 UTC (rev 63498)
@@ -22,8 +22,8 @@
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdeutils')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdepimlibs' 'kdebase-lib'
- 'kdebase-runtime' 'kdebindings-python' 'system-config-printer-common'
- 'libarchive' 'qimageblitz')
+ 'kdebase-runtime' 'kdebindings-python' 'system-config-printer-common'
+ 'libarchive' 'qimageblitz')
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
md5sums=('0128f64e54f3b610a5284afd5b274c2b')
@@ -34,7 +34,6 @@
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
- -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
-DCMAKE_INSTALL_PREFIX=/usr
make
}
More information about the arch-commits
mailing list