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

Andreas Radke andyrtr at gemini.archlinux.org
Tue Jul 12 18:01:33 UTC 2022


    Date: Tuesday, July 12, 2022 @ 18:01:33
  Author: andyrtr
Revision: 450961

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 29 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-12 18:01:27 UTC (rev 450960)
+++ PKGBUILD	2022-07-12 18:01:33 UTC (rev 450961)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xkbutils
-pkgver=1.0.4
-pkgrel=5
-pkgdesc="XKB utility demos"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxaw' 'libxt' 'libx11')
-makedepends=('xorg-util-macros' 'xorgproto')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.bz2)
-sha512sums=('5bb6cb52ac02a4ec18332559853815585ca86e00e8c6452483af10c4db75811fe00952575dbbad5b7d03b9d6498830fb45d617b1b3c5c1cea8445f1131856a4d')
-
-build() {
-  cd "${srcdir}/xkbutils-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xkbutils-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xkbutils/repos/extra-x86_64/PKGBUILD (from rev 450960, xorg-xkbutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-12 18:01:33 UTC (rev 450961)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xkbutils
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="XKB utility demos"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxaw' 'libxt' 'libx11')
+makedepends=('xorg-util-macros' 'xorgproto')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.xz{,.sig})
+sha512sums=('0d8d460f5e015e9034292688437511068dab61216c2493f2981cfb63aaa012976ac9435c1586a22c0940fbfcb779b48dce9b85832303fe2b854aa945b814ac77'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
+
+build() {
+  cd xkbutils-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xkbutils-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list