summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2019-08-01 21:31:26 +0200
committerIyán Méndez Veiga2019-08-01 21:31:26 +0200
commit7800ce3eb1525fe2caab4a3881638db61bdc5eb6 (patch)
tree3c25f0f1e52dbf478feca0028aec9a35f02f241b
parent2c0d5047b5e63316cc36c659cf5bf9492f251b24 (diff)
downloadaur-7800ce3eb1525fe2caab4a3881638db61bdc5eb6.tar.gz
Add missing dependency, fix installation path
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5274ed70e2c..dbad10d95270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plasma5-applets-simpleweather-git
pkgdesc = Plasmoid for Plasma 5. A minimalistic desktop weather widget based on the default KDE one.
pkgver = r61.bdc5735
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Zren/plasma-applet-simpleweather
arch = any
license = GPL
@@ -9,6 +9,7 @@ pkgbase = plasma5-applets-simpleweather-git
makedepends = extra-cmake-modules
depends = plasma-workspace
depends = qt5-graphicaleffects
+ depends = kdeplasma-addons
source = git+https://github.com/Zren/plasma-applet-simpleweather.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f4a2b83440e7..58ed01f8937c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=plasma5-applets-simpleweather-git
_pkgname=plasma5-applets-simpleweather
_gitpkgname=plasma-applet-simpleweather
pkgver=r61.bdc5735
-pkgrel=1
+pkgrel=2
pkgdesc="Plasmoid for Plasma 5. A minimalistic desktop weather widget based on the default KDE one."
arch=('any')
url="https://github.com/Zren/$_gitpkgname"
license=('GPL')
-depends=('plasma-workspace' 'qt5-graphicaleffects')
+depends=('plasma-workspace' 'qt5-graphicaleffects' 'kdeplasma-addons')
makedepends=('git' 'extra-cmake-modules')
source=("git+https://github.com/Zren/$_gitpkgname.git")
md5sums=('SKIP')
@@ -21,6 +21,6 @@ pkgver() {
package() {
cd "${_gitpkgname}/package"
- mkdir -p $pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.simpleweather
- cp -r * $pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.simpleweather/
+ mkdir -p $pkgdir/usr/share/plasma/plasmoids/com.github.zren.simpleweather
+ cp -r * $pkgdir/usr/share/plasma/plasmoids/com.github.zren.simpleweather/
}