[arch-commits] Commit in kdebase-runtime/kde-unstable (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Jan 17 17:31:31 UTC 2010


    Date: Sunday, January 17, 2010 @ 12:31:31
  Author: pierre
Revision: 63483

cleanup: remove versioned deps and unneeded ldflags (makepkg default now)

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-17 17:31:00 UTC (rev 63482)
+++ PKGBUILD	2010-01-17 17:31:31 UTC (rev 63483)
@@ -9,7 +9,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 depends=('kdelibs' 'oxygen-icons' 'xorg-xauth' 'hicolor-icon-theme'
-	'smbclient' 'rarian' 'libssh')
+         'smbclient' 'rarian' 'libssh')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'openslp')
 optdepends=('htdig: to build the search index'
             'gdb: drkonq crash handler')
@@ -24,7 +24,6 @@
 	cmake ../${pkgname}-${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 \
 		-DWITH_PulseAudio=OFF || return 1
 	make || return 1




More information about the arch-commits mailing list