mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
oblogout: add missing pycompile_module (#13504)
This commit is contained in:
parent
ff030ebdb3
commit
f9c6f0d3e1
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'oblogout'
|
# Template file for 'oblogout'
|
||||||
pkgname=oblogout
|
pkgname=oblogout
|
||||||
version=0.2
|
version=0.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}"
|
wrksrc="${pkgname}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
conf_files="/etc/oblogout.conf"
|
conf_files="/etc/oblogout.conf"
|
||||||
|
pycompile_module="oblogout"
|
||||||
hostmakedepends="intltool python-distutils-extra"
|
hostmakedepends="intltool python-distutils-extra"
|
||||||
depends="pygtk python-Pillow python-dbus"
|
depends="pygtk python-dbus python-Pillow"
|
||||||
short_desc="Logout script designed to be used in a Openbox desktop environment"
|
short_desc="Logout script designed to be used in a Openbox desktop environment"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
homepage="https://launchpad.net/oblogout"
|
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="https://launchpad.net/oblogout"
|
||||||
distfiles="https://launchpad.net/oblogout/${version}/${version}.0/+download/${pkgname}-${version}.tar.bz2"
|
distfiles="https://launchpad.net/oblogout/${version}/${version}.0/+download/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=f80003b85e9f4f1c588675453ea03f40a86fc50546d509ceb69706eb045782a9
|
checksum=f80003b85e9f4f1c588675453ea03f40a86fc50546d509ceb69706eb045782a9
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue