[arch-commits] Commit in openbox/trunk (PKGBUILD which-2.20.patch)

Daniel Griffiths dgriffiths at archlinux.org
Fri Mar 26 19:55:14 UTC 2010


    Date: Friday, March 26, 2010 @ 15:55:13
  Author: dgriffiths
Revision: 73502

Modified:
  openbox/trunk/PKGBUILD
  openbox/trunk/which-2.20.patch

------------------+
 PKGBUILD         |    6 +++---
 which-2.20.patch |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-26 19:20:10 UTC (rev 73501)
+++ PKGBUILD	2010-03-26 19:55:13 UTC (rev 73502)
@@ -4,7 +4,7 @@
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=openbox
-pkgver=3.4.11
+pkgver=3.4.11.1
 pkgrel=1
 pkgdesc="A window manager for the X11 windowing system"
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
 backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml')
 source=(http://www.icculus.org/openbox/releases/${pkgname}-${pkgver}.tar.gz
 	'which-2.20.patch')
-md5sums=('bbbb93c1a4fc8048f2a8ceb4179882a5'
-         '470ab8424315a96eb2b8955f1c482317')
+md5sums=('56d1b365a95b119e4809802aeea734fb'
+         'ec5e3d4d74779b0ca576a053ae54124d')
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}

Modified: which-2.20.patch
===================================================================
--- which-2.20.patch	2010-03-26 19:20:10 UTC (rev 73501)
+++ which-2.20.patch	2010-03-26 19:55:13 UTC (rev 73502)
@@ -1,5 +1,5 @@
---- openbox-3.4.11/data/autostart.sh.in~	2010-02-09 00:17:07.008206540 +0100
-+++ openbox-3.4.11/data/autostart.sh.in	2010-02-09 00:19:00.295725690 +0100
+--- openbox-3.4.11.1/data/autostart.sh.in	2010-03-14 09:40:37.000000000 -0500
++++ openbox-3.4.11.1/data/autostart.sh.in	2010-03-26 14:44:36.000000000 -0500
 @@ -3,13 +3,13 @@
  
  # Set a background color
@@ -27,8 +27,8 @@
  fi
  
  # Make GTK apps look and behave how they were set up in the gnome config tools
- if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then
-   /usr/libexec/gnome-settings-daemon &
+ if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
+   @libexecdir@/gnome-settings-daemon &
 -elif which gnome-settings-daemon >/dev/null; then
 +elif which gnome-settings-daemon >/dev/null 2>&1; then
    gnome-settings-daemon &




More information about the arch-commits mailing list