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

Andreas Radke andyrtr at gemini.archlinux.org
Sat May 21 19:56:54 UTC 2022


    Date: Saturday, May 21, 2022 @ 19:56:54
  Author: andyrtr
Revision: 446283

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 19:56:48 UTC (rev 446282)
+++ PKGBUILD	2022-05-21 19:56:54 UTC (rev 446283)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xconsole
-pkgver=1.0.7
-pkgrel=3
-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 446282, xorg-xconsole/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-21 19:56:54 UTC (rev 446283)
@@ -0,0 +1,27 @@
+# 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"
+}



More information about the arch-commits mailing list