mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: clearine-0.2
Closes: #12586 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
bcfc78c804
commit
ba896063b9
1 changed files with 33 additions and 0 deletions
33
srcpkgs/clearine/template
Normal file
33
srcpkgs/clearine/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'clearine'
|
||||||
|
pkgname=clearine
|
||||||
|
version=0.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
conf_files="/etc/clearine.conf"
|
||||||
|
hostmakedepends="xrandr"
|
||||||
|
depends="gtk+3 python3-gobject"
|
||||||
|
short_desc="GTK3-based logout-window overlay for independent windowmanager"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
homepage="https://github.com/yuune/clearine"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
|
||||||
|
checksum=efc693928888e40c7e810572bfeb2e7aa6a2007d7070af05555f3757d9adb2e4
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
sed -i data/config-* \
|
||||||
|
-e "s;^\(restart =\) .*;\1 reboot;" \
|
||||||
|
-e "s;^\(shutdown =\) .*;\1 poweroff;"
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
local f
|
||||||
|
|
||||||
|
vmkdir usr/share/themes/Clearine-Fallback/clearine
|
||||||
|
vinstall data/config-1080 644 etc clearine.conf
|
||||||
|
for f in data/theme-default/*.svg; do
|
||||||
|
vinstall $f 644 usr/share/themes/Clearine-Fallback/clearine
|
||||||
|
done
|
||||||
|
vbin clearine.py clearine
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue