diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-02-16 15:43:47 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-02-16 15:43:47 +0100 |
commit | 32a5a04909c0cfd2bab51da81fe52ea9c36005c3 (patch) | |
tree | 76b6e005940762496585c3b8eb084ce6cafe80e1 /xorg-xinit | |
parent | 0bdb8e3ce3c1c17180d769b6a2599878211ef1c1 (diff) | |
download | xorg-32a5a04909c0cfd2bab51da81fe52ea9c36005c3.tar.gz xorg-32a5a04909c0cfd2bab51da81fe52ea9c36005c3.tar.xz |
xorg-xinit: updated to 1.0.3
Diffstat (limited to 'xorg-xinit')
-rw-r--r-- | xorg-xinit/.footprint | 4 | ||||
-rw-r--r-- | xorg-xinit/.md5sum | 3 | ||||
-rw-r--r-- | xorg-xinit/Pkgfile | 9 |
3 files changed, 6 insertions, 10 deletions
diff --git a/xorg-xinit/.footprint b/xorg-xinit/.footprint index fc61cefe..b8d62ce8 100644 --- a/xorg-xinit/.footprint +++ b/xorg-xinit/.footprint @@ -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 diff --git a/xorg-xinit/.md5sum b/xorg-xinit/.md5sum index 7dcefa57..6e4f32cb 100644 --- a/xorg-xinit/.md5sum +++ b/xorg-xinit/.md5sum @@ -1,2 +1 @@ -1377016ad0dd0e127419e4452d66a8ef xinit-1.0.2-setuid.diff -d591fafe69b57969b0521c461073a01f xinit-1.0.2.tar.bz2 +f04a903cc0e18b3c338f58eb90f6caf8 xinit-1.0.3.tar.bz2 diff --git a/xorg-xinit/Pkgfile b/xorg-xinit/Pkgfile index 8aa27cee..7e691fd1 100644 --- a/xorg-xinit/Pkgfile +++ b/xorg-xinit/Pkgfile @@ -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 |