summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalló György2015-07-09 02:39:56 +0200
committerBalló György2015-07-09 02:39:56 +0200
commitcdb7d55bdc866dc25653cf7cfc9583eaaf9ce2ae (patch)
treebc73d10c97a619219d97fd02cc5b664ed3d45227
parentbea1477374f1ef393015bc2fc86a4ea888062fa3 (diff)
downloadaur-cdb7d55bdc866dc25653cf7cfc9583eaaf9ce2ae.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
-rw-r--r--obconf-qt.install11
3 files changed, 19 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da5ac2427bc7..0d0b332fe8b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,13 +3,18 @@ pkgbase = obconf-qt-git
pkgver = 0.1.0.18.gfe11967
pkgrel = 1
url = http://lxqt.org
+ install = obconf-qt.install
arch = i686
arch = x86_64
license = GPL2
makedepends = git
makedepends = cmake
makedepends = qt5-tools
- depends = qt5-base
+ depends = hicolor-icon-theme
+ depends = libxkbcommon-x11
+ depends = openbox
+ depends = qt5-x11extras
+ depends = xdg-utils
provides = obconf-qt
conflicts = obconf-qt
source = git+https://github.com/lxde/obconf-qt.git
diff --git a/PKGBUILD b/PKGBUILD
index 4b3dbe190290..9f9e0e9948c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,11 @@ pkgdesc="Openbox configuration tool. Qt port of ObConf"
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
-depends=("qt5-base")
+depends=("hicolor-icon-theme" "libxkbcommon-x11" "openbox" "qt5-x11extras" "xdg-utils")
makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")
+install=$_pkgname.install
source=("git+https://github.com/lxde/$_pkgname.git")
sha256sums=("SKIP")
diff --git a/obconf-qt.install b/obconf-qt.install
new file mode 100644
index 000000000000..46e1cf843c69
--- /dev/null
+++ b/obconf-qt.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}