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

Jan Steffens heftig at archlinux.org
Sun Mar 11 19:21:54 UTC 2018


    Date: Sunday, March 11, 2018 @ 19:21:53
  Author: heftig
Revision: 318618

archrelease: copy trunk to gnome-unstable-x86_64

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

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: libgtop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318617, libgtop/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-11 19:21:53 UTC (rev 318618)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgtop
+pkgver=2.38.0+13+gcab8791f
+pkgrel=1
+pkgdesc="A library for collecting system monitoring data"
+url="https://gitlab.gnome.org/GNOME/libgtop"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxau)
+makedepends=(gobject-introspection gnome-common git gtk-doc)
+_commit=cab8791fdd6a174b1aea06410214800a774a729b  # master
+source=("git+https://gitlab.gnome.org/GNOME/libgtop.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list