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

Jan de Groot jgc at archlinux.org
Fri Sep 15 20:59:29 UTC 2017


    Date: Friday, September 15, 2017 @ 20:59:27
  Author: jgc
Revision: 305630

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 305629, libgtop/trunk/PKGBUILD)
  libgtop/repos/gnome-unstable-x86_64/
  libgtop/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 305629, 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 305629, libgtop/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-15 20:59:27 UTC (rev 305630)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgtop
+pkgver=2.38.0+1+g487e584a
+pkgrel=1
+pkgdesc="A library that reads information about processes and the running system"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib' 'libxau')
+makedepends=('gobject-introspection' gnome-common git gtk-doc)
+_commit=487e584a18b90a413d4f866c51501ae56b552af5  # master
+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 305629, libgtop/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-15 20:59:27 UTC (rev 305630)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgtop
+pkgver=2.38.0+1+g487e584a
+pkgrel=1
+pkgdesc="A library that reads information about processes and the running system"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib' 'libxau')
+makedepends=('gobject-introspection' gnome-common git gtk-doc)
+_commit=487e584a18b90a413d4f866c51501ae56b552af5  # master
+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