Date: Saturday, July 23, 2016 @ 18:01:12 Author: arojas Revision: 272220
Add qt5-serialport dependency Modified: marble/kde-unstable/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-23 17:16:19 UTC (rev 272219) +++ PKGBUILD 2016-07-23 18:01:12 UTC (rev 272220) @@ -13,7 +13,7 @@ url="https://www.kde.org/applications/system/marble" license=(GPL) makedepends=(extra-cmake-modules gpsd quazip-qt5 libwlocate phonon-qt5 qt5-webkit krunner - kparts knewstuff qt5-tools kdoctools) + kparts knewstuff qt5-tools kdoctools qt5-serialport) source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") md5sums=('f7dd131285649ec66f527d490511608f') @@ -33,7 +33,7 @@ cmake ../$pkgbase-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_LIBDIR=lib \ + -DCMAKE_INSTALL_LIBDIR=lib \ -DQT_PLUGINS_DIR=lib/qt/plugins \ -DBUILD_TESTING=OFF \ -DBUILD_MARBLE_EXAMPLES=OFF \ @@ -54,6 +54,7 @@ package_marble() { depends=(libastro marble-data qt5-webkit kparts knewstuff quazip-qt5) optdepends=('gpsd: GPS based geolocation' + 'qt5-serialport: APRS plugin' 'libwlocate: WLAN based geolocation' 'krunner: Krunner plugin') conflicts=('kdeedu-marble<15.04.3-3' marble-qt)
