add gobject-inter depen
This commit is contained in:
parent
a2d42edde0
commit
127c483b86
1
.SRCINFO
1
.SRCINFO
|
|
@ -13,6 +13,7 @@ pkgbase = hardcode-tray-git
|
|||
depends = python-cairosvg
|
||||
depends = librsvg
|
||||
depends = gtk3
|
||||
depends = gobject-introspection
|
||||
optdepends = sni-qt-patched-git: patched qt4 sni plugin to enable icon modification
|
||||
optdepends = inkscape: to convert svg to png with inkscape
|
||||
provides = hardcode-tray-git
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -14,7 +14,7 @@ provides=("$_pkgbase")
|
|||
makedepends=("git")
|
||||
conflicts=("hardcode-tray-fixer-git" "hardcode-tray")
|
||||
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_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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue