Date: Sunday, April 16, 2023 @ 23:50:15
Author: foutrelis
Revision: 474099
archrelease: copy trunk to extra-x86_64
Added:
xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD
(from rev 474098, xfce4-genmon-plugin/trunk/PKGBUILD)
Deleted:
xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 70 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 34 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-16 23:48:29 UTC (rev 474098)
+++ PKGBUILD 2023-04-16 23:50:15 UTC (rev 474099)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: AndyRTR <[email protected]>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-genmon-plugin
-pkgver=4.1.1
-pkgrel=1
-pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
-arch=('x86_64')
-license=('LGPL2.1')
-url="https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b2119fd0ff19fa293b97ec97b0de8e241799e08b86218515167c568bd9b50135')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD (from rev 474098,
xfce4-genmon-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-16 23:50:15 UTC (rev 474099)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: AndyRTR <[email protected]>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-genmon-plugin
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
+arch=('x86_64')
+license=('LGPL2.1')
+url="https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('948d08ee5f2140847f109b531bc1d4cc6268496913ea7600d3c5ad89025a0362')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-debug
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: