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

Ionut Biru ibiru at archlinux.org
Tue Oct 18 15:19:34 UTC 2011


    Date: Tuesday, October 18, 2011 @ 11:19:34
  Author: ibiru
Revision: 140736

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

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

---------------------------------------------+
 testing-i686/PKGBUILD                       |   29 ++++++++++++++++++++++++++
 testing-i686/gnome-system-monitor.install   |   19 +++++++++++++++++
 testing-x86_64/PKGBUILD                     |   29 ++++++++++++++++++++++++++
 testing-x86_64/gnome-system-monitor.install |   19 +++++++++++++++++
 4 files changed, 96 insertions(+)

Copied: gnome-system-monitor/repos/testing-i686/PKGBUILD (from rev 140735, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-10-18 15:19:34 UTC (rev 140736)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-system-monitor
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme')
+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=('f9ecca05609c0ff346727e0f24e32ba5284aea47dfe958e2b6d4a7912e5c1180')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install (from rev 140735, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- testing-i686/gnome-system-monitor.install	                        (rev 0)
+++ testing-i686/gnome-system-monitor.install	2011-10-18 15:19:34 UTC (rev 140736)
@@ -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/testing-x86_64/PKGBUILD (from rev 140735, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-10-18 15:19:34 UTC (rev 140736)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-system-monitor
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme')
+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=('f9ecca05609c0ff346727e0f24e32ba5284aea47dfe958e2b6d4a7912e5c1180')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install (from rev 140735, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- testing-x86_64/gnome-system-monitor.install	                        (rev 0)
+++ testing-x86_64/gnome-system-monitor.install	2011-10-18 15:19:34 UTC (rev 140736)
@@ -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