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

Brad Fanella cesura at archlinux.org
Thu Jan 10 09:20:22 UTC 2019


    Date: Thursday, January 10, 2019 @ 09:20:20
  Author: cesura
Revision: 421526

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-10 09:19:53 UTC (rev 421525)
+++ PKGBUILD	2019-01-10 09:20:20 UTC (rev 421526)
@@ -1,34 +0,0 @@
-# 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
-}

Copied: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 421525, mate-sensors-applet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-10 09:20:20 UTC (rev 421526)
@@ -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.3
+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')
+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=('e609e83c4774caa95866156c95b0ba1a33001aced739dc0bfc29e62987c72869')
+
+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