clearine: update to 0.4.

This commit is contained in:
maxice8 2018-11-07 09:39:28 -02:00 committed by maxice8
parent 54bbe58a73
commit 703a301a07
1 changed files with 7 additions and 7 deletions

View File

@ -1,20 +1,20 @@
# Template file for 'clearine'
pkgname=clearine
version=0.3
version=0.4
revision=1
noarch=yes
build_style=gnu-makefile
conf_files="/etc/clearine.conf"
depends="gtk+3 python3-gobject"
short_desc="GTK3-based logout-window overlay for independent windowmanager"
maintainer="Orphaned <orphan@voidlinux.eu>"
homepage="https://github.com/yuune/clearine"
license="MIT"
homepage="https://github.com/yuune/clearine"
distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
checksum=5972c2f96ac875e3427b48c8bb4d154634274827518937337c9cfe200f073cc4
noarch=yes
checksum=e00876d2047890499fef20a21966e7445a107dbacdfb59a7e08ed3d94fa9929b
conf_files="/etc/clearine.conf"
do_build() {
sed -i data/config-* \
sed -i data/clearine.conf \
-e "s;^\(restart =\) .*;\1 reboot;" \
-e "s;^\(shutdown =\) .*;\1 poweroff;"
}
@ -23,7 +23,7 @@ do_install() {
local f
vmkdir usr/share/themes/Clearine-Fallback/clearine
vinstall data/config-1080 644 etc clearine.conf
vconf data/clearine.conf
for f in data/theme-default/*.svg; do
vinstall $f 644 usr/share/themes/Clearine-Fallback/clearine
done