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

Andreas Radke andyrtr at archlinux.org
Sun Jul 19 09:28:40 UTC 2020


    Date: Sunday, July 19, 2020 @ 09:28:40
  Author: andyrtr
Revision: 392273

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-19 09:28:28 UTC (rev 392272)
+++ PKGBUILD	2020-07-19 09:28:40 UTC (rev 392273)
@@ -1,29 +0,0 @@
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=xorg-xev
-pkgver=1.2.3
-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' 'xorgproto')
-source=(https://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2{,.sig})
-sha256sums=('66bc4f1cfa1946d62612737815c34164e4ce40fcebd2c9e1d7e7a1117ad3ad09'
-            '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 392272, xorg-xev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-19 09:28:40 UTC (rev 392273)
@@ -0,0 +1,30 @@
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xorg-xev
+pkgver=1.2.4
+pkgrel=1
+pkgdesc='Print contents of X events'
+url='https://xorg.freedesktop.org/'
+arch=('x86_64')
+license=('custom')
+depends=('libx11' 'libxrandr')
+makedepends=('xorg-util-macros' 'xorgproto')
+source=(https://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2{,.sig})
+sha512sums=('383472ddbfad639ba46a69080ecdd11a514a0578fd32c463fae18da02e0265c944589eebf12a858994f5fd601c02a0d51517e9b3ff61c6afe740d374f02781ca'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88 at gmail.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