[arch-commits] Commit in marble/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Nov 9 17:43:47 UTC 2017
Date: Thursday, November 9, 2017 @ 17:43:39
Author: arojas
Revision: 309319
Fix replaces
Modified:
marble/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-09 17:06:21 UTC (rev 309318)
+++ PKGBUILD 2017-11-09 17:43:39 UTC (rev 309319)
@@ -8,7 +8,7 @@
pkgbase=marble
pkgname=(marble-common marble-qt marble)
pkgver=17.08.3
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop Globe"
arch=(i686 x86_64)
url="https://www.kde.org/applications/system/marble"
@@ -42,14 +42,13 @@
package_marble-common() {
pkgdesc='Common libraries and plugins for Marble'
- depends=(qt5-svg qt5-webkit phonon-qt5)
+ depends=(qt5-svg qt5-webkit phonon-qt5 hicolor-icon-theme)
optdepends=('gpsd: GPS based geolocation'
'libwlocate: WLAN based geolocation'
'qt5-serialport: APRS plugin'
'shapelib: SHP plugin')
conflicts=(marble-data)
- replaces=(marble-data)
- replaces=(libastro)
+ replaces=(marble-data libastro)
cd build
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list