Update to 0.17.2
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-pystray
|
pkgbase = python-pystray
|
||||||
pkgdesc = Allows to create a system tray icon
|
pkgdesc = Allows to create a system tray icon
|
||||||
pkgver = 0.17.1
|
pkgver = 0.17.2
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/moses-palmer/pystray
|
url = https://github.com/moses-palmer/pystray
|
||||||
changelog = python-pystray.changelog
|
changelog = python-pystray.changelog
|
||||||
arch = any
|
arch = any
|
||||||
@@ -14,8 +14,8 @@ pkgbase = python-pystray
|
|||||||
depends = python-pillow
|
depends = python-pillow
|
||||||
depends = python-xlib>=0.17
|
depends = python-xlib>=0.17
|
||||||
depends = libappindicator-gtk3
|
depends = libappindicator-gtk3
|
||||||
source = python-pystray-0.17.1.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.1.tar.gz
|
source = python-pystray-0.17.2.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.2.tar.gz
|
||||||
sha512sums = ca56fe3ea0588fcd1d3829e18344b856e9031d4531bafa66349056f858fb94a112579b9114d7fa9406dc9f9424ae298bee9825cba1af7014a173c63d0590c8e1
|
sha512sums = d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435
|
||||||
|
|
||||||
pkgname = python-pystray
|
pkgname = python-pystray
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@@ -2,8 +2,8 @@
|
|||||||
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
|
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
|
||||||
|
|
||||||
pkgname="python-pystray"
|
pkgname="python-pystray"
|
||||||
pkgver=0.17.1
|
pkgver=0.17.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
pkgdesc="Allows to create a system tray icon"
|
pkgdesc="Allows to create a system tray icon"
|
||||||
@@ -12,7 +12,7 @@ depends=('python-six' 'python-pillow' 'python-xlib>=0.17' 'libappindicator-gtk3'
|
|||||||
makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')
|
makedepends=('python>=3.4' 'python-setuptools' 'python-pip' 'python-wheel')
|
||||||
changelog="$pkgname.changelog"
|
changelog="$pkgname.changelog"
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz")
|
||||||
sha512sums=('ca56fe3ea0588fcd1d3829e18344b856e9031d4531bafa66349056f858fb94a112579b9114d7fa9406dc9f9424ae298bee9825cba1af7014a173c63d0590c8e1')
|
sha512sums=('d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "pystray-$pkgver"
|
cd "pystray-$pkgver"
|
||||||
|
@@ -1,6 +1,13 @@
|
|||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
v0.17.2 - Windows bug fixes
|
||||||
|
---------------------------
|
||||||
|
* Actually release loaded icons on *Windows*. Thanks to *Bob1011941*!
|
||||||
|
* Let mouse button release trigger menu and action on *Windows* as expected.
|
||||||
|
Thanks to *Ennea*!
|
||||||
|
|
||||||
|
|
||||||
v0.17.1 - Corrected release notes
|
v0.17.1 - Corrected release notes
|
||||||
---------------------------------
|
---------------------------------
|
||||||
* Corrected attribution of *Windows* notification fix.
|
* Corrected attribution of *Windows* notification fix.
|
||||||
|
Reference in New Issue
Block a user