Date: Thursday, December 15, 2022 @ 15:09:16
Author: foutrelis
Revision: 464436
archrelease: copy trunk to extra-x86_64
Added:
xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 464435, xfce4-systemload-plugin/trunk/PKGBUILD)
Deleted:
xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 71 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-15 15:09:12 UTC (rev 464435)
+++ PKGBUILD 2022-12-15 15:09:16 UTC (rev 464436)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: AndyRTR <[email protected]>
-# Contributor: Aurelien Foret <[email protected]>
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.3.1
-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' 'libgtop')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('56d1007801d52d7c2b5a13bb54745f6d7f06fda28b49ce936145633068817652')
-
-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 464435,
xfce4-systemload-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-15 15:09:16 UTC (rev 464436)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: AndyRTR <[email protected]>
+# Contributor: Aurelien Foret <[email protected]>
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="System load plugin for the Xfce panel"
+arch=('x86_64')
+license=('custom')
+url="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libgtop')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bb303fc3020e053ad1fa0b8fcbf0d7681c5563bb8f649357d6a95a577802b072')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et: