[arch-commits] Commit in yakuake (repos/kde-unstable-x86_64 trunk/PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Jul 23 20:57:21 UTC 2009


    Date: Thursday, July 23, 2009 @ 16:57:21
  Author: pierre
Revision: 47493

archrelease: new repo kde-unstable-x86_64

Added:
  yakuake/repos/kde-unstable-x86_64/
Modified:
  yakuake/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-07-23 20:52:54 UTC (rev 47492)
+++ trunk/PKGBUILD	2009-07-23 20:57:21 UTC (rev 47493)
@@ -5,12 +5,12 @@
 
 pkgname=yakuake
 pkgver=2.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A KDE konsole application with the look and feel of that in the Quake engine"
 arch=('i686' 'x86_64')
 url="http://yakuake.kde.org"
 license=('GPL')
-depends=('kdebase-runtime')
+depends=('kdebase-konsole')
 makedepends=('cmake' 'automoc4')
 source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('d5cbb912596fd1b3a92fdb04fe46cee0')
@@ -21,6 +21,8 @@
   cd build
   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