diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-06-27 12:10:25 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 09:46:46 -0300 |
commit | 7e7ca202309daee0353caa0d0618e61bbffddf0a (patch) | |
tree | e0db2bdef941cecde9720a053f17487696f06048 /testing/plasma-applet-weather-widget/APKBUILD | |
parent | 129e32d0e4123a0d3dd37610f9d8c9d2d5522741 (diff) | |
download | aports-7e7ca202309daee0353caa0d0618e61bbffddf0a.tar.bz2 aports-7e7ca202309daee0353caa0d0618e61bbffddf0a.tar.xz |
testing/plasma-applet-weather-widget: add missing depends
Diffstat (limited to 'testing/plasma-applet-weather-widget/APKBUILD')
-rw-r--r-- | testing/plasma-applet-weather-widget/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/plasma-applet-weather-widget/APKBUILD b/testing/plasma-applet-weather-widget/APKBUILD index c190a70812..2bc98f5b7c 100644 --- a/testing/plasma-applet-weather-widget/APKBUILD +++ b/testing/plasma-applet-weather-widget/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-applet-weather-widget pkgver=1.6.10 -pkgrel=0 +pkgrel=1 arch="all" url="https://www.linux-apps.com/content/show.php/Weather+Widget?content=169572" pkgdesc="Plasmoid for showing weather information from yr.no and Open Weather Map servers" license="GPL-2.0-only" +depends="qt5-qtxmlpatterns qt5-qtdeclarative-dev" makedepends="extra-cmake-modules qt5-qtbase-dev plasma-framework-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/kotelnik/$pkgname/archive/v$pkgver.tar.gz" subpackages="$pkgname-lang" |