diff options
author | root <root@rshg054.dnsready.net> | 2013-09-02 02:12:10 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-02 02:12:10 -0700 |
commit | 53939c2b159d972c48fc2f3652408632c71be77b (patch) | |
tree | 90dca84534ff78fd300c057a32354115e2818714 /community/openbox/PKGBUILD | |
parent | bf1faf85b813a0171c73fa31db1c5a5110d32420 (diff) |
Mon Sep 2 02:09:45 PDT 2013
Diffstat (limited to 'community/openbox/PKGBUILD')
-rw-r--r-- | community/openbox/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/community/openbox/PKGBUILD b/community/openbox/PKGBUILD index 507542426..7ef6a9fc1 100644 --- a/community/openbox/PKGBUILD +++ b/community/openbox/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96487 2013-08-30 15:52:24Z bpiotrowski $ +# $Id: PKGBUILD 96565 2013-09-01 07:12:43Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -6,16 +6,14 @@ pkgname=openbox pkgver=3.5.2 -pkgrel=2 +pkgrel=3 pkgdesc='Highly configurable and lightweight X11 window manager' arch=('i686' 'x86_64') url='http://openbox.org' license=('GPL') depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr' - 'libxcursor' 'pango' 'imlib2') -makedepends=('librsvg') -optdepends=('python2: for the xdg-autostart script' - 'librsvg: for SVG icons support') + 'libxcursor' 'pango' 'imlib2' 'librsvg') +optdepends=('python2: for the xdg-autostart script') groups=('lxde') options=('!libtool') backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml' |