[arch-commits] Commit in xorg-iceauth/repos/extra-i686 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Jan 15 16:30:43 UTC 2017
Date: Sunday, January 15, 2017 @ 16:30:42
Author: andyrtr
Revision: 286568
archrelease: copy trunk to extra-i686
Added:
xorg-iceauth/repos/extra-i686/PKGBUILD
(from rev 286567, xorg-iceauth/trunk/PKGBUILD)
Deleted:
xorg-iceauth/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-15 16:30:29 UTC (rev 286567)
+++ PKGBUILD 2017-01-15 16:30:42 UTC (rev 286568)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-iceauth
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="ICE authority file utility"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libice')
-makedepends=('xorg-util-macros' 'xproto')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2{,.sig})
-sha256sums=('1216af2dee99b318fcf8bf9a259915273bcb37a7f1e7859af4f15d0ebf6f3f0a'
- 'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
-
-build() {
- cd "${srcdir}/iceauth-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/iceauth-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
Copied: xorg-iceauth/repos/extra-i686/PKGBUILD (from rev 286567, xorg-iceauth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-15 16:30:42 UTC (rev 286568)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-iceauth
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="ICE authority file utility"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libice')
+makedepends=('xorg-util-macros' 'xproto')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2{,.sig})
+sha256sums=('1216af2dee99b318fcf8bf9a259915273bcb37a7f1e7859af4f15d0ebf6f3f0a'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
+
+build() {
+ cd "${srcdir}/iceauth-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/iceauth-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
More information about the arch-commits
mailing list