summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2016-08-07 23:09:07 +0300
committerJerome Leclanche2016-08-07 23:09:07 +0300
commit4478e66a3918e76f00cf8ef44e67872a313abb40 (patch)
tree3efdd76333f5f87b4f81a56026261ab027c2c8e6
parent8d5fd98d142e21e0355e292dc91efb2507870930 (diff)
downloadaur-4478e66a3918e76f00cf8ef44e67872a313abb40.tar.gz
Add libdbusmenu-qt5 to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f515015d5a50..a4f1289a37bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxqt-qtplugin-git
pkgdesc = LXQt platform integration for Qt
- pkgver = 0.9.0
+ pkgver = 0.10.0.8.g411f696
pkgrel = 1
url = http://lxqt.org
arch = i686
@@ -10,6 +10,7 @@ pkgbase = lxqt-qtplugin-git
makedepends = cmake
makedepends = qt5-tools
depends = liblxqt-git
+ depends = libdbusmenu-qt5
provides = lxqt-qtplugin
conflicts = lxqt-qtplugin
source = git+https://github.com/lxde/lxqt-qtplugin.git
diff --git a/PKGBUILD b/PKGBUILD
index c318b4ce156c..faea13762263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=lxqt-qtplugin
pkgname=$_pkgname-git
-pkgver=0.9.0
+pkgver=0.10.0.8.g411f696
pkgrel=1
pkgdesc="LXQt platform integration for Qt"
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
-depends=("liblxqt-git")
+depends=("liblxqt-git" "libdbusmenu-qt5")
makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")