summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-07-10 02:30:40 -0600
committerBrian Bidulock2015-06-10 23:41:42 -0600
commitd00740fb71aeaec660df168e30cfc5dfed8d0a5f (patch)
tree719f8231038917f42e9dd9920ead99b843c66c61
parent750958b7646b8707394df38501398f5c48326e8a (diff)
downloadaur-d00740fb71aeaec660df168e30cfc5dfed8d0a5f.tar.gz
version 1:1.3.3.r9.g5502aaf-2
-rw-r--r--.AURINFO3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
3 files changed, 11 insertions, 5 deletions
diff --git a/.AURINFO b/.AURINFO
index d4588f3cbad3..0fe00a62d127 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,7 +1,7 @@
pkgbase = xorg-xinit-git
pkgdesc = X.Org initialisation program
pkgver = 1.3.3.r9.g5502aaf
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://xorg.freedesktop.org/
arch = i686
@@ -16,6 +16,7 @@ pkgbase = xorg-xinit-git
conflicts = xorg-xinit
source = xorg-xinit-git::git://anongit.freedesktop.org/git/xorg/app/xinit
source = fs25361.patch
+ source = xserverrc
options = !emptydirs
backup = etc/X11/xinit/xinitrc
diff --git a/.SRCINFO b/.SRCINFO
index 3f8840a811aa..fe77b71757e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xorg-xinit-git
pkgdesc = X.Org initialisation program
pkgver = 1.3.3.r9.g5502aaf
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://xorg.freedesktop.org/
arch = i686
@@ -18,8 +18,10 @@ pkgbase = xorg-xinit-git
backup = etc/X11/xinit/xinitrc
source = xorg-xinit-git::git://anongit.freedesktop.org/git/xorg/app/xinit
source = fs25361.patch
+ source = xserverrc
sha256sums = SKIP
sha256sums = 7cd5941b962542117fada9bbb80f76db99eee14fa951d1a4a09e0f386fcef562
+ sha256sums = 5e87bff928c143d9db9966048f6530e83e9e9a1cac09ce4c25f8aabc08611b6f
pkgname = xorg-xinit-git
diff --git a/PKGBUILD b/PKGBUILD
index e23f5ce95156..e37c172dbc36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=xorg-xinit
pkgname=xorg-xinit-git
pkgver=1.3.3.r9.g5502aaf
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="X.Org initialisation program "
arch=('i686' 'x86_64')
@@ -20,10 +20,12 @@ backup=(
conflicts=('xorg-xinit')
provides=('xorg-xinit')
source=("$pkgname::git://anongit.freedesktop.org/git/xorg/app/xinit"
- fs25361.patch)
+ fs25361.patch
+ xserverrc)
options=(!emptydirs)
sha256sums=('SKIP'
- '7cd5941b962542117fada9bbb80f76db99eee14fa951d1a4a09e0f386fcef562')
+ '7cd5941b962542117fada9bbb80f76db99eee14fa951d1a4a09e0f386fcef562'
+ '5e87bff928c143d9db9966048f6530e83e9e9a1cac09ce4c25f8aabc08611b6f')
pkgver() {
cd $pkgname
@@ -47,6 +49,7 @@ package() {
cd $pkgname
make DESTDIR="${pkgdir}" install
+ install -m644 ../xserverrc "${pkgdir}/etc/X11/xinit/xserverrc"
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
}