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

Jan de Groot jgc at archlinux.org
Wed Apr 5 10:29:52 UTC 2017


    Date: Wednesday, April 5, 2017 @ 10:29:51
  Author: jgc
Revision: 292105

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgtop/repos/gnome-unstable-i686/
  libgtop/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292104, libgtop/trunk/PKGBUILD)
  libgtop/repos/gnome-unstable-x86_64/
  libgtop/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292104, libgtop/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: libgtop/repos/gnome-unstable-i686/PKGBUILD (from rev 292104, libgtop/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-05 10:29:51 UTC (rev 292105)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgtop
+pkgver=2.36.0
+pkgrel=1
+pkgdesc="A library that reads information about processes and the running system"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'libxau')
+makedepends=('gobject-introspection' gnome-common git gtk-doc)
+_commit=88ecae1d00463909fc1d4e9fe46be64ea47b030f  # tags/2.36.0^0
+source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit")
+url="http://www.gnome.org/"
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgtop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292104, libgtop/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-05 10:29:51 UTC (rev 292105)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgtop
+pkgver=2.36.0
+pkgrel=1
+pkgdesc="A library that reads information about processes and the running system"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'libxau')
+makedepends=('gobject-introspection' gnome-common git gtk-doc)
+_commit=88ecae1d00463909fc1d4e9fe46be64ea47b030f  # tags/2.36.0^0
+source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit")
+url="http://www.gnome.org/"
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list