New Package: oblogout

This commit is contained in:
KF-Art 2022-10-20 23:19:17 -04:00
parent e3189cb2ba
commit bdafcafe55
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1 @@
==> Customize the config (/etc/oblogout.conf) as required

19
srcpkgs/oblogout/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'oblogout'
pkgname=oblogout
version=2021.06.26
revision=1
wrksrc=oblogout-py3-master
build_style=python3-module
repository="cereus-extra"
makedepends="python3-distutils-extra intltool"
depends="python3-Pillow python3-cairo python3-gobject"
short_desc="Openbox Logout Menu, ported to Python 3"
maintainer="KF-Art <https://github.com/KF-Art>"
license="GPL-2.0"
homepage="https://github.com/trizen/oblogout-py3"
distfiles="${homepage}/archive/refs/heads/master.zip"
checksum=e2ae4fdbc499fcb351d585666133abcff4cf0244e1cf46de42788c0401dac5ab
post_install() {
vinstall data/oblogout.conf 644 etc/
}