diff options
author | root <root@rshg054.dnsready.net> | 2013-07-09 01:22:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-09 01:22:21 -0700 |
commit | 10aa61ef39e662453e1d817046e359372fe3b326 (patch) | |
tree | b4b80fca9ddca701f90f9a5f3e538da42afc65eb /community/openbox | |
parent | f6f03b59111d2fa5eb1b97f04001c69cd99cca6c (diff) |
Tue Jul 9 01:22:19 PDT 2013
Diffstat (limited to 'community/openbox')
-rw-r--r-- | community/openbox/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/openbox/PKGBUILD b/community/openbox/PKGBUILD index 2443d6e7c..a3b6fd69e 100644 --- a/community/openbox/PKGBUILD +++ b/community/openbox/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93576 2013-07-05 19:21:33Z bpiotrowski $ +# $Id: PKGBUILD 93636 2013-07-08 07:28:15Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -6,7 +6,7 @@ pkgname=openbox pkgver=3.5.0 -pkgrel=8 +pkgrel=9 pkgdesc='Highly configurable and lightweight X11 window manager' arch=('i686' 'x86_64') url='http://openbox.org' @@ -16,7 +16,8 @@ depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr' optdepends=('python2: for the xdg-autostart script') groups=('lxde') options=('!libtool') -backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml') +backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml' + 'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment') source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch openbox-3.5.0-title-matching.patch |