mirror of
https://github.com/nikdoof/oblogout.git
synced 2025-12-26 16:59:21 +00:00
23 lines
560 B
Bash
23 lines
560 B
Bash
#Contributor : Andrew Williams <andy@tensixtyone.com.com>
|
|
pkgname=oblogout
|
|
pkgver=0.2
|
|
pkgrel=1
|
|
pkgdesc="OBLogout is a expandable, configurable, and theme-able logout script designed to be used in a Openbox desktop environment."
|
|
url="http://launchpad.net/oblogout/"
|
|
license=("GPL2")
|
|
arch=('i686' 'x86_64')
|
|
depends=('python>=2.5' 'dbus-python' 'pil' 'pygtk' )
|
|
makedepends=('setuptools distutils-extra')
|
|
optdepends=('dbus-python' 'policykit' 'policykit-gnome' 'policykit-kde')
|
|
conflicts=()
|
|
replaces=()
|
|
backup=()
|
|
install=
|
|
#source=("")
|
|
#md5sums=('')
|
|
|
|
build() {
|
|
|
|
}
|
|
|