[arch-commits] Commit in xorg-xev/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Wed May 30 19:30:28 UTC 2018


    Date: Wednesday, May 30, 2018 @ 19:30:28
  Author: bisson
Revision: 325190

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xev/repos/extra-x86_64/PKGBUILD
    (from rev 325189, xorg-xev/trunk/PKGBUILD)
Deleted:
  xorg-xev/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 19:30:08 UTC (rev 325189)
+++ PKGBUILD	2018-05-30 19:30:28 UTC (rev 325190)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=xorg-xev
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='Print contents of X events'
-url='http://xorg.freedesktop.org/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('libx11' 'libxrandr')
-makedepends=('xorg-util-macros' 'xproto')
-source=(http://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2{,.sig})
-sha256sums=('d94ae62a6c1af56c2961d71f5782076ac4116f0fa4e401420ac7e0db33dc314f'
-            'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
-groups=('xorg-apps' 'xorg')
-
-build() {
-	cd xev-${pkgver}
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd xev-${pkgver}
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xev/repos/extra-x86_64/PKGBUILD (from rev 325189, xorg-xev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 19:30:28 UTC (rev 325190)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xorg-xev
+pkgver=1.2.2
+pkgrel=2
+pkgdesc='Print contents of X events'
+url='https://xorg.freedesktop.org/'
+arch=('x86_64')
+license=('custom')
+depends=('libx11' 'libxrandr')
+makedepends=('xorg-util-macros' 'xproto')
+source=(https://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2{,.sig})
+sha256sums=('d94ae62a6c1af56c2961d71f5782076ac4116f0fa4e401420ac7e0db33dc314f'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
+groups=('xorg-apps' 'xorg')
+
+build() {
+	cd xev-${pkgver}
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd xev-${pkgver}
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list