[arch-commits] Commit in mate-system-monitor/repos (4 files)

Jan de Groot jgc at archlinux.org
Thu Sep 28 11:24:21 UTC 2017


    Date: Thursday, September 28, 2017 @ 11:24:20
  Author: jgc
Revision: 260772

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  mate-system-monitor/repos/community-testing-i686/
  mate-system-monitor/repos/community-testing-i686/PKGBUILD
    (from rev 260771, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-testing-x86_64/
  mate-system-monitor/repos/community-testing-x86_64/PKGBUILD
    (from rev 260771, mate-system-monitor/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: mate-system-monitor/repos/community-testing-i686/PKGBUILD (from rev 260771, mate-system-monitor/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-09-28 11:24:20 UTC (rev 260772)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-system-monitor
+pkgver=1.18.0
+pkgrel=2
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org"
+arch=('i686' '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")
+sha1sums=('0fb62abebd2eaf01c1583cf5edfdbdc0eb776880')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --localstatedir=/var
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-system-monitor/repos/community-testing-x86_64/PKGBUILD (from rev 260771, mate-system-monitor/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-09-28 11:24:20 UTC (rev 260772)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-system-monitor
+pkgver=1.18.0
+pkgrel=2
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org"
+arch=('i686' '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")
+sha1sums=('0fb62abebd2eaf01c1583cf5edfdbdc0eb776880')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --localstatedir=/var
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list