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'
|
||||
pkgname=oblogout
|
||||
version=0.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}"
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
conf_files="/etc/oblogout.conf"
|
||||
pycompile_module="oblogout"
|
||||
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"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
homepage="https://launchpad.net/oblogout"
|
||||
license="GPL-2"
|
||||
homepage="https://launchpad.net/oblogout"
|
||||
distfiles="https://launchpad.net/oblogout/${version}/${version}.0/+download/${pkgname}-${version}.tar.bz2"
|
||||
checksum=f80003b85e9f4f1c588675453ea03f40a86fc50546d509ceb69706eb045782a9
|
||||
|
||||
|
|
Loading…
Reference in a new issue