[arch-commits] Commit in gnome-usage/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Oct 4 23:10:53 UTC 2019


    Date: Friday, October 4, 2019 @ 23:10:52
  Author: bgyorgy
Revision: 512878

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-04 23:10:49 UTC (rev 512877)
+++ PKGBUILD	2019-10-04 23:10:52 UTC (rev 512878)
@@ -1,34 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-usage
-pkgver=3.32.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 libdazzle)
-makedepends=(git meson vala)
-optdepends=('accountsservice: show user tags for processes')
-groups=(gnome-extra)
-_commit=1540a395cd89f517d55b1d0052d18c60685c9dd2  # tags/v3.32.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
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-usage/repos/community-x86_64/PKGBUILD (from rev 512877, gnome-usage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-04 23:10:52 UTC (rev 512878)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-usage
+pkgver=3.33.2
+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 libdazzle tracker)
+makedepends=(git meson vala)
+optdepends=('accountsservice: show user tags for processes')
+groups=(gnome-extra)
+_commit=7554b8553d4e29bb771fd72fc4f3d2c7a4b87f02  # tags/v3.33.2^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
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list