[arch-commits] Commit in gnome-system-monitor/repos (8 files)
Jan de Groot
jgc at archlinux.org
Fri Sep 26 10:55:17 UTC 2014
Date: Friday, September 26, 2014 @ 12:55:16
Author: jgc
Revision: 223095
db-move: moved gnome-system-monitor from [gnome-unstable] to [testing] (i686, x86_64)
Added:
gnome-system-monitor/repos/testing-i686/
gnome-system-monitor/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD)
gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install
(from rev 223030, gnome-system-monitor/repos/gnome-unstable-i686/gnome-system-monitor.install)
gnome-system-monitor/repos/testing-x86_64/
gnome-system-monitor/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD)
gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install
(from rev 223030, gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install)
Deleted:
gnome-system-monitor/repos/gnome-unstable-i686/
gnome-system-monitor/repos/gnome-unstable-x86_64/
---------------------------------------------+
testing-i686/PKGBUILD | 30 ++++++++++++++++++++++++++
testing-i686/gnome-system-monitor.install | 11 +++++++++
testing-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++
testing-x86_64/gnome-system-monitor.install | 11 +++++++++
4 files changed, 82 insertions(+)
Copied: gnome-system-monitor/repos/testing-i686/PKGBUILD (from rev 223030, gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-09-26 10:55:16 UTC (rev 223095)
@@ -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.14.0
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'systemd')
+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=('dd058c6cbb4c045e712f07331a31ce63bfbbded66fe64bd7f306be26680bbc8f')
+
+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/testing-i686/gnome-system-monitor.install (from rev 223030, gnome-system-monitor/repos/gnome-unstable-i686/gnome-system-monitor.install)
===================================================================
--- testing-i686/gnome-system-monitor.install (rev 0)
+++ testing-i686/gnome-system-monitor.install 2014-09-26 10:55:16 UTC (rev 223095)
@@ -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/testing-x86_64/PKGBUILD (from rev 223030, gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:55:16 UTC (rev 223095)
@@ -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.14.0
+pkgrel=1
+pkgdesc="A system monitor for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'systemd')
+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=('dd058c6cbb4c045e712f07331a31ce63bfbbded66fe64bd7f306be26680bbc8f')
+
+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/testing-x86_64/gnome-system-monitor.install (from rev 223030, 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 2014-09-26 10:55:16 UTC (rev 223095)
@@ -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