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

Andreas Radke andyrtr at gemini.archlinux.org
Mon Jul 11 17:24:46 UTC 2022


    Date: Monday, July 11, 2022 @ 17:24:45
  Author: andyrtr
Revision: 450866

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 17:24:35 UTC (rev 450865)
+++ PKGBUILD	2022-07-11 17:24:45 UTC (rev 450866)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xconsole
-pkgver=1.0.7
-pkgrel=4
-pkgdesc="Monitor system console messages with X"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(https://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.bz2{,.sig})
-sha256sums=('d1144882df207378381bc83927906559defbf7b83a01d52c50ad44234c5851e0'
-            'SKIP')
-validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A')
-
-build() {
-  cd "${srcdir}/xconsole-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xconsole-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xconsole/repos/extra-x86_64/PKGBUILD (from rev 450865, xorg-xconsole/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 17:24:45 UTC (rev 450866)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xconsole
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="Monitor system console messages with X"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.xz{,.sig})
+sha512sums=('93fd8527abed4faaf0f6a3804ab08dbcb926b0aaf67fd814c003b6b1102e2f643be5362a020c7028ae928925ffd423df6eb456d4ed48cf30a4c5f00a7ce648fa'
+            'SKIP')
+#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
+
+build() {
+  cd xconsole-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xconsole-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list