azote: update to 1.7.10
This commit is contained in:
parent
d5b1c75c07
commit
ac97a44034
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'azote'
|
||||
pkgname=azote
|
||||
version=1.7.7
|
||||
revision=2
|
||||
version=1.7.10
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="azote"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp maim ImageMagick python3-yaml"
|
||||
depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"
|
||||
short_desc="Wallpaper & color manager for Sway, i3 and other WMs"
|
||||
maintainer="Piotr Miller <nwg.piotr@gmail.com>"
|
||||
license="BSD-3-Clause, GPL-3.0-or-later"
|
||||
homepage="https://github.com/nwg-piotr/azote"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=d1da9c8a0760e4a0e85fd5c77632d4f6763f779ac0852e706fc8fb8f286bc402
|
||||
checksum=e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/bin
|
||||
|
@ -20,9 +19,9 @@ post_install() {
|
|||
vmkdir usr/share/applications
|
||||
|
||||
vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
|
||||
vcopy "dist/${pkgname}-void.sh" usr/share/${pkgname}
|
||||
vcopy "dist/${pkgname}-arch" 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}
|
||||
ln -sf /usr/share/${pkgname}/${pkgname}-arch ${DESTDIR}/usr/bin/${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue