add gobject-inter depen

This commit is contained in:
Bilal Elmoussaoui 2017-08-19 11:45:34 +02:00
parent a2d42edde0
commit 127c483b86
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ pkgbase = hardcode-tray-git
depends = python-cairosvg depends = python-cairosvg
depends = librsvg depends = librsvg
depends = gtk3 depends = gtk3
depends = gobject-introspection
optdepends = sni-qt-patched-git: patched qt4 sni plugin to enable icon modification optdepends = sni-qt-patched-git: patched qt4 sni plugin to enable icon modification
optdepends = inkscape: to convert svg to png with inkscape optdepends = inkscape: to convert svg to png with inkscape
provides = hardcode-tray-git provides = hardcode-tray-git

View file

@ -14,7 +14,7 @@ provides=("$_pkgbase")
makedepends=("git") makedepends=("git")
conflicts=("hardcode-tray-fixer-git" "hardcode-tray") conflicts=("hardcode-tray-fixer-git" "hardcode-tray")
makedepends=('ninja' 'meson') makedepends=('ninja' 'meson')
depends=('python' 'python-gobject' 'python-cairosvg' 'librsvg' 'gtk3') depends=('python' 'python-gobject' 'python-cairosvg' 'librsvg' 'gtk3' 'gobject-introspection')
optdepends=('sni-qt-patched-git: patched qt4 sni plugin to enable icon modification' 'inkscape: to convert svg to png with inkscape') optdepends=('sni-qt-patched-git: patched qt4 sni plugin to enable icon modification' 'inkscape: to convert svg to png with inkscape')
optdepends_x86_64=('lib32-sni-qt-patched-git: 32-bit patched qt4 sni plugin to enable icon modification') optdepends_x86_64=('lib32-sni-qt-patched-git: 32-bit patched qt4 sni plugin to enable icon modification')
source=("git://github.com/bil-elmoussaoui/Hardcode-Tray") source=("git://github.com/bil-elmoussaoui/Hardcode-Tray")