[arch-commits] Commit in fluxbox/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sat Feb 19 21:51:39 UTC 2011


    Date: Saturday, February 19, 2011 @ 16:51:38
  Author: eric
Revision: 110541

upgpkg: fluxbox 1.3.0-1
Upstream update, Added fribidi support, Added xorg-xmessage optdepends

Modified:
  fluxbox/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-19 19:46:55 UTC (rev 110540)
+++ PKGBUILD	2011-02-19 21:51:38 UTC (rev 110541)
@@ -1,26 +1,26 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=fluxbox
-pkgver=1.1.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A lightweight and highly-configurable window manager"
 arch=('i686' 'x86_64')
 url="http://www.fluxbox.org"
 license=('MIT')
-depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'sh' 'imlib2')
+depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'sh' 'imlib2' 'fribidi')
 makedepends=('pkg-config')
+optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 \
         fluxbox.desktop)
-md5sums=('fa9fa8fe9a44f86522de5754f8b285ca' 'eeae9c88a2526ac0bd8afcd9ce97f9ed')
-sha1sums=('6d49deb6c4c7d73f7567e1cf7d2575c7edc4825f' 'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
+md5sums=('817ffe734b8ebb1aa4b9c53ed208c23f' 'eeae9c88a2526ac0bd8afcd9ce97f9ed')
+sha1sums=('b4b1732f1c3ad9499cd9ec0aa03fbaee59c69d49' 'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
-    --enable-kde --enable-gnome \
-    --enable-xft --enable-xinerama \
+    --enable-gnome --enable-xft --enable-xinerama \
     --enable-imlib2 --enable-nls
   make
 }
@@ -28,8 +28,6 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
- # this is a fix to allow fluxbox to shutdown, but this can be changed by the user :-(
-  sed -i 's|^.*slit\.autoHide.*$|session.screen0.slit.autoHide:  True|' "${pkgdir}/usr/share/fluxbox/init"
   install -D -m644 ../fluxbox.desktop "${pkgdir}/usr/share/xsessions/fluxbox.desktop"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING "
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list