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

Antonio Rojas arojas at gemini.archlinux.org
Sun Aug 8 19:27:36 UTC 2021


    Date: Sunday, August 8, 2021 @ 19:27:35
  Author: arojas
Revision: 995636

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 19:27:26 UTC (rev 995635)
+++ PKGBUILD	2021-08-08 19:27:35 UTC (rev 995636)
@@ -1,34 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-sensors-applet
-pkgver=1.24.1
-pkgrel=1
-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' 'gettext')
-makedepends=('docbook-xsl' '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=('262c494b207e615656d8d8723946d11beb705fbf9f0166eb3dbb7a56877764d9')
-
-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
-}

Copied: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 995635, mate-sensors-applet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 19:27:35 UTC (rev 995636)
@@ -0,0 +1,32 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-sensors-applet
+pkgver=1.26.0
+pkgrel=1
+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' 'gettext')
+makedepends=('docbook-xsl' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('4c437c3ff04488543e2cf0c4627fe265c48b4ad8f4946fd9de9845edc0c82968')
+
+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