[arch-commits] Commit in kdeedu-marble/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Mar 26 22:20:58 UTC 2015


    Date: Thursday, March 26, 2015 @ 23:20:57
  Author: arojas
Revision: 234992

Enable wlan geolocation support, add missing quazip makedepends

Modified:
  kdeedu-marble/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-26 22:00:09 UTC (rev 234991)
+++ PKGBUILD	2015-03-26 22:20:57 UTC (rev 234992)
@@ -10,7 +10,7 @@
 url="http://kde.org/applications/education/marble/"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs' 'qt5-svg' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'cmake' 'automoc4' 'gpsd')
+makedepends=('kdelibs' 'qt5-svg' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'cmake' 'automoc4' 'gpsd' 'quazip' 'libwlocate')
 source=("http://download.kde.org/unstable/applications/${pkgver}/src/marble-${pkgver}.tar.xz")
 sha1sums=('24b84755a8bb776f4829d46961e1ec3623c9021d')
 
@@ -34,7 +34,7 @@
 }
 
 package_kdeedu-marble() {
-  depends=('kdebase-runtime')
+  depends=('kdebase-runtime' 'libwlocate')
   optdepends=('gpsd: GPS support'
             'quazip: reading and displaying KMZ files')
   groups=('kde-applications' 'kdeedu')
@@ -49,7 +49,7 @@
 
 package_marble-qt() {
   pkgdesc="Desktop Globe (Qt version)"
-  depends=('qt5-svg' 'qt5-webkit' 'qt5-script')
+  depends=('qt5-svg' 'qt5-webkit' 'qt5-script' 'libwlocate')
   optdepends=('gpsd: GPS support'
           'quazip: reading and displaying KMZ files')
   conflicts=('kdeedu-marble')



More information about the arch-commits mailing list