[arch-commits] CVS update of extra/x11/fluxbox (PKGBUILD fluxbox.install)

Eric Belanger eric at archlinux.org
Tue Oct 30 02:50:25 UTC 2007


    Date: Monday, October 29, 2007 @ 22:50:25
  Author: eric
    Path: /home/cvs-extra/extra/x11/fluxbox

Modified: PKGBUILD (1.17 -> 1.18)
 Removed: fluxbox.install (1.4)

upgpkg: fluxbox 1.0.0-1
upstream update, added license, changed gcc depends to gcc-libs


-----------------+
 PKGBUILD        |   23 +++++++++++++----------
 fluxbox.install |   22 ----------------------
 2 files changed, 13 insertions(+), 32 deletions(-)


Index: extra/x11/fluxbox/PKGBUILD
diff -u extra/x11/fluxbox/PKGBUILD:1.17 extra/x11/fluxbox/PKGBUILD:1.18
--- extra/x11/fluxbox/PKGBUILD:1.17	Mon Mar 26 19:56:13 2007
+++ extra/x11/fluxbox/PKGBUILD	Mon Oct 29 22:50:24 2007
@@ -1,18 +1,20 @@
-# $Id: PKGBUILD,v 1.17 2007/03/26 23:56:13 tobias Exp $
+# $Id: PKGBUILD,v 1.18 2007/10/30 02:50:24 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor:  John Proctor <jproctor at prium.net>
-# Maintainer: tobias <tobias at archlinux.org>
 
 pkgname=fluxbox
-pkgver=1.0rc3
+pkgver=1.0.0
 pkgrel=1
-pkgdesc="A lightweight and highly-configurable window manager."
-arch=(i686 x86_64)
+pkgdesc="A lightweight and highly-configurable window manager"
+arch=('i686' 'x86_64')
 url="http://www.fluxbox.org"
-makedepends=('automake' 'pkgconfig')
-depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc>=4.0' 'bash' 'imlib2')
-source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
+license=('MIT')
+depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'bash' 'imlib2')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
         $pkgname.desktop)
-md5sums=('8ed52d10d7de72efab0948eaaa4a6a50' 'eeae9c88a2526ac0bd8afcd9ce97f9ed')
+md5sums=('990e276ead0d04421dce4080f485caca' 'eeae9c88a2526ac0bd8afcd9ce97f9ed')
+sha1sums=('7985e35fbb170fda24b9e04610690cd04c7a8748' 'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
 
 build() {
   cd $startdir/src/$pkgname-${pkgver}
@@ -25,6 +27,7 @@
  # 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|' \
     $startdir/pkg/usr/share/fluxbox/init
-  install -Dm 644 ../$pkgname.desktop \
+  install -D -m644 ../$pkgname.desktop \
     $startdir/pkg/etc/X11/sessions/$pkgname.desktop
+  install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }
Index: extra/x11/fluxbox/fluxbox.install
diff -u extra/x11/fluxbox/fluxbox.install:1.4 extra/x11/fluxbox/fluxbox.install:removed
--- extra/x11/fluxbox/fluxbox.install:1.4	Fri Jul 15 12:38:02 2005
+++ extra/x11/fluxbox/fluxbox.install	Mon Oct 29 22:50:25 2007
@@ -1,22 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  cat << EOM
-
- ==> Fluxbox is now the officially as DEVEL declared version, The old version
- ==> The old version 0.1.14 is somkind of unmaintainable since it doesn't build
- ==> any longer. The old binaries wills till work for a while though. The
- ==> fluxbox-devel package will disappear from the repos.
-
-EOM
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list