[arch-commits] Commit in mate-system-monitor/repos (6 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Thu Jan 16 17:15:42 UTC 2014
Date: Thursday, January 16, 2014 @ 18:15:41
Author: flexiondotorg
Revision: 104216
archrelease: copy trunk to community-i686, community-x86_64
Added:
mate-system-monitor/repos/community-i686/
mate-system-monitor/repos/community-i686/PKGBUILD
(from rev 104215, mate-system-monitor/trunk/PKGBUILD)
mate-system-monitor/repos/community-i686/mate-system-monitor.install
(from rev 104215, mate-system-monitor/trunk/mate-system-monitor.install)
mate-system-monitor/repos/community-x86_64/
mate-system-monitor/repos/community-x86_64/PKGBUILD
(from rev 104215, mate-system-monitor/trunk/PKGBUILD)
mate-system-monitor/repos/community-x86_64/mate-system-monitor.install
(from rev 104215, mate-system-monitor/trunk/mate-system-monitor.install)
----------------------------------------------+
community-i686/PKGBUILD | 35 +++++++++++++++++++++++++
community-i686/mate-system-monitor.install | 11 +++++++
community-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++
community-x86_64/mate-system-monitor.install | 11 +++++++
4 files changed, 92 insertions(+)
Copied: mate-system-monitor/repos/community-i686/PKGBUILD (from rev 104215, mate-system-monitor/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:15:41 UTC (rev 104216)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni Ricciardi <kar98k.sniper at gmail.com>
+
+pkgname=mate-system-monitor
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libmatewnck' 'librsvg'
+ 'mate-icon-theme')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('84b6e8f3557bdadada026aeb349f6e9e90b59c6a')
+install=${pkgname}.install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname} \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-scrollkeeper
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: mate-system-monitor/repos/community-i686/mate-system-monitor.install (from rev 104215, mate-system-monitor/trunk/mate-system-monitor.install)
===================================================================
--- community-i686/mate-system-monitor.install (rev 0)
+++ community-i686/mate-system-monitor.install 2014-01-16 17:15:41 UTC (rev 104216)
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: mate-system-monitor/repos/community-x86_64/PKGBUILD (from rev 104215, mate-system-monitor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-01-16 17:15:41 UTC (rev 104216)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni Ricciardi <kar98k.sniper at gmail.com>
+
+pkgname=mate-system-monitor
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'glibmm' 'gtk2' 'gtkmm' 'libgtop' 'libmatewnck' 'librsvg'
+ 'mate-icon-theme')
+makedepends=('docbook2x' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('84b6e8f3557bdadada026aeb349f6e9e90b59c6a')
+install=${pkgname}.install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname} \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-scrollkeeper
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: mate-system-monitor/repos/community-x86_64/mate-system-monitor.install (from rev 104215, mate-system-monitor/trunk/mate-system-monitor.install)
===================================================================
--- community-x86_64/mate-system-monitor.install (rev 0)
+++ community-x86_64/mate-system-monitor.install 2014-01-16 17:15:41 UTC (rev 104216)
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list