summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-05-25 14:48:18 +0200
committerPhilip Goto2022-05-25 14:48:18 +0200
commit046851af3e835be87d5c9c4802a65ea04fff09a0 (patch)
tree0d5361925cc58ab0daf348c659b74a5e686babb0
parent006f3e636a7e4c7e069e996d7e67478cb1865a53 (diff)
downloadaur-046851af3e835be87d5c9c4802a65ea04fff09a0.tar.gz
Disable webapp support for now
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab31a31a9c57..29e3010dda34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-software-git
pkgdesc = GNOME Software Tools
- pkgver = 42.0+r12+g0d856448e
+ pkgver = 42.0+r367+g0c3e21d1a
pkgrel = 1
url = https://wiki.gnome.org/Apps/Software/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a686bb958962..f512f2a5d68c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=gnome-software-git
pkgname=(gnome-software-git gnome-software-packagekit-plugin-git)
-pkgver=42.0+r12+g0d856448e
+pkgver=42.0+r367+g0c3e21d1a
pkgrel=1
pkgdesc='GNOME Software Tools'
arch=(x86_64 aarch64)
@@ -41,7 +41,8 @@ build() {
# Ensure static library is non-LTO compatible
CFLAGS+=" -ffat-lto-objects"
- arch-meson gnome-software build -D soup2=true
+ arch-meson gnome-software build -D soup2=true \
+ -D hardcoded_foss_webapps=false -D hardcoded_proprietary_webapps=false -D webapps=false
meson compile -C build
}