Update to 0.17.4
This commit is contained in:
7
.SRCINFO
7
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
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.3
|
pkgver = 0.17.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/moses-palmer/pystray
|
url = https://github.com/moses-palmer/pystray
|
||||||
changelog = python-pystray.changelog
|
changelog = python-pystray.changelog
|
||||||
@@ -15,8 +15,7 @@ pkgbase = python-pystray
|
|||||||
depends = python-xlib>=0.17
|
depends = python-xlib>=0.17
|
||||||
depends = libappindicator-gtk3
|
depends = libappindicator-gtk3
|
||||||
depends = python-gobject
|
depends = python-gobject
|
||||||
source = python-pystray-0.17.3.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.3.tar.gz
|
source = python-pystray-0.17.4.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.17.4.tar.gz
|
||||||
sha512sums = 01f09e20aa9fff689932c332369ad3ecad2887215c5ccf2ff75881b29cdae41a3a811267879bfc2c6c0dc4c3220b4c263382341bebc6504dd2047486fca71260
|
b2sums = 2be8d038afb35c0ecc6a0879a41bf898ef8ecf1f5e6d8e9c6d23a157714b866ec7a19d2e5205e95d5c16d0f401e360fb3fa4cdef1f4ed7779436be3e1a4fd37f
|
||||||
|
|
||||||
pkgname = python-pystray
|
pkgname = python-pystray
|
||||||
|
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
# 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.3
|
pkgver=0.17.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
@@ -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=('01f09e20aa9fff689932c332369ad3ecad2887215c5ccf2ff75881b29cdae41a3a811267879bfc2c6c0dc4c3220b4c263382341bebc6504dd2047486fca71260')
|
b2sums=('2be8d038afb35c0ecc6a0879a41bf898ef8ecf1f5e6d8e9c6d23a157714b866ec7a19d2e5205e95d5c16d0f401e360fb3fa4cdef1f4ed7779436be3e1a4fd37f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "pystray-$pkgver"
|
cd "pystray-$pkgver"
|
||||||
|
@@ -1,6 +1,12 @@
|
|||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
v0.17.4 - Corrected import on Windows
|
||||||
|
-------------------------------------
|
||||||
|
* Corrected imports from _WinDLL_ to ensure argument definitions are private
|
||||||
|
to this library. Thanks to *TomsonBoylett*!
|
||||||
|
|
||||||
|
|
||||||
v0.17.3 - macOS and AppIndicator bug fixes
|
v0.17.3 - macOS and AppIndicator bug fixes
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
* Let the default timeout for notifications when using the *AppIndicator*
|
* Let the default timeout for notifications when using the *AppIndicator*
|
||||||
|
Reference in New Issue
Block a user