mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
a65963a954
commit
856d6317c8
1 changed files with 6 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'azote'
|
# Template file for 'azote'
|
||||||
pkgname=azote
|
pkgname=azote
|
||||||
version=1.7.10
|
version=1.8.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"
|
depends="python3-setuptools python3-gobject python3-Pillow gtk+3"
|
||||||
short_desc="Wallpaper & color manager for Sway, i3 and other WMs"
|
short_desc="Wallpaper & color manager for Sway, i3 and other WMs"
|
||||||
maintainer="Piotr Miller <nwg.piotr@gmail.com>"
|
maintainer="Piotr Miller <nwg.piotr@gmail.com>"
|
||||||
license="BSD-3-Clause, GPL-3.0-or-later"
|
license="BSD-3-Clause, GPL-3.0-or-later"
|
||||||
homepage="https://github.com/nwg-piotr/azote"
|
homepage="https://github.com/nwg-piotr/azote"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35
|
checksum=d8b2f5f4e351e72d9c58f9d5fc9c9e2526087e57e5553f6defbd163c78727905
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
|
@ -18,9 +18,8 @@ post_install() {
|
||||||
vmkdir usr/share/applications
|
vmkdir usr/share/applications
|
||||||
|
|
||||||
vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
|
vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
|
||||||
vcopy "dist/${pkgname}-arch" usr/share/${pkgname}
|
vcopy "dist/${pkgname}" usr/bin
|
||||||
|
vcopy "dist/indicator_*.png" usr/share/${pkgname}
|
||||||
vcopy "dist/${pkgname}.desktop" usr/share/applications
|
vcopy "dist/${pkgname}.desktop" usr/share/applications
|
||||||
vlicense LICENSE-COLORTHIEF
|
vlicense LICENSE-COLORTHIEF
|
||||||
|
|
||||||
ln -sf /usr/share/${pkgname}/${pkgname}-arch ${DESTDIR}/usr/bin/${pkgname}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue