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

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 09:19:46 UTC 2020


    Date: Saturday, May 16, 2020 @ 09:19:46
  Author: foutrelis
Revision: 383833

archrelease: copy trunk to staging-x86_64

Added:
  xorg-xconsole/repos/staging-x86_64/
  xorg-xconsole/repos/staging-x86_64/PKGBUILD
    (from rev 383831, xorg-xconsole/trunk/PKGBUILD)

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

Copied: xorg-xconsole/repos/staging-x86_64/PKGBUILD (from rev 383831, xorg-xconsole/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 09:19:46 UTC (rev 383833)
@@ -0,0 +1,27 @@
+# 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"
+}



More information about the arch-commits mailing list