[arch-commits] Commit in gnome-usage/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Sep 27 21:48:03 UTC 2020
Date: Sunday, September 27, 2020 @ 21:48:02
Author: heftig
Revision: 396827
3.38.0-1
Modified:
gnome-usage/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-27 21:47:24 UTC (rev 396826)
+++ PKGBUILD 2020-09-27 21:48:02 UTC (rev 396827)
@@ -1,17 +1,18 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=gnome-usage
-pkgver=3.33.2
-pkgrel=2
+pkgver=3.38.0
+pkgrel=1
pkgdesc="GNOME application to view information about use of system resources"
+url="https://wiki.gnome.org/Apps/Usage"
arch=(x86_64)
-url="https://wiki.gnome.org/Apps/Usage"
license=(GPL3)
-depends=(gtk3 libgtop libdazzle tracker)
+depends=(gtk3 libgtop libdazzle tracker3 libhandy)
makedepends=(git meson vala)
optdepends=('accountsservice: show user tags for processes')
groups=(gnome-extra)
-_commit=7554b8553d4e29bb771fd72fc4f3d2c7a4b87f02 # tags/v3.33.2^0
+_commit=9f1a9b3c74ee42d2cd917aa0ef2e7938f4389003 # tags/3.38.0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit")
sha256sums=('SKIP')
@@ -22,11 +23,11 @@
build() {
arch-meson $pkgname build
- ninja -C build
+ meson compile -C build
}
check() {
- meson test -C build
+ meson test -C build --print-errorlogs
}
package() {
More information about the arch-commits
mailing list