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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 18:56:13 UTC 2014


    Date: Thursday, January 16, 2014 @ 19:56:12
  Author: flexiondotorg
Revision: 104271

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

Added:
  mate-system-monitor/repos/community-i686/PKGBUILD
    (from rev 104270, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-i686/mate-system-monitor.install
    (from rev 104270, mate-system-monitor/trunk/mate-system-monitor.install)
  mate-system-monitor/repos/community-x86_64/PKGBUILD
    (from rev 104270, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-x86_64/mate-system-monitor.install
    (from rev 104270, mate-system-monitor/trunk/mate-system-monitor.install)
Deleted:
  mate-system-monitor/repos/community-i686/PKGBUILD
  mate-system-monitor/repos/community-i686/mate-system-monitor.install
  mate-system-monitor/repos/community-x86_64/PKGBUILD
  mate-system-monitor/repos/community-x86_64/mate-system-monitor.install

----------------------------------------------+
 /PKGBUILD                                    |   70 +++++++++++++++++++++++++
 /mate-system-monitor.install                 |   22 +++++++
 community-i686/PKGBUILD                      |   35 ------------
 community-i686/mate-system-monitor.install   |   11 ---
 community-x86_64/PKGBUILD                    |   35 ------------
 community-x86_64/mate-system-monitor.install |   11 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-16 18:55:57 UTC (rev 104270)
+++ community-i686/PKGBUILD	2014-01-16 18:56:12 UTC (rev 104271)
@@ -1,35 +0,0 @@
-# $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/PKGBUILD (from rev 104270, mate-system-monitor/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-16 18:56:12 UTC (rev 104271)
@@ -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=6
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus-glib' '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
+}

Deleted: community-i686/mate-system-monitor.install
===================================================================
--- community-i686/mate-system-monitor.install	2014-01-16 18:55:57 UTC (rev 104270)
+++ community-i686/mate-system-monitor.install	2014-01-16 18:56:12 UTC (rev 104271)
@@ -1,11 +0,0 @@
-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-i686/mate-system-monitor.install (from rev 104270, 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 18:56:12 UTC (rev 104271)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-16 18:55:57 UTC (rev 104270)
+++ community-x86_64/PKGBUILD	2014-01-16 18:56:12 UTC (rev 104271)
@@ -1,35 +0,0 @@
-# $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/PKGBUILD (from rev 104270, mate-system-monitor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 18:56:12 UTC (rev 104271)
@@ -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=6
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus-glib' '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
+}

Deleted: community-x86_64/mate-system-monitor.install
===================================================================
--- community-x86_64/mate-system-monitor.install	2014-01-16 18:55:57 UTC (rev 104270)
+++ community-x86_64/mate-system-monitor.install	2014-01-16 18:56:12 UTC (rev 104271)
@@ -1,11 +0,0 @@
-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/mate-system-monitor.install (from rev 104270, 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 18:56:12 UTC (rev 104271)
@@ -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