[arch-commits] Commit in gnome-logs/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Sep 13 08:49:28 UTC 2019


    Date: Friday, September 13, 2019 @ 08:49:27
  Author: heftig
Revision: 362418

3.34.0-1

Modified:
  gnome-logs/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 08:49:20 UTC (rev 362417)
+++ PKGBUILD	2019-09-13 08:49:27 UTC (rev 362418)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-logs
-pkgver=3.32.1
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="A log viewer for the systemd journal"
 url="https://wiki.gnome.org/Apps/Logs"
@@ -8,9 +8,9 @@
 arch=(x86_64)
 license=(GPL)
 depends=(systemd gtk3 gsettings-desktop-schemas)
-makedepends=(appstream-glib git meson itstool docbook-xsl)
+makedepends=(appstream-glib git meson yelp-tools)
 groups=(gnome)
-_commit=4436d0baa98ccb8e4657ab3c0c7791ba9a760cf0  # gnome-3-32
+_commit=633fa10cd8caaa594dabbfad3ebd2e551c27367f  # tags/gnome-logs-3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,16 +21,15 @@
 
 prepare() {
   cd $pkgname
-  git tag -f 3.32.1 4436d0baa98ccb8e4657ab3c0c7791ba9a760cf0  # Fixup missing tag
 }
 
 build() {
-  arch-meson $pkgname build -D tests=true -D man=true
+  arch-meson $pkgname build -D man=true
   ninja -C build
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list