mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/gnome-software to 3.38.0-2
This commit is contained in:
parent
bccb1ff3bc
commit
877dff4ca0
1 changed files with 3 additions and 3 deletions
|
@ -9,14 +9,14 @@
|
|||
pkgbase=gnome-software
|
||||
pkgname=(gnome-software gnome-software-packagekit-plugin)
|
||||
pkgver=3.38.0
|
||||
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 ostree
|
||||
docbook-xsl git gobject-introspection gspell gtk-doc meson
|
||||
gnome-online-accounts libxmlb malcontent)
|
||||
gnome-online-accounts libxmlb malcontent sysprof)
|
||||
_commit=de586130932f5a33a20f57ffe836ebd36443f9d3 # tags/3.38.0^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 sysprof=disabled -D fwupd=false -D valgrind=false
|
||||
arch-meson $pkgbase build -D fwupd=false -D valgrind=false
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue