summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-23 21:52:32 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-23 21:52:32 +0100
commitff560295097626ea55bb75a4c552f9ffb9eb618a (patch)
tree1445770291e27094922dda5bbcce6ef867b59107 /xorg
parent6029b06b10a3ab107e69104f574f5e0677f328a9 (diff)
downloadnutyx-extra-ff560295097626ea55bb75a4c552f9ffb9eb618a.tar.gz
nutyx-extra-ff560295097626ea55bb75a4c552f9ffb9eb618a.tar.bz2
nutyx-extra-ff560295097626ea55bb75a4c552f9ffb9eb618a.tar.xz
nutyx-extra-ff560295097626ea55bb75a4c552f9ffb9eb618a.zip
Maj xorg-xinit#1.2.0-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xinit/.md5sum3
-rw-r--r--xorg/xorg-xinit/Pkgfile6
-rw-r--r--xorg/xorg-xinit/xinitrc.patch20
3 files changed, 26 insertions, 3 deletions
diff --git a/xorg/xorg-xinit/.md5sum b/xorg/xorg-xinit/.md5sum
index d649dc921..ad461ba7d 100644
--- a/xorg/xorg-xinit/.md5sum
+++ b/xorg/xorg-xinit/.md5sum
@@ -1 +1,2 @@
-9144097186c3d2454beffe8ac3b53c6e xinit-1.1.0.tar.bz2
+fe1696cab2fbed6fa059d0cd1c53ac13 xinit-1.2.0.tar.bz2
+07d8d9b81cf35cb6741ace6226c2e8b7 xinitrc.patch
diff --git a/xorg/xorg-xinit/Pkgfile b/xorg/xorg-xinit/Pkgfile
index b5995e5c3..761595946 100644
--- a/xorg/xorg-xinit/Pkgfile
+++ b/xorg/xorg-xinit/Pkgfile
@@ -4,9 +4,10 @@
# Depends on: xorg-server
name=xorg-xinit
-version=1.1.0
+version=1.2.0
release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2)
+source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2\
+ xinitrc.patch)
build() {
cd xinit-$version
@@ -14,5 +15,6 @@ build() {
./configure --prefix=/usr
make
+ patch -Np1 -i ../xinitrc.patch
make DESTDIR=$PKG install
}
diff --git a/xorg/xorg-xinit/xinitrc.patch b/xorg/xorg-xinit/xinitrc.patch
new file mode 100644
index 000000000..51887a87f
--- /dev/null
+++ b/xorg/xorg-xinit/xinitrc.patch
@@ -0,0 +1,20 @@
+--- xinit-1.2.0/xinitrc.old 2010-01-23 20:42:36.000000000 +0000
++++ xinit-1.2.0/xinitrc 2010-01-23 15:23:09.000000000 +0000
+@@ -1,4 +1,5 @@
+ #!/bin/sh
++# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
+
+ userresources=$HOME/.Xresources
+ usermodmap=$HOME/.Xmodmap
+@@ -44,7 +45,7 @@
+
+
+ twm &
+-xclock -geometry 50x50-1+1 &
+-xterm -geometry 80x50+494+51 &
+-xterm -geometry 80x20+494-0 &
+-exec xterm -geometry 80x66+0+0 -name login
++xclock -geometry 50x50-1+1
++#xterm -geometry 80x50+494+51 &
++#xterm -geometry 80x20+494-0 &
++#exec xterm -geometry 80x66+0+0 -name login