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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:31:09 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:31:08
  Author: ibiru
Revision: 138945

db-move: moved gnome-system-monitor from [gnome-unstable] to [testing] (x86_64)

Added:
  gnome-system-monitor/repos/testing-x86_64/
  gnome-system-monitor/repos/testing-x86_64/PKGBUILD
    (from rev 138832, gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install
    (from rev 138832, gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install)
Deleted:
  gnome-system-monitor/repos/gnome-unstable-x86_64/

------------------------------+
 PKGBUILD                     |   29 +++++++++++++++++++++++++++++
 gnome-system-monitor.install |   19 +++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: gnome-system-monitor/repos/testing-x86_64/PKGBUILD (from rev 138832, gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:31:08 UTC (rev 138945)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-system-monitor
+pkgver=3.2.0
+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=('169c82bd1744adba1a4e3f384c06d9ff48aefac5d0f56e8ac4ad48b6f7f5810c')
+
+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 138832, gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install)
===================================================================
--- testing-x86_64/gnome-system-monitor.install	                        (rev 0)
+++ testing-x86_64/gnome-system-monitor.install	2011-09-28 19:31:08 UTC (rev 138945)
@@ -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