[arch-commits] Commit in kdegraphics-kgamma/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue May 24 12:59:42 UTC 2011


    Date: Tuesday, May 24, 2011 @ 08:59:42
  Author: andrea
Revision: 124788

KDE 4.7beta1 - fix kdegraphics-kgamma dependencies

Modified:
  kdegraphics-kgamma/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-24 12:59:08 UTC (rev 124787)
+++ PKGBUILD	2011-05-24 12:59:42 UTC (rev 124788)
@@ -9,7 +9,10 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime')
+# note on libxxf86vm:
+#       not detected by namcap because libgl depends on it
+#       but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
 makedepends=('cmake' 'automoc4')
 source=("http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.bz2")
 sha1sums=('aac4e43df0095e0511bb27cc27a23b10847eb075')




More information about the arch-commits mailing list