Update to 0.17.3
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = python-pystray
|
||||
pkgdesc = Allows to create a system tray icon
|
||||
pkgver = 0.17.2
|
||||
pkgrel = 2
|
||||
pkgver = 0.17.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/moses-palmer/pystray
|
||||
changelog = python-pystray.changelog
|
||||
arch = any
|
||||
@@ -15,8 +15,8 @@ pkgbase = python-pystray
|
||||
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
|
||||
source = python-pystray-0.17.3.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.3.tar.gz
|
||||
sha512sums = 01f09e20aa9fff689932c332369ad3ecad2887215c5ccf2ff75881b29cdae41a3a811267879bfc2c6c0dc4c3220b4c263382341bebc6504dd2047486fca71260
|
||||
|
||||
pkgname = python-pystray
|
||||
|
||||
|
6
PKGBUILD
6
PKGBUILD
@@ -2,8 +2,8 @@
|
||||
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
|
||||
|
||||
pkgname="python-pystray"
|
||||
pkgver=0.17.2
|
||||
pkgrel=2
|
||||
pkgver=0.17.3
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
license=('GPL3')
|
||||
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')
|
||||
changelog="$pkgname.changelog"
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/moses-palmer/pystray/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435')
|
||||
sha512sums=('01f09e20aa9fff689932c332369ad3ecad2887215c5ccf2ff75881b29cdae41a3a811267879bfc2c6c0dc4c3220b4c263382341bebc6504dd2047486fca71260')
|
||||
|
||||
build() {
|
||||
cd "pystray-$pkgver"
|
||||
|
@@ -1,6 +1,14 @@
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
v0.17.3 - macOS and AppIndicator bug fixes
|
||||
------------------------------------------
|
||||
* Let the default timeout for notifications when using the *AppIndicator*
|
||||
backend be decided by the desktop environment, not infinity. Thanks to
|
||||
*Angelo Naselli*!
|
||||
* Do not attempt to create a menu before the icon has started on *macOS*.
|
||||
|
||||
|
||||
v0.17.2 - Windows bug fixes
|
||||
---------------------------
|
||||
* Actually release loaded icons on *Windows*. Thanks to *Bob1011941*!
|
||||
|
Reference in New Issue
Block a user