[arch-commits] Commit in xorg-xwud/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Allan McRae
allan at archlinux.org
Thu May 7 02:46:05 UTC 2020
Date: Thursday, May 7, 2020 @ 02:46:04
Author: allan
Revision: 382472
archrelease: copy trunk to extra-x86_64
Added:
xorg-xwud/repos/extra-x86_64/PKGBUILD
(from rev 382471, xorg-xwud/trunk/PKGBUILD)
Deleted:
xorg-xwud/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 57 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-07 02:45:49 UTC (rev 382471)
+++ PKGBUILD 2020-05-07 02:46:04 UTC (rev 382472)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xwud
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="X Window System image undumping utility"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xwud-${pkgver}.tar.bz2{,.sig})
-sha512sums=('27a0ce7481978ae6cd94b0d94374af72185e270d68f2496620e148bb00945427c4827138d9efc48745e6382e3da3390ed0cdff7dbd02dcf9706e8ecccae97184'
- 'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
-
-build() {
- cd xwud-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd xwud-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: xorg-xwud/repos/extra-x86_64/PKGBUILD (from rev 382471, xorg-xwud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-07 02:46:04 UTC (rev 382472)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xwud
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="X Window System image undumping utility"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xwud-${pkgver}.tar.bz2{,.sig})
+sha512sums=('27a0ce7481978ae6cd94b0d94374af72185e270d68f2496620e148bb00945427c4827138d9efc48745e6382e3da3390ed0cdff7dbd02dcf9706e8ecccae97184'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+ cd xwud-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd xwud-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list