xorg-xinit: updated to 1.0.3

This commit is contained in:
Tilman Sauerbeck 2007-02-16 15:43:47 +01:00
parent 0bdb8e3ce3
commit 32a5a04909
3 changed files with 6 additions and 10 deletions

View File

@ -8,5 +8,5 @@ drwxr-xr-x root/root usr/lib/X11/xinit/
-rw-r--r-- root/root usr/lib/X11/xinit/xinitrc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/startx.1x.gz
-rw-r--r-- root/root usr/man/man1/xinit.1x.gz
-rw-r--r-- root/root usr/man/man1/startx.1.gz
-rw-r--r-- root/root usr/man/man1/xinit.1.gz

View File

@ -1,2 +1 @@
1377016ad0dd0e127419e4452d66a8ef xinit-1.0.2-setuid.diff
d591fafe69b57969b0521c461073a01f xinit-1.0.2.tar.bz2
f04a903cc0e18b3c338f58eb90f6caf8 xinit-1.0.3.tar.bz2

View File

@ -4,16 +4,13 @@
# Depends on: xorg-server
name=xorg-xinit
version=1.0.2
release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2 \
http://xorg.freedesktop.org/releases/X11R7.1/patches/xinit-$version-setuid.diff)
version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2)
build() {
cd xinit-$version
patch -Np0 -i $SRC/xinit-$version-setuid.diff
./configure --prefix=/usr
make