[arch-commits] Commit in xfce4-systemload-plugin/repos/extra-x86_64 (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 21 04:24:33 UTC 2020
Date: Monday, December 21, 2020 @ 04:24:32
Author: foutrelis
Revision: 404716
archrelease: copy trunk to extra-x86_64
Added:
xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 404715, 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 2020-12-21 04:24:27 UTC (rev 404715)
+++ PKGBUILD 2020-12-21 04:24:32 UTC (rev 404716)
@@ -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.3
-pkgrel=2
-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=('052407c575203da4de2db6f4a5e997220d95ec655d393dc3875a0d5a20520775')
-
-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 404715, xfce4-systemload-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-21 04:24:32 UTC (rev 404716)
@@ -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.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:
More information about the arch-commits
mailing list