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

Andreas Radke andyrtr at gemini.archlinux.org
Mon Jul 11 17:33:16 UTC 2022


    Date: Monday, July 11, 2022 @ 17:33:16
  Author: andyrtr
Revision: 450872

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xpr/repos/extra-x86_64/PKGBUILD
    (from rev 450871, xorg-xpr/trunk/PKGBUILD)
  xorg-xpr/repos/extra-x86_64/keys/
Deleted:
  xorg-xpr/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 17:33:09 UTC (rev 450871)
+++ PKGBUILD	2022-07-11 17:33:16 UTC (rev 450872)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xpr
-pkgver=1.0.5
-pkgrel=3
-pkgdesc="Print an X window dump from xwd"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libx11' 'libxmu' 'sh')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xpr-${pkgver}.tar.bz2{,.sig})
-sha512sums=('d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967'
-            'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
-
-build() {
-  cd xpr-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xpr-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xpr/repos/extra-x86_64/PKGBUILD (from rev 450871, xorg-xpr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 17:33:16 UTC (rev 450872)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xpr
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Print an X window dump from xwd"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxmu' 'sh')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xpr-${pkgver}.tar.xz{,.sig})
+sha512sums=('53eb896cf1844036a13b1018ffcecbc6a0a56eebe0d7cb6331dbe691207498d2c41f3791655b7fc081acfef2ed9904987f363b710bf0eeff6c8d33f819a951cb'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xpr-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xpr-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list