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

Ionut Biru ibiru at archlinux.org
Tue Apr 17 21:23:12 UTC 2012


    Date: Tuesday, April 17, 2012 @ 17:23:12
  Author: ibiru
Revision: 156400

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

Added:
  gnome-system-monitor/repos/testing-i686/PKGBUILD
    (from rev 156399, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install
    (from rev 156399, gnome-system-monitor/trunk/gnome-system-monitor.install)
  gnome-system-monitor/repos/testing-x86_64/PKGBUILD
    (from rev 156399, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install
    (from rev 156399, gnome-system-monitor/trunk/gnome-system-monitor.install)
Deleted:
  gnome-system-monitor/repos/testing-i686/PKGBUILD
  gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install
  gnome-system-monitor/repos/testing-x86_64/PKGBUILD
  gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install

---------------------------------------------+
 testing-i686/PKGBUILD                       |   58 +++++++++++++-------------
 testing-i686/gnome-system-monitor.install   |   30 ++++---------
 testing-x86_64/PKGBUILD                     |   58 +++++++++++++-------------
 testing-x86_64/gnome-system-monitor.install |   30 ++++---------
 4 files changed, 80 insertions(+), 96 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2012-04-17 21:19:27 UTC (rev 156399)
+++ testing-i686/PKGBUILD	2012-04-17 21:23:12 UTC (rev 156400)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-system-monitor
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="A system monitor for GNOME"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'libsystemd')
-makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool')
-options=(!emptydirs)
-url="http://www.gnome.org"
-groups=('gnome-extra')
-install=gnome-system-monitor.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e62047983f423f4a178f01d860e9b362e8c9757d4bbeadad0f261b97b4433d12')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-system-monitor/repos/testing-i686/PKGBUILD (from rev 156399, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-17 21:23:12 UTC (rev 156400)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-system-monitor
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'libsystemd')
+makedepends=('gnome-doc-utils' 'intltool')
+options=(!emptydirs)
+url="http://www.gnome.org"
+groups=('gnome-extra')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('60f53f1b37c717b2f12502bf6f3b4b43c8e8f3d2fb1198ba66bf933ec4c3130b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-system-monitor.install
===================================================================
--- testing-i686/gnome-system-monitor.install	2012-04-17 21:19:27 UTC (rev 156399)
+++ testing-i686/gnome-system-monitor.install	2012-04-17 21:23:12 UTC (rev 156400)
@@ -1,19 +0,0 @@
-pkgname=gnome-system-monitor
-
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-    if [ -f /usr/share/gconf/schemas/${pkgname}.schemas ]; then
-        gconfpkg --uninstall ${pkgname}
-    fi
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-post_remove() {
-    post_install $1
-}

Copied: gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install (from rev 156399, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- testing-i686/gnome-system-monitor.install	                        (rev 0)
+++ testing-i686/gnome-system-monitor.install	2012-04-17 21:23:12 UTC (rev 156400)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2012-04-17 21:19:27 UTC (rev 156399)
+++ testing-x86_64/PKGBUILD	2012-04-17 21:23:12 UTC (rev 156400)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-system-monitor
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="A system monitor for GNOME"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'libsystemd')
-makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool')
-options=(!emptydirs)
-url="http://www.gnome.org"
-groups=('gnome-extra')
-install=gnome-system-monitor.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e62047983f423f4a178f01d860e9b362e8c9757d4bbeadad0f261b97b4433d12')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-system-monitor/repos/testing-x86_64/PKGBUILD (from rev 156399, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-17 21:23:12 UTC (rev 156400)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-system-monitor
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'libsystemd')
+makedepends=('gnome-doc-utils' 'intltool')
+options=(!emptydirs)
+url="http://www.gnome.org"
+groups=('gnome-extra')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('60f53f1b37c717b2f12502bf6f3b4b43c8e8f3d2fb1198ba66bf933ec4c3130b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/gnome-system-monitor.install
===================================================================
--- testing-x86_64/gnome-system-monitor.install	2012-04-17 21:19:27 UTC (rev 156399)
+++ testing-x86_64/gnome-system-monitor.install	2012-04-17 21:23:12 UTC (rev 156400)
@@ -1,19 +0,0 @@
-pkgname=gnome-system-monitor
-
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-    if [ -f /usr/share/gconf/schemas/${pkgname}.schemas ]; then
-        gconfpkg --uninstall ${pkgname}
-    fi
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-post_remove() {
-    post_install $1
-}

Copied: gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install (from rev 156399, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- testing-x86_64/gnome-system-monitor.install	                        (rev 0)
+++ testing-x86_64/gnome-system-monitor.install	2012-04-17 21:23:12 UTC (rev 156400)
@@ -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