extra/gnome-software to 3.38.2-2

This commit is contained in:
Kevin Mihelich 2021-03-22 18:21:04 +00:00
parent a03297fd6c
commit 29e7fafb45

View file

@ -9,14 +9,14 @@
pkgbase=gnome-software
pkgname=(gnome-software gnome-software-packagekit-plugin)
pkgver=3.38.2
pkgrel=1
pkgrel=2
pkgdesc="GNOME Software Tools"
url="https://wiki.gnome.org/Apps/Software/"
arch=(x86_64)
license=(GPL2)
makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak
docbook-xsl git gobject-introspection gspell gtk-doc meson
gnome-online-accounts libxmlb malcontent sysprof)
gnome-online-accounts libxmlb malcontent)
_commit=fcafd7ed2c8c3a8ca8062f409aac304ceb30def2 # tags/3.38.2^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
sha256sums=('SKIP')
@ -34,7 +34,7 @@ build() {
# Ensure static library is non-LTO compatible
CFLAGS+=" -ffat-lto-objects"
arch-meson $pkgbase build -D fwupd=false -D valgrind=false
arch-meson $pkgbase build -D sysprof=disabled -D fwupd=false -D valgrind=false
meson compile -C build
}