[arch-commits] CVS update of extra/x11/xorg-xinit (PKGBUILD xinitrc)
Aaron Griffin
aaron at archlinux.org
Mon Dec 17 06:47:04 UTC 2007
Date: Monday, December 17, 2007 @ 01:47:04
Author: aaron
Path: /home/cvs-extra/extra/x11/xorg-xinit
Modified: PKGBUILD (1.11 -> 1.12) xinitrc (1.2 -> 1.3)
upgpkg: xorg-xinit 1.0.7-2
Fix FS#7202
----------+
PKGBUILD | 7 ++++---
xinitrc | 5 +++++
2 files changed, 9 insertions(+), 3 deletions(-)
Index: extra/x11/xorg-xinit/PKGBUILD
diff -u extra/x11/xorg-xinit/PKGBUILD:1.11 extra/x11/xorg-xinit/PKGBUILD:1.12
--- extra/x11/xorg-xinit/PKGBUILD:1.11 Sat Sep 22 14:53:30 2007
+++ extra/x11/xorg-xinit/PKGBUILD Mon Dec 17 01:47:04 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.11 2007/09/22 18:53:30 alexander Exp $
+# $Id: PKGBUILD,v 1.12 2007/12/17 06:47:04 aaron Exp $
# Maintainer: Alexander Baldeck <alexander at archlinux.org>
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=xorg-xinit
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="X.Org initialisation program "
arch=(i686 x86_64)
license=('GPL')
@@ -14,6 +14,7 @@
groups=('xorg')
source=(${url}/releases/individual/app/xinit-${pkgver}.tar.bz2 \
xinitrc xsession)
+options=(!emptydirs)
build() {
cd ${startdir}/src/xinit-${pkgver}
@@ -26,5 +27,5 @@
install -D -m755 $startdir/src/xsession $startdir/pkg/etc/skel/.xsession
}
md5sums=('8b882d9e2deed9d85469a3beaec566a3'
- '1c2bab67be94c34e78201c6520d03be0'
+ 'f165d9a52284ef8cd4c8a129463a2b49'
'7873d97db30d6c279ed37e3559e7c59d')
Index: extra/x11/xorg-xinit/xinitrc
diff -u extra/x11/xorg-xinit/xinitrc:1.2 extra/x11/xorg-xinit/xinitrc:1.3
--- extra/x11/xorg-xinit/xinitrc:1.2 Mon May 28 11:26:15 2007
+++ extra/x11/xorg-xinit/xinitrc Mon Dec 17 01:47:04 2007
@@ -6,8 +6,13 @@
# Executed by startx (run your window manager from here)
#
+# exec gnome-session
# exec startkde
# exec startxfce4
# exec icewm
+# exec openbox
# exec blackbox
# exec fluxbox
+# exec ratpoison
+# exec dwm
+# ... or any other WM of your choosing ...
More information about the arch-commits
mailing list