[arch-commits] Commit in xfce4-cpugraph-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Sat Oct 9 18:53:39 UTC 2021
Date: Saturday, October 9, 2021 @ 18:53:39
Author: foutrelis
Revision: 425533
archrelease: copy trunk to extra-x86_64
Added:
xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
(from rev 425532, 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-09 18:53:35 UTC (rev 425532)
+++ PKGBUILD 2021-10-09 18:53:39 UTC (rev 425533)
@@ -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.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:
Copied: xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD (from rev 425532, xfce4-cpugraph-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-09 18:53:39 UTC (rev 425533)
@@ -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.5
+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=('c2f6dbd7f83c79b63b83c98232c79d050e18640e82464b9ec8d3643a92c3a1b0')
+
+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