[arch-commits] Commit in gnome-usage (3 files)

Balló György bgyorgy at archlinux.org
Mon Apr 16 20:55:50 UTC 2018


    Date: Monday, April 16, 2018 @ 20:55:47
  Author: bgyorgy
Revision: 316569

archrelease: copy trunk to community-x86_64

Added:
  gnome-usage/repos/
  gnome-usage/repos/community-x86_64/
  gnome-usage/repos/community-x86_64/PKGBUILD
    (from rev 316568, gnome-usage/trunk/PKGBUILD)

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

Copied: gnome-usage/repos/community-x86_64/PKGBUILD (from rev 316568, gnome-usage/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-04-16 20:55:47 UTC (rev 316569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-usage
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="GNOME application to view information about use of system resources"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Usage"
+license=(GPL3)
+depends=(gtk3 libgtop)
+makedepends=(git meson vala)
+optdepends=('accountsservice: show user tags for processes')
+groups=(gnome-extra)
+_commit=b29adffaaf65aa6fcc3d403adbe7999f01157c89  # tags/v3.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list