[arch-commits] Commit in xfce4-systemload-plugin/repos/extra-x86_64 (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Mar 10 16:30:32 UTC 2021
Date: Wednesday, March 10, 2021 @ 16:30:32
Author: foutrelis
Revision: 409567
archrelease: copy trunk to extra-x86_64
Added:
xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 409566, xfce4-systemload-plugin/trunk/PKGBUILD)
Deleted:
xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-10 16:30:28 UTC (rev 409566)
+++ PKGBUILD 2021-03-10 16:30:32 UTC (rev 409567)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="A system load plugin for the Xfce4 panel"
-arch=('x86_64')
-license=('custom')
-url="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0531b8df923cba3be8d064cb8b638b954df74915e5a447228999517847789835')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static
- 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-systemload-plugin/repos/extra-x86_64/PKGBUILD (from rev 409566, xfce4-systemload-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-10 16:30:32 UTC (rev 409567)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A system load plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('custom')
+url="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1148f8e90cc53cae9b3aa32e10df4bd9fdc2f06db09d8429f88fbdd874fc171d')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static
+ 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