[arch-commits] Commit in xfce4-sensors-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 28 15:59:05 UTC 2020


    Date: Monday, December 28, 2020 @ 15:59:05
  Author: foutrelis
Revision: 405068

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 405067, xfce4-sensors-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 40 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-28 15:58:59 UTC (rev 405067)
+++ PKGBUILD	2020-12-28 15:59:05 UTC (rev 405068)
@@ -1,42 +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.3.92
-pkgrel=2
-pkgdesc="A lm_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=('3dc6643d2c064b7718badff44b948f8d410f00f13db197820b26ae38045f5112')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
-  ./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 405067, xfce4-sensors-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-28 15:59:05 UTC (rev 405068)
@@ -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.3.95
+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=('83c64ae4618dd592971cfa0bc285a9b47af801a3ed856835cdb2a4c533c7846c')
+
+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