[arch-commits] Commit in gnome-system-monitor/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu Mar 14 20:52:57 UTC 2019
Date: Thursday, March 14, 2019 @ 20:52:54
Author: bpiotrowski
Revision: 348109
archrelease: copy trunk to extra-x86_64
Added:
gnome-system-monitor/repos/extra-x86_64/PKGBUILD
(from rev 348108, 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-03-14 20:52:46 UTC (rev 348108)
+++ PKGBUILD 2019-03-14 20:52:54 UTC (rev 348109)
@@ -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.30.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=878b3e0ef10c5625c0b7124821b734f21433b6e0 # tags/3.30.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 348108, gnome-system-monitor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-14 20:52:54 UTC (rev 348109)
@@ -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.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
+}
More information about the arch-commits
mailing list