diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-23 21:52:32 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-23 21:52:32 +0100 |
commit | ff560295097626ea55bb75a4c552f9ffb9eb618a (patch) | |
tree | 1445770291e27094922dda5bbcce6ef867b59107 /xorg/xorg-xinit/Pkgfile | |
parent | 6029b06b10a3ab107e69104f574f5e0677f328a9 (diff) | |
download | nutyx-pakxe-ff560295097626ea55bb75a4c552f9ffb9eb618a.tar.gz nutyx-pakxe-ff560295097626ea55bb75a4c552f9ffb9eb618a.tar.bz2 nutyx-pakxe-ff560295097626ea55bb75a4c552f9ffb9eb618a.tar.xz nutyx-pakxe-ff560295097626ea55bb75a4c552f9ffb9eb618a.zip |
Maj xorg-xinit#1.2.0-1
Diffstat (limited to 'xorg/xorg-xinit/Pkgfile')
-rw-r--r-- | xorg/xorg-xinit/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
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 } |