[arch-commits] CVS update of extra/x11/openbox (PKGBUILD)

Tobias Kieslich tobias at archlinux.org
Wed Feb 13 03:38:22 UTC 2008


    Date: Tuesday, February 12, 2008 @ 22:38:22
  Author: tobias
    Path: /home/cvs-extra/extra/x11/openbox

Modified: PKGBUILD (1.30 -> 1.31)

fix the xsession problem, openbox get's confused with our kde beeing in /opt


----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


Index: extra/x11/openbox/PKGBUILD
diff -u extra/x11/openbox/PKGBUILD:1.30 extra/x11/openbox/PKGBUILD:1.31
--- extra/x11/openbox/PKGBUILD:1.30	Thu Feb  7 15:32:21 2008
+++ extra/x11/openbox/PKGBUILD	Tue Feb 12 22:38:22 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.30 2008/02/07 20:32:21 tobias Exp $
+# $Id: PKGBUILD,v 1.31 2008/02/13 03:38:22 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=openbox
 pkgver=3.4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A window manager for the X11 windowing system"
 arch=(i686 x86_64)
 license=('GPL')
@@ -23,4 +23,6 @@
     --enable-startup-notification --sysconfdir=/etc
   make || return 1
   make DESTDIR=${startdir}/pkg install
+  sed -i "s:startkde:/opt/kde/bin/\0:" ${startdir}/pkg/usr/share/xsessions/openbox-kde.desktop
+  sed -i "s:=gnome-session:=/usr/bin/gnome-session:" ${startdir}/pkg/usr/share/xsessions/openbox-gnome.desktop
 }




More information about the arch-commits mailing list