Date: Sunday, September 27, 2020 @ 21:56:38
  Author: heftig
Revision: 396832

3.38.0-1

Modified:
  gnome-software/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-09-27 21:54:33 UTC (rev 396831)
+++ PKGBUILD    2020-09-27 21:56:38 UTC (rev 396832)
@@ -1,11 +1,11 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
 # Contributor: Jan de Groot <j...@archlinux.org>
 # Contributor: Yosef Or Boczko <yosef...@gnome.org>
 
 pkgbase=gnome-software
 pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.36.1
-pkgrel=2
+pkgver=3.38.0
+pkgrel=1
 pkgdesc="GNOME Software Tools"
 url="https://wiki.gnome.org/Apps/Software/";
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
              docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind
              gnome-online-accounts libxmlb malcontent)
-_commit=56a23c5c716a0d4593c7e790a1b45b678998be28  # tags/3.36.1^0
+_commit=de586130932f5a33a20f57ffe836ebd36443f9d3  # tags/3.38.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -27,8 +27,11 @@
 }
 
 build() {
-  arch-meson $pkgbase build
-  ninja -C build
+  # Ensure static library is non-LTO compatible
+  CFLAGS+=" -ffat-lto-objects"
+
+  arch-meson $pkgbase build -D sysprof=disabled
+  meson compile -C build
 }
 
 check() {

Reply via email to