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

Andreas Radke andyrtr at gemini.archlinux.org
Mon Aug 2 16:27:02 UTC 2021


    Date: Monday, August 2, 2021 @ 16:27:02
  Author: andyrtr
Revision: 421053

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-02 16:26:57 UTC (rev 421052)
+++ PKGBUILD	2021-08-02 16:27:02 UTC (rev 421053)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xwd
-pkgver=1.0.7
-pkgrel=2
-pkgdesc="X Window System image dumping utility"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros' 'libxt')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2{,.sig})
-sha512sums=('6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e'
-            'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
-
-build() {
-  cd xwd-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xwd-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xwd/repos/extra-x86_64/PKGBUILD (from rev 421052, xorg-xwd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-02 16:27:02 UTC (rev 421053)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xwd
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="X Window System image dumping utility"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros' 'libxt')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2{,.sig})
+sha512sums=('d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xwd-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xwd-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list