Add python-gobject as dependency

This commit is contained in:
Franck STAUFFER
2021-01-08 13:59:13 +01:00
parent 9953f5b0e2
commit efb5551a92
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = python-pystray
pkgdesc = Allows to create a system tray icon
pkgver = 0.17.2
pkgrel = 1
pkgrel = 2
url = https://github.com/moses-palmer/pystray
changelog = python-pystray.changelog
arch = any
@@ -14,6 +14,7 @@ pkgbase = python-pystray
depends = python-pillow
depends = python-xlib>=0.17
depends = libappindicator-gtk3
depends = python-gobject
source = python-pystray-0.17.2.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.2.tar.gz
sha512sums = d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435

View File

@@ -3,12 +3,12 @@
pkgname="python-pystray"
pkgver=0.17.2
pkgrel=1
pkgrel=2
arch=('any')
license=('GPL3')
pkgdesc="Allows to create a system tray icon"
url="https://github.com/moses-palmer/pystray"
depends=('python-six' 'python-pillow' 'python-xlib>=0.17' 'libappindicator-gtk3')
depends=('python-six' 'python-pillow' 'python-xlib>=0.17' 'libappindicator-gtk3' 'python-gobject')
makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')
changelog="$pkgname.changelog"
source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz")