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

Brad Fanella cesura at archlinux.org
Tue Feb 25 20:07:19 UTC 2020


    Date: Tuesday, February 25, 2020 @ 20:07:17
  Author: cesura
Revision: 581995

archrelease: copy trunk to community-x86_64

Added:
  mate-system-monitor/repos/community-x86_64/PKGBUILD
    (from rev 581994, mate-system-monitor/trunk/PKGBUILD)
Deleted:
  mate-system-monitor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 20:07:10 UTC (rev 581994)
+++ PKGBUILD	2020-02-25 20:07:17 UTC (rev 581995)
@@ -1,32 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-system-monitor
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="A system monitor for MATE"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('gtkmm3' 'libgtop' 'libwnck3')
-makedepends=('intltool' 'itstool' 'python')
-conflicts=('mate-system-monitor-gtk3')
-replaces=('mate-system-monitor-gtk3')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('75b1dd52b1146568a59f187e08639144c5a3835d39510321dbf134ab0bd4017a')
-
-build() {
-    	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr \
-        	--libexecdir=/usr/lib/${pkgname} \
-        	--localstatedir=/var \
-        	--enable-systemd
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-    	make DESTDIR="${pkgdir}" install
-}

Copied: mate-system-monitor/repos/community-x86_64/PKGBUILD (from rev 581994, mate-system-monitor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-25 20:07:17 UTC (rev 581995)
@@ -0,0 +1,32 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-system-monitor
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="A system monitor for MATE"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('gtkmm3' 'libgtop' 'libwnck3' 'gettext')
+makedepends=('itstool' 'python')
+conflicts=('mate-system-monitor-gtk3')
+replaces=('mate-system-monitor-gtk3')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('c59bde9b43ea49ee05738307314f26375c8801f6844e417dd6d011ab333563b1')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr \
+        	--libexecdir=/usr/lib/${pkgname} \
+        	--localstatedir=/var \
+        	--enable-systemd
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list