[arch-commits] Commit in xfce4-sensors-plugin/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 28 09:49:26 UTC 2018
Date: Wednesday, November 28, 2018 @ 09:49:25
Author: foutrelis
Revision: 340539
archrelease: copy trunk to staging-x86_64
Added:
xfce4-sensors-plugin/repos/staging-x86_64/
xfce4-sensors-plugin/repos/staging-x86_64/PKGBUILD
(from rev 340538, xfce4-sensors-plugin/trunk/PKGBUILD)
----------+
PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
Copied: xfce4-sensors-plugin/repos/staging-x86_64/PKGBUILD (from rev 340538, xfce4-sensors-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-28 09:49:25 UTC (rev 340539)
@@ -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.0
+pkgrel=2
+pkgdesc="A lm_sensors plugin for the Xfce panel"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/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=('b7a7834ca84f6751686fa2e20e0b44a2e68ece0cb2716792a765e03b92f65569')
+
+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