[arch-commits] Commit in xorg-xauth/repos/extra-i686 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Jan 15 16:14:06 UTC 2017
Date: Sunday, January 15, 2017 @ 16:14:06
Author: andyrtr
Revision: 286540
archrelease: copy trunk to extra-i686
Added:
xorg-xauth/repos/extra-i686/PKGBUILD
(from rev 286539, xorg-xauth/trunk/PKGBUILD)
Deleted:
xorg-xauth/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-15 16:13:54 UTC (rev 286539)
+++ PKGBUILD 2017-01-15 16:14:06 UTC (rev 286540)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xauth
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="X.Org authorization settings program"
-arch=(i686 x86_64)
-license=('custom')
-url="http://xorg.freedesktop.org/"
-depends=('libxmu')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/xauth-${pkgver}.tar.bz2)
-sha256sums=('56ce1523eb48b1f8a4f4244fe1c3d8e6af1a3b7d4b0e6063582421b0b68dc28f')
-
-build() {
- cd xauth-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd xauth-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
Copied: xorg-xauth/repos/extra-i686/PKGBUILD (from rev 286539, xorg-xauth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-15 16:14:06 UTC (rev 286540)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xauth
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="X.Org authorization settings program"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/"
+depends=('libxmu')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(${url}/releases/individual/app/xauth-${pkgver}.tar.bz2)
+sha256sums=('56ce1523eb48b1f8a4f4244fe1c3d8e6af1a3b7d4b0e6063582421b0b68dc28f')
+
+build() {
+ cd xauth-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd xauth-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
More information about the arch-commits
mailing list