[arch-commits] Commit in xfce4-cpugraph-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Oct 1 17:22:36 UTC 2021


    Date: Friday, October 1, 2021 @ 17:22:36
  Author: foutrelis
Revision: 424990

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 424989, xfce4-cpugraph-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 17:22:31 UTC (rev 424989)
+++ PKGBUILD	2021-10-01 17:22:36 UTC (rev 424990)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-cpugraph-plugin
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Graphical representation of the CPU load"
-arch=('x86_64')
-license=('GPL' 'custom')
-url="https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fb0cccd9a678136256edd0f04f945e611ab0aa912837f57413ef3bb0f515608c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --localstatedir=/var \
-    --disable-static \
-    --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD (from rev 424989, xfce4-cpugraph-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-01 17:22:36 UTC (rev 424990)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="Graphical representation of the CPU load"
+arch=('x86_64')
+license=('GPL' 'custom')
+url="https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c7d21de539f6263ecbee5971497bb22a1e84628f0e1483b6302a7976745d7705')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list