[arch-commits] CVS update of extra/multimedia/kaffeine (PKGBUILD)

Damir Perisa damir at archlinux.org
Mon Mar 3 15:32:37 UTC 2008


    Date: Monday, March 3, 2008 @ 10:32:37
  Author: damir
    Path: /home/cvs-extra/extra/multimedia/kaffeine

Modified: PKGBUILD (1.32 -> 1.33)

upgpkg: kaffeine 0.8.6-2
    kaffeine: fix upstream bug http://bugs.kde.org/show_bug.cgi?id=120896 - thanx to RazZziel (Ismael) for letting me know


----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


Index: extra/multimedia/kaffeine/PKGBUILD
diff -u extra/multimedia/kaffeine/PKGBUILD:1.32 extra/multimedia/kaffeine/PKGBUILD:1.33
--- extra/multimedia/kaffeine/PKGBUILD:1.32	Sat Feb  2 15:36:37 2008
+++ extra/multimedia/kaffeine/PKGBUILD	Mon Mar  3 10:32:37 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.32 2008/02/02 20:36:37 damir Exp $
+# $Id: PKGBUILD,v 1.33 2008/03/03 15:32:37 damir Exp $
 # Maintainer :  Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=kaffeine
 pkgver=0.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Multimedia Player, based on Xine"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -17,7 +17,8 @@
   [ -z "${QTDIR}" ] && . /etc/profile.d/qt3.sh
   [ -z "${KDEDIR}" ] && . /etc/profile.d/kde.sh
 
-  ./configure --prefix=/opt/kde --with-xorg 
+  ./configure --prefix=/opt/kde --with-xorg LDFLAGS="-L/usr/X11R6/lib -lX11 -lXtst" 
+  # why set this LDFLAGS : http://bugs.kde.org/show_bug.cgi?id=120896
   #--enable-gcc-hidden-visibility
   make || return 1
   make DESTDIR=${startdir}/pkg install




More information about the arch-commits mailing list