[arch-commits] Commit in mate-sensors-applet/repos (2 files)

Antonio Rojas arojas at archlinux.org
Thu Nov 29 21:17:27 UTC 2018


    Date: Thursday, November 29, 2018 @ 21:17:26
  Author: arojas
Revision: 410570

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-sensors-applet/repos/community-staging-x86_64/
  mate-sensors-applet/repos/community-staging-x86_64/PKGBUILD
    (from rev 410569, mate-sensors-applet/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: mate-sensors-applet/repos/community-staging-x86_64/PKGBUILD (from rev 410569, mate-sensors-applet/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-29 21:17:26 UTC (rev 410570)
@@ -0,0 +1,34 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-sensors-applet
+pkgver=1.20.2
+pkgrel=2
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
+makedepends=('docbook-xsl' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('mate-sensors-applet-gtk3')
+replaces=('mate-sensors-applet-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('cb0458deeac0d83ce94cce3d225186d0708af7b61e4469544df7092725ff1d4e')
+
+build() {
+	cd ${pkgname}-${pkgver}
+    	./configure \
+        	--prefix=/usr \
+        	--libexecdir=/usr/lib/${pkgname}
+
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  	make
+}
+
+package() {
+    	cd ${pkgname}-${pkgver}
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list