[arch-commits] Commit in openbox/repos (3 files)

Giovanni Scafora giovanni at archlinux.org
Sun Dec 13 18:56:23 UTC 2009


    Date: Sunday, December 13, 2009 @ 13:56:23
  Author: giovanni
Revision: 61234

Merged revisions 61230 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/openbox/trunk

........
  r61230 | andrea | 2009-12-13 09:53:47 -0800 (dom, 13 dic 2009) | 2 lines
  
  upgpkg: openbox 3.4.8-2
      fix workspaces number after GDM login (FS#17467)
........

Added:
  openbox/repos/extra-x86_64/fix-workspaces-number-in-gdm.patch
    (from rev 61230, openbox/trunk/fix-workspaces-number-in-gdm.patch)
Modified:
  openbox/repos/extra-x86_64/	(properties)
  openbox/repos/extra-x86_64/PKGBUILD

------------------------------------+
 PKGBUILD                           |   12 +++++++----
 fix-workspaces-number-in-gdm.patch |   36 +++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 4 deletions(-)


Property changes on: openbox/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /openbox/trunk:1-60915
   + /openbox/trunk:1-61233

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-12-13 18:01:43 UTC (rev 61233)
+++ extra-x86_64/PKGBUILD	2009-12-13 18:56:23 UTC (rev 61234)
@@ -1,11 +1,11 @@
 # $Id$
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: tobias <tobias at archlinux.org>
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=openbox
 pkgver=3.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A window manager for the X11 windowing system"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,15 +18,19 @@
 options=('!libtool' 'force')
 backup=('usr/etc/xdg/openbox/menu.xml' 'usr/etc/xdg/openbox/rc.xml')
 source=(http://www.icculus.org/openbox/releases/${pkgname}-${pkgver}.tar.gz
-	'which-2.20.patch')
+	'which-2.20.patch'
+	'fix-workspaces-number-in-gdm.patch')
 md5sums=('3523fe9760947a15fb8ed3611090ccd2'
-         'b72cac492e0ed83fd5ced9c1263cfa24')
+         'b72cac492e0ed83fd5ced9c1263cfa24'
+         'ce1f5cd7dbcba9601e2f6dfa666064dc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   #FS#11455
   patch -Np1 -i ${srcdir}/which-2.20.patch || return 1
+  #FS#16676
+  patch -Np1 -i ${srcdir}/fix-workspaces-number-in-gdm.patch || return 1
 
   ./configure --prefix=/usr \
     --with-x \

Copied: openbox/repos/extra-x86_64/fix-workspaces-number-in-gdm.patch (from rev 61230, openbox/trunk/fix-workspaces-number-in-gdm.patch)
===================================================================
--- extra-x86_64/fix-workspaces-number-in-gdm.patch	                        (rev 0)
+++ extra-x86_64/fix-workspaces-number-in-gdm.patch	2009-12-13 18:56:23 UTC (rev 61234)
@@ -0,0 +1,36 @@
+--- openbox-3.4.8/data/xsession/openbox-gnome-session.in~	2009-12-13 18:46:58.480826774 +0100
++++ openbox-3.4.8/data/xsession/openbox-gnome-session.in	2009-12-13 18:49:15.776973708 +0100
+@@ -7,6 +7,9 @@
+   exit
+ fi
+ 
++# Clean up after GDM
++xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null
++
+ VER=$(gnome-session --version 2>/dev/null | \
+       sed -e 's/[^0-9.]*\([0-9.]\+\)/\1/')
+ 
+--- openbox-3.4.8/data/xsession/openbox-kde-session.in~	2009-12-13 18:47:07.676987674 +0100
++++ openbox-3.4.8/data/xsession/openbox-kde-session.in	2009-12-13 18:48:48.140310531 +0100
+@@ -7,6 +7,9 @@
+   exit
+ fi
+ 
++# Clean up after GDM
++xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null
++
+ # Run KDE with Openbox as its window manager
+ export KDEWM="@bindir@/openbox"
+ exec startkde "$@"
+--- openbox-3.4.8/data/xsession/openbox-session.in~	2009-12-13 18:47:13.173649966 +0100
++++ openbox-3.4.8/data/xsession/openbox-session.in	2009-12-13 18:48:17.696977111 +0100
+@@ -7,6 +7,9 @@
+   exit
+ fi
+ 
++# Clean up after GDM
++xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null
++
+ AUTOSTART="${XDG_CONFIG_HOME:-"$HOME/.config"}/openbox/autostart.sh"
+ GLOBALAUTOSTART="@configdir@/openbox/autostart.sh"
+ 




More information about the arch-commits mailing list