summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-12-20 22:35:21 +0100
committerBilal Elmoussaoui2017-12-20 22:35:21 +0100
commite9d51097a69d02787d677ff40e3f52cc5619cb11 (patch)
tree48f1695c338f94dcdc44cba8f8e7bf86b6cc448d
parent14930d2cb018e6543d28f5755ee45f29a1db2db6 (diff)
downloadaur-e9d51097a69d02787d677ff40e3f52cc5619cb11.tar.gz
add gobject-introspection
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7684e3be88..568dd7a59362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = hardcode-tray
makedepends = ninja
makedepends = meson
depends = python
+ depends = gobject-introspection
depends = python-gobject
depends = python-cairosvg
depends = librsvg
diff --git a/PKGBUILD b/PKGBUILD
index 1c71bfa6985d..7f3c120fbc30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ license=('GPL-3.0')
provides=("$_pkgbase")
conflicts=("hardcode-tray-fixer-git" "hardcode-tray-git")
makedepends=('ninja' 'meson')
-depends=('python' 'python-gobject' 'python-cairosvg' 'librsvg' 'gtk3')
+depends=('python' 'gobject-introspection' 'python-gobject'
+'python-cairosvg' 'librsvg' 'gtk3')
optdepends=('sni-qt-patched-git: patched qt4 sni plugin to enable icon modification' 'inkscape: to convert svg to png with inkscape' 'imagemagick: used to convert svg to png')
optdepends_x86_64=('lib32-sni-qt-patched-git: 32-bit patched qt4 sni plugin to enable icon modification')
source=("${url}/archive/v${pkgver}.tar.gz")