[arch-commits] Commit in gnome-system-monitor/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Apr 9 08:16:35 UTC 2019


    Date: Tuesday, April 9, 2019 @ 08:16:34
  Author: heftig
Revision: 350421

archrelease: copy trunk to extra-x86_64

Added:
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD
    (from rev 350420, gnome-system-monitor/trunk/PKGBUILD)
Deleted:
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-09 08:16:30 UTC (rev 350420)
+++ PKGBUILD	2019-04-09 08:16:34 UTC (rev 350421)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-system-monitor
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="View current processes and monitor system state"
-url="https://wiki.gnome.org/Apps/SystemMonitor"
-arch=(x86_64)
-license=(GPL)
-depends=(libgtop gtkmm3 librsvg systemd)
-makedepends=(meson yelp-tools git)
-groups=(gnome)
-_commit=99d9f5a2171014d1cb472ead1e8333e5173b0c36  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-system-monitor/repos/extra-x86_64/PKGBUILD (from rev 350420, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-09 08:16:34 UTC (rev 350421)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-system-monitor
+pkgver=3.32.1
+pkgrel=1
+pkgdesc="View current processes and monitor system state"
+url="https://wiki.gnome.org/Apps/SystemMonitor"
+arch=(x86_64)
+license=(GPL)
+depends=(libgtop gtkmm3 librsvg systemd)
+makedepends=(meson yelp-tools git)
+groups=(gnome)
+_commit=bab950c2f3b51902251d71d48880ca765c5c8277  # tags/3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+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