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

Jan Steffens heftig at archlinux.org
Sun Mar 11 06:59:53 UTC 2012


    Date: Sunday, March 11, 2012 @ 01:59:53
  Author: heftig
Revision: 153000

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-system-monitor/repos/gnome-unstable-i686/
  gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD
    (from rev 152999, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/gnome-unstable-i686/gnome-system-monitor.install
    (from rev 152999, gnome-system-monitor/trunk/gnome-system-monitor.install)
  gnome-system-monitor/repos/gnome-unstable-x86_64/
  gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 152999, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install
    (from rev 152999, gnome-system-monitor/trunk/gnome-system-monitor.install)

----------------------------------------------------+
 gnome-unstable-i686/PKGBUILD                       |   30 +++++++++++++++++++
 gnome-unstable-i686/gnome-system-monitor.install   |   19 ++++++++++++
 gnome-unstable-x86_64/PKGBUILD                     |   30 +++++++++++++++++++
 gnome-unstable-x86_64/gnome-system-monitor.install |   19 ++++++++++++
 4 files changed, 98 insertions(+)

Copied: gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD (from rev 152999, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-03-11 06:59:53 UTC (rev 153000)
@@ -0,0 +1,30 @@
+# $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.3.91
+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=('00d1c4bead6fc172f5a55d6f0f0606458cc7ed3df7d2eed155f285d791b71867')
+
+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/gnome-unstable-i686/gnome-system-monitor.install (from rev 152999, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- gnome-unstable-i686/gnome-system-monitor.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-system-monitor.install	2012-03-11 06:59:53 UTC (rev 153000)
@@ -0,0 +1,19 @@
+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
+        usr/sbin/gconfpkg --uninstall ${pkgname}
+    fi
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}

Copied: gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152999, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-11 06:59:53 UTC (rev 153000)
@@ -0,0 +1,30 @@
+# $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.3.91
+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=('00d1c4bead6fc172f5a55d6f0f0606458cc7ed3df7d2eed155f285d791b71867')
+
+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/gnome-unstable-x86_64/gnome-system-monitor.install (from rev 152999, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- gnome-unstable-x86_64/gnome-system-monitor.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-system-monitor.install	2012-03-11 06:59:53 UTC (rev 153000)
@@ -0,0 +1,19 @@
+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
+        usr/sbin/gconfpkg --uninstall ${pkgname}
+    fi
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}




More information about the arch-commits mailing list