extra/gnome-software to 3.38.0-1

This commit is contained in:
Kevin Mihelich 2020-10-05 18:52:35 +00:00
parent 3df93faadb
commit 0f5a5e5ea6

View file

@ -1,4 +1,4 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Yosef Or Boczko <yoseforb@gnome.org> # Contributor: Yosef Or Boczko <yoseforb@gnome.org>
@ -8,8 +8,8 @@
pkgbase=gnome-software pkgbase=gnome-software
pkgname=(gnome-software gnome-software-packagekit-plugin) pkgname=(gnome-software gnome-software-packagekit-plugin)
pkgver=3.36.1 pkgver=3.38.0
pkgrel=2 pkgrel=1
pkgdesc="GNOME Software Tools" pkgdesc="GNOME Software Tools"
url="https://wiki.gnome.org/Apps/Software/" url="https://wiki.gnome.org/Apps/Software/"
arch=(x86_64) arch=(x86_64)
@ -17,7 +17,7 @@ license=(GPL2)
makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak ostree makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak ostree
docbook-xsl git gobject-introspection gspell gtk-doc meson docbook-xsl git gobject-introspection gspell gtk-doc meson
gnome-online-accounts libxmlb malcontent) 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") source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
sha256sums=('SKIP') sha256sums=('SKIP')
@ -31,10 +31,11 @@ prepare() {
} }
build() { build() {
arch-meson $pkgbase build \ # Ensure static library is non-LTO compatible
-D fwupd=false \ CFLAGS+=" -ffat-lto-objects"
-D valgrind=false
ninja -C build arch-meson $pkgbase build -D sysprof=disabled -D fwupd=false -D valgrind=false
meson compile -C build
} }
check() { check() {