summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2019-10-01 12:48:08 -0500
committerAlejandro Valdes2019-10-01 12:48:08 -0500
commitfc87b42d6b43e3605ef382fce42fc048ca6da963 (patch)
tree5f7f3bbec2a1dbf0738466d980372532dd9ab9c4
parentbc41d15d31c33d8bd102ba20f051c534052218df (diff)
downloadaur-fc87b42d6b43e3605ef382fce42fc048ca6da963.tar.gz
Added some missing dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eedae99a989..968af4ad55dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,15 @@
pkgbase = plasma5-applets-window-appmenu
pkgdesc = Plasma 5 applet in order to show the window appmenu
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/psifidotos/applet-window-appmenu
arch = x86_64
license = GPL
makedepends = extra-cmake-modules
+ makedepends = plasma-framework
+ makedepends = kwindowsystem
+ depends = qt5-base
+ depends = qt5-declarative
depends = plasma-workspace
depends = libxcb
optdepends = libdbusmenu-gtk3: gtk3 appmenu support
diff --git a/PKGBUILD b/PKGBUILD
index 2e1f9a594c74..065cccee20c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=plasma5-applets-window-appmenu
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Plasma 5 applet in order to show the window appmenu"
arch=(x86_64)
url="https://github.com/psifidotos/applet-window-appmenu"
license=(GPL)
-depends=(plasma-workspace libxcb)
-makedepends=(extra-cmake-modules)
+depends=(qt5-base qt5-declarative plasma-workspace libxcb)
+makedepends=(extra-cmake-modules plasma-framework kwindowsystem)
optdepends=(
'libdbusmenu-gtk3: gtk3 appmenu support'
'libdbusmenu-gtk2: gtk2 appmenu support'