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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 15:32:57 UTC 2015


    Date: Monday, December 7, 2015 @ 16:32:56
  Author: bpiotrowski
Revision: 253470

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 253469, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/staging-i686/gnome-system-monitor.install
    (from rev 253469, 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 253469, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/staging-x86_64/gnome-system-monitor.install
    (from rev 253469, 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 253469, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 15:32:56 UTC (rev 253470)
@@ -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.18.2
+pkgrel=2
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'systemd' 'libwnck3')
+makedepends=('itstool' 'docbook-xsl' 'intltool' 'desktop-file-utils' 'appdata-tools')
+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=('9e4a5d6aefa362448f301907fe07f3889e3dd7824922ceef8c48a7808be3e666')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --enable-systemd --enable-wnck
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-system-monitor/repos/staging-i686/gnome-system-monitor.install (from rev 253469, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- staging-i686/gnome-system-monitor.install	                        (rev 0)
+++ staging-i686/gnome-system-monitor.install	2015-12-07 15:32:56 UTC (rev 253470)
@@ -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 253469, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 15:32:56 UTC (rev 253470)
@@ -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.18.2
+pkgrel=2
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'systemd' 'libwnck3')
+makedepends=('itstool' 'docbook-xsl' 'intltool' 'desktop-file-utils' 'appdata-tools')
+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=('9e4a5d6aefa362448f301907fe07f3889e3dd7824922ceef8c48a7808be3e666')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --enable-systemd --enable-wnck
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-system-monitor/repos/staging-x86_64/gnome-system-monitor.install (from rev 253469, gnome-system-monitor/trunk/gnome-system-monitor.install)
===================================================================
--- staging-x86_64/gnome-system-monitor.install	                        (rev 0)
+++ staging-x86_64/gnome-system-monitor.install	2015-12-07 15:32:56 UTC (rev 253470)
@@ -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