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

Jan Steffens heftig at archlinux.org
Wed Mar 14 19:15:14 UTC 2018


    Date: Wednesday, March 14, 2018 @ 19:15:13
  Author: heftig
Revision: 319048

3.28.0+1+gea3e78c-1

Modified:
  gnome-logs/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-14 19:15:02 UTC (rev 319047)
+++ PKGBUILD	2018-03-14 19:15:13 UTC (rev 319048)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-logs
-pkgver=3.27.92+6+gea3e78c
+pkgver=3.28.0+1+gea3e78c
 pkgrel=1
 pkgdesc="A log viewer for the systemd journal"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 url="https://wiki.gnome.org/Apps/Logs"
 license=(GPL)
 depends=(systemd gtk3 gsettings-desktop-schemas)
-makedepends=(intltool itstool gnome-common appstream-glib git meson)
+makedepends=(appstream-glib git meson itstool)
 groups=(gnome)
 _commit=ea3e78c89697deeb2b404166dccd62e6baf8f70d  # gnome-3-28
 source=("git+https://git.gnome.org/browse/gnome-logs#commit=$_commit")
@@ -20,11 +20,21 @@
   git describe --tags | sed 's/^gnome-logs-//;s/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+  git tag -f gnome-logs-3.28.0 2939d8f578d46d95edc3aacd0538f7f0ab860dd8  # missing tag
+}
+
 build() {
   arch-meson $pkgname build
   ninja -C build
 }
 
+check() {
+  cd build
+  meson test
+}
+
 package() {
   DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list