[arch-commits] Commit in xfce4-sensors-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Mon Nov 15 20:48:17 UTC 2021
Date: Monday, November 15, 2021 @ 20:48:17
Author: foutrelis
Revision: 428547
archrelease: copy trunk to extra-x86_64
Added:
xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
(from rev 428546, xfce4-sensors-plugin/trunk/PKGBUILD)
Deleted:
xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-15 20:48:12 UTC (rev 428546)
+++ PKGBUILD 2021-11-15 20:48:17 UTC (rev 428547)
@@ -1,40 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Merk Matthias <macem at chello.at>
-
-pkgname=xfce4-sensors-plugin
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Sensors plugin for the Xfce panel"
-arch=('x86_64')
-url="https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'hddtemp' 'netcat')
-optdepends=('hddtemp: for monitoring the temperature of hard drives')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('37d0dc569e735e482a18545c24eb1ce0229d6910e3a4d4c1dee0680999234be2')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --datadir=/usr/share \
- --datarootdir=/usr/share \
- --disable-static \
- --disable-debug \
- --disable-pathchecks
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD (from rev 428546, xfce4-sensors-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-15 20:48:17 UTC (rev 428547)
@@ -0,0 +1,40 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Merk Matthias <macem at chello.at>
+
+pkgname=xfce4-sensors-plugin
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Sensors plugin for the Xfce panel"
+arch=('x86_64')
+url="https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'hddtemp' 'netcat')
+optdepends=('hddtemp: for monitoring the temperature of hard drives')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('da90f12e6ae995bcd1c81be35479a7a9d32308c65ecd64e568ba8c9592d39fcb')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --datadir=/usr/share \
+ --datarootdir=/usr/share \
+ --disable-static \
+ --disable-debug \
+ --disable-pathchecks
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list