azote: update to 1.7.0

This commit is contained in:
piotr 2019-11-03 00:35:02 +01:00 committed by Helmut Pozimski
parent 1299b51a56
commit ef2a909177

View file

@ -1,18 +1,18 @@
# Template file for 'azote'
pkgname=azote
version=1.5.1
version=1.7.0
revision=1
archs=noarch
build_style=python3-module
pycompile_module="azote"
hostmakedepends="python3-setuptools"
depends="python3>=3.5 python3-setuptools python3-gobject python3-Pillow python3-send2trash gtk+3 feh xrandr wmctrl"
depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow python3-send2trash gtk+3 feh xrandr wmctrl"
short_desc="Wallpaper manager for Sway, i3 and some other WMs"
maintainer="Piotr Miller <nwg.piotr@gmail.com>"
license="GPL-3.0-or-later"
license="BSD-3-Clause, GPL-3.0-or-later"
homepage="https://github.com/nwg-piotr/azote"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=1da35263cef47e7dd656de4b3f422a277db8c6b0d4d9b1256767a2446722cdb2
checksum=e121466d3ee3db700e78a379da4201885bdcf4375222e906ad47d22c5ed38e6e
post_install() {
vmkdir usr/bin
@ -22,6 +22,7 @@ post_install() {
vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
vcopy "dist/${pkgname}-void.sh" usr/share/${pkgname}
vcopy "dist/${pkgname}.desktop" usr/share/applications
vlicense LICENSE-COLORTHIEF
ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname}
}