clearine: update to 0.5.

This commit is contained in:
maxice8 2018-11-25 07:06:10 -02:00 committed by maxice8
parent fb7bdfcb8c
commit bd72d835a1

View File

@ -1,6 +1,6 @@
# Template file for 'clearine'
pkgname=clearine
version=0.4
version=0.5
revision=1
noarch=yes
build_style=gnu-makefile
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.eu>"
license="MIT"
homepage="https://github.com/yuune/clearine"
distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
checksum=e00876d2047890499fef20a21966e7445a107dbacdfb59a7e08ed3d94fa9929b
checksum=029d5ece64a0471d1978daa620f5f06c5757245f3fec240aade38c514b3a5145
conf_files="/etc/clearine.conf"
do_build() {
@ -24,9 +24,9 @@ do_install() {
vmkdir usr/share/themes/Clearine-Fallback/clearine
vconf data/clearine.conf
for f in data/theme-default/*.svg; do
for f in data/*.svg; do
vinstall $f 644 usr/share/themes/Clearine-Fallback/clearine
done
vbin clearine.py clearine
vbin clearine
vlicense LICENSE
}