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

Antonio Rojas arojas at archlinux.org
Sun Aug 23 18:33:07 UTC 2015


    Date: Sunday, August 23, 2015 @ 20:33:07
  Author: arojas
Revision: 244744

Make quazip-qt5 a mandatory dependency (FS#46082)

Modified:
  marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-23 15:43:24 UTC (rev 244743)
+++ PKGBUILD	2015-08-23 18:33:07 UTC (rev 244744)
@@ -7,7 +7,7 @@
 pkgbase=marble
 pkgname=(marble libastro marble-data)
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop Globe"
 arch=(i686 x86_64)
 url="https://www.kde.org/applications/system/marble"
@@ -55,9 +55,8 @@
 }
 
 package_marble() {
-  depends=(libastro marble-data qt5-webkit kparts knewstuff hicolor-icon-theme)
+  depends=(libastro marble-data qt5-webkit kparts knewstuff hicolor-icon-theme quazip-qt5)
   optdepends=('gpsd: GPS based geolocation'
-            'quazip-qt5: reading and displaying .kmz files'
             'libwlocate: WLAN based geolocation'
             'phonon-qt5: enables the use of audio and video content'
             'krunner: Krunner plugin')



More information about the arch-commits mailing list