flatpak: use libcurl instead of libsoup2

This commit is contained in:
oreo639 2023-01-11 03:29:20 -08:00 committed by Michal Vasilek
parent 73f0fc53ff
commit 817a8055b6
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'flatpak'
pkgname=flatpak
version=1.15.1
revision=1
revision=2
build_style=gnu-configure
build_helper="gir"
configure_args="
--with-curl
--with-system-bubblewrap
--with-system-dbus-proxy
--with-system-helper-user=_flatpak
@ -15,7 +16,7 @@ hostmakedepends="bubblewrap gettext glib-devel libxslt pkg-config bison
python3-parsing xmlto docbook-xml docbook-xsl xdg-dbus-proxy"
makedepends="AppStream-devel libarchive-devel gpgme-devel json-glib-devel
libcap-devel libostree-devel libseccomp-devel polkit-devel dconf-devel
fuse3-devel libsoup-devel libcurl-devel gdk-pixbuf-devel"
fuse3-devel libcurl-devel libxml2-devel gdk-pixbuf-devel"
depends="bubblewrap gnupg>=2 xdg-dbus-proxy"
checkdepends="attr-progs bubblewrap dbus gnupg socat which xdg-dbus-proxy"
short_desc="Application sandboxing and distribution framework"