summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xinit/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xinit/Pkgfile')
-rw-r--r--xorg/xorg-xinit/Pkgfile6
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
}