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

Antonio Rojas arojas at archlinux.org
Thu Oct 15 19:15:05 UTC 2015


    Date: Thursday, October 15, 2015 @ 21:15:05
  Author: arojas
Revision: 249395

Don't build tools, they are not installed anyway
Move hicolor-icon-theme to marble-data subpackage

Modified:
  marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-15 18:52:00 UTC (rev 249394)
+++ PKGBUILD	2015-10-15 19:15:05 UTC (rev 249395)
@@ -44,7 +44,6 @@
     -DQT_PLUGINS_DIR=lib/qt/plugins \
     -DBUILD_TESTING=OFF \
     -DBUILD_MARBLE_EXAMPLES=OFF \
-    -DBUILD_MARBLE_TOOLS=ON \
     -DBUILD_MARBLE_TESTS=OFF \
     -DMOBILE=OFF
   make
@@ -60,7 +59,7 @@
 }
 
 package_marble() {
-  depends=(libastro marble-data qt5-webkit kparts knewstuff hicolor-icon-theme quazip-qt5)
+  depends=(libastro marble-data qt5-webkit kparts knewstuff quazip-qt5)
   optdepends=('gpsd: GPS based geolocation'
             'libwlocate: WLAN based geolocation'
             'krunner: Krunner plugin')
@@ -82,7 +81,9 @@
 
 package_marble-data() {
   pkgdesc='Data for Marble'
+  depends=(hicolor-icon-theme)
   conflicts=('kdeedu-marble<15.07' 'marble<15.07.80-3' marble-qt)
+  install=marble.install
 
   cd build/data
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list