Date: Tuesday, October 25, 2022 @ 18:29:33
  Author: heftig
Revision: 458964

43.0-1

Modified:
  gnome-logs/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-25 18:23:30 UTC (rev 458963)
+++ PKGBUILD    2022-10-25 18:29:33 UTC (rev 458964)
@@ -1,17 +1,17 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=gnome-logs
-pkgver=42.0
+pkgver=43.0
 pkgrel=1
 pkgdesc="A log viewer for the systemd journal"
 url="https://wiki.gnome.org/Apps/Logs";
 arch=(x86_64)
 license=(GPL)
-depends=(systemd gtk3 libhandy gsettings-desktop-schemas)
+depends=(systemd gtk4 libadwaita gsettings-desktop-schemas)
 makedepends=(appstream-glib git meson yelp-tools)
 groups=(gnome)
 options=(debug)
-_commit=1ae4e4081103cc0f7c590cb639e9914fb1f02c8c  # tags/gnome-logs-42.0^0
+_commit=3fa0b8a7f734e6adf865cc5df673f6a74809b56d  # tags/43.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -25,7 +25,11 @@
 }
 
 build() {
-  arch-meson $pkgname build -D man=true
+  local meson_options=(
+    -D man=true
+  )
+
+  arch-meson $pkgname build "${meson_options[@]}"
   meson compile -C build
 }
 
@@ -36,3 +40,5 @@
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to