Date: Saturday, September 13, 2014 @ 18:03:46 Author: bluewind Revision: 118910
upgpkg: openbox 3.5.2-7 fix FS#41869 - missing dependency libsm Modified: openbox/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-13 14:22:36 UTC (rev 118909) +++ PKGBUILD 2014-09-13 16:03:46 UTC (rev 118910) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Bartłomiej Piotrowski <[email protected]> +# Maintainer: Florian pritz <[email protected]> +# Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Brad Fanella <[email protected]> # Contributor: Andrea Scarpino <[email protected]> # Contributor: tobias <[email protected]> @@ -6,13 +7,13 @@ pkgname=openbox pkgver=3.5.2 -pkgrel=6 +pkgrel=7 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' 'librsvg') + 'libxcursor' 'pango' 'imlib2' 'librsvg' 'libsm') optdepends=('kdebase-workspace: for the KDE/Openbox xsession' 'python2-xdg: for the openbox-xdg-autostart script') groups=('lxde')
