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

Andreas Radke andyrtr at gemini.archlinux.org
Mon Apr 4 05:27:51 UTC 2022


    Date: Monday, April 4, 2022 @ 05:27:51
  Author: andyrtr
Revision: 441484

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 05:27:43 UTC (rev 441483)
+++ PKGBUILD	2022-04-04 05:27:51 UTC (rev 441484)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xload
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="System load average display for 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/xload-${pkgver}.tar.bz2{,.sig})
-sha512sums=('8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5'
-            'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
-
-build() {
-  cd xload-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xload-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xload/repos/extra-x86_64/PKGBUILD (from rev 441483, xorg-xload/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-04 05:27:51 UTC (rev 441484)
@@ -0,0 +1,27 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=xorg-xload
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="System load average display for 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/xload-${pkgver}.tar.xz{,.sig})
+sha512sums=('114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xload-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xload-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list