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

Andrea Scarpino andrea at archlinux.org
Tue Aug 31 12:45:21 UTC 2010


    Date: Tuesday, August 31, 2010 @ 08:45:20
  Author: andrea
Revision: 89339

enabled GPS support in marble (FS#20601)

Modified:
  kdeedu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-31 12:45:16 UTC (rev 89338)
+++ PKGBUILD	2010-08-31 12:45:20 UTC (rev 89339)
@@ -33,7 +33,7 @@
 groups=('kde' 'kdeedu')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'ocaml' 'facile' 'eigen' 'cfitsio'
 	'kdebase-runtime' 'openbabel' 'libqalculate' 'gsl' 'boost' 'libindi' 'r'
-	'libspectre' 'python' 'docbook-xsl')
+	'libspectre' 'python' 'docbook-xsl' 'gpsd')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
 sha1sums=('5a6c34a70472dbe43167346b5175db88e9c44444')
 
@@ -231,7 +231,7 @@
 
 package_kdeedu-marble() {
 	pkgdesc='Desktop Globe'
-	depends=('kdebase-runtime')
+	depends=('kdebase-runtime' 'gpsd')
 	install='kdeedu.install'
 	cd $srcdir/build/marble
 	make DESTDIR=$pkgdir install




More information about the arch-commits mailing list