upgpkg: python-pystray 0.19.5-1

upstream release
This commit is contained in:
2024-01-13 14:24:01 +01:00
parent 112edfbf34
commit 874a071aa3
3 changed files with 9 additions and 203 deletions

View File

@@ -1,18 +1,18 @@
# Maintainer: Qontinuum <qontinuum.dev@protonmail.ch>
# Maintainer: Giovanni Harting <539@idlegandalf.com>
# Contributor: Qontinuum <qontinuum.dev@protonmail.ch>
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
pkgname="python-pystray"
pkgver=0.19.4
pkgver=0.19.5
pkgrel=1
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' 'python-gobject')
makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')
changelog="$pkgname.changelog"
makedepends=('python-setuptools' 'python-pip' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz")
b2sums=('325bedd97a11e04f87a41f5fc206ed2a97c4693dc9d5ef52e12fdb72761d53af3a43a324e5d45db72d697e6f06e9a0c60b585b4935c4202d60f4e8e299df354a')
b2sums=('34bea3d14cfde7ee7a7d2594da2386265fba34b36f4699b5877ea393dbf7e844fe441a1bda384bb6b3f279a544cba897e04509f7c47d69cb5168793665ae73d4')
build() {
cd "pystray-$pkgver"
@@ -21,5 +21,5 @@ build() {
package_python-pystray() {
cd "pystray-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
python setup.py install --root="$pkgdir" --optimize=1
}