[arch-commits] Commit in libgtop/repos (6 files)

Jan de Groot jgc at nymeria.archlinux.org
Thu May 15 20:36:58 UTC 2014


    Date: Thursday, May 15, 2014 @ 22:36:58
  Author: jgc
Revision: 212855

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

Added:
  libgtop/repos/staging-i686/
  libgtop/repos/staging-i686/PKGBUILD
    (from rev 212854, libgtop/trunk/PKGBUILD)
  libgtop/repos/staging-i686/libgtop.install
    (from rev 212854, libgtop/trunk/libgtop.install)
  libgtop/repos/staging-x86_64/
  libgtop/repos/staging-x86_64/PKGBUILD
    (from rev 212854, libgtop/trunk/PKGBUILD)
  libgtop/repos/staging-x86_64/libgtop.install
    (from rev 212854, libgtop/trunk/libgtop.install)

--------------------------------+
 staging-i686/PKGBUILD          |   28 ++++++++++++++++++++++++++++
 staging-i686/libgtop.install   |   13 +++++++++++++
 staging-x86_64/PKGBUILD        |   28 ++++++++++++++++++++++++++++
 staging-x86_64/libgtop.install |   13 +++++++++++++
 4 files changed, 82 insertions(+)

Copied: libgtop/repos/staging-i686/PKGBUILD (from rev 212854, libgtop/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-05-15 20:36:58 UTC (rev 212855)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgtop
+pkgver=2.30.0
+pkgrel=1
+pkgdesc="A library that read information about processes and the running system"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'libxau' 'texinfo')
+makedepends=('intltool' 'gobject-introspection')
+install=libgtop.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.gnome.org/"
+sha256sums=('463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --with-libgtop-smp
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgtop/repos/staging-i686/libgtop.install (from rev 212854, libgtop/trunk/libgtop.install)
===================================================================
--- staging-i686/libgtop.install	                        (rev 0)
+++ staging-i686/libgtop.install	2014-05-15 20:36:58 UTC (rev 212855)
@@ -0,0 +1,13 @@
+info_dir=/usr/share/info
+
+post_install() {
+  install-info ${info_dir}/libgtop2.info.gz ${info_dir}/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  install-info --delete ${info_dir}/libgtop2.info.gz ${info_dir}/dir 2> /dev/null
+}

Copied: libgtop/repos/staging-x86_64/PKGBUILD (from rev 212854, libgtop/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-05-15 20:36:58 UTC (rev 212855)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgtop
+pkgver=2.30.0
+pkgrel=1
+pkgdesc="A library that read information about processes and the running system"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'libxau' 'texinfo')
+makedepends=('intltool' 'gobject-introspection')
+install=libgtop.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.gnome.org/"
+sha256sums=('463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --with-libgtop-smp
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgtop/repos/staging-x86_64/libgtop.install (from rev 212854, libgtop/trunk/libgtop.install)
===================================================================
--- staging-x86_64/libgtop.install	                        (rev 0)
+++ staging-x86_64/libgtop.install	2014-05-15 20:36:58 UTC (rev 212855)
@@ -0,0 +1,13 @@
+info_dir=/usr/share/info
+
+post_install() {
+  install-info ${info_dir}/libgtop2.info.gz ${info_dir}/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  install-info --delete ${info_dir}/libgtop2.info.gz ${info_dir}/dir 2> /dev/null
+}




More information about the arch-commits mailing list