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

Anatol Pomozov anatolik at nymeria.archlinux.org
Mon May 19 19:48:53 UTC 2014


    Date: Monday, May 19, 2014 @ 21:48:52
  Author: anatolik
Revision: 213321

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

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

---------------------------------------------+
 staging-i686/PKGBUILD                       |   30 ++++++++++++++++++++++++++
 staging-i686/gnome-system-monitor.install   |   11 +++++++++
 staging-x86_64/PKGBUILD                     |   30 ++++++++++++++++++++++++++
 staging-x86_64/gnome-system-monitor.install |   11 +++++++++
 4 files changed, 82 insertions(+)

Copied: gnome-system-monitor/repos/staging-i686/PKGBUILD (from rev 213320, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-05-19 19:48:52 UTC (rev 213321)
@@ -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.12.2
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+options=(!emptydirs)
+url="http://www.gnome.org"
+groups=('gnome')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ba074e2157302d91d73b68e13207bf85452b84234e429b1ec9b9a7b1c70736d8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-system-monitor/repos/staging-i686/gnome-system-monitor.install (from rev 213320, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- staging-i686/gnome-system-monitor.install	                        (rev 0)
+++ staging-i686/gnome-system-monitor.install	2014-05-19 19:48:52 UTC (rev 213321)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: gnome-system-monitor/repos/staging-x86_64/PKGBUILD (from rev 213320, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-05-19 19:48:52 UTC (rev 213321)
@@ -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.12.2
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+options=(!emptydirs)
+url="http://www.gnome.org"
+groups=('gnome')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ba074e2157302d91d73b68e13207bf85452b84234e429b1ec9b9a7b1c70736d8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-system-monitor/repos/staging-x86_64/gnome-system-monitor.install (from rev 213320, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- staging-x86_64/gnome-system-monitor.install	                        (rev 0)
+++ staging-x86_64/gnome-system-monitor.install	2014-05-19 19:48:52 UTC (rev 213321)
@@ -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