[arch-commits] Commit in kaffeine/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sun Jan 17 18:45:29 UTC 2010


    Date: Sunday, January 17, 2010 @ 13:45:29
  Author: andrea
Revision: 63526

cleanup build

Modified:
  kaffeine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-17 18:45:25 UTC (rev 63525)
+++ PKGBUILD	2010-01-17 18:45:29 UTC (rev 63526)
@@ -11,7 +11,7 @@
 url="http://kaffeine.kde.org"
 depends=('kdelibs' 'kdebase-runtime' 'phonon-xine')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${_pkgver}.tar.gz")
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz")
 
 build() {
 	cd $srcdir
@@ -20,7 +20,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
 	make
 	make DESTDIR=$pkgdir install




More information about the arch-commits mailing list