[arch-commits] Commit in libgtop/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Mar 15 22:34:45 UTC 2019


    Date: Friday, March 15, 2019 @ 22:34:44
  Author: heftig
Revision: 348427

archrelease: copy trunk to extra-x86_64

Added:
  libgtop/repos/extra-x86_64/PKGBUILD
    (from rev 348426, libgtop/trunk/PKGBUILD)
Deleted:
  libgtop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 22:34:23 UTC (rev 348426)
+++ PKGBUILD	2019-03-15 22:34:44 UTC (rev 348427)
@@ -1,37 +0,0 @@
-# $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
-}

Copied: libgtop/repos/extra-x86_64/PKGBUILD (from rev 348426, libgtop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 22:34:44 UTC (rev 348427)
@@ -0,0 +1,36 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgtop
+pkgver=2.40.0
+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 git gtk-doc)
+_commit=abccaf488a929de1e95e6a748485575dec52c998  # tags/2.40.0^0
+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