mirror of
https://github.com/nikdoof/oblogout.git
synced 2025-12-22 14:59:24 +00:00
Added basic Arch PKGBUILD file.
This commit is contained in:
22
PKGBUILD
Normal file
22
PKGBUILD
Normal file
@@ -0,0 +1,22 @@
|
||||
#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() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user