commit 5ab377fb61c9673e870ab70d43a816deb3a50d01
parent 630388f6afc9eca3c08296d95f29695bd7c354c7
Author: St John Karp <contact@stjo.hn>
Date: Sat, 18 Jun 2022 16:41:13 -0400
glib-networking: Add package after it was dropped from kiss-community
I think the only changes I made to this was to update the sed
usage in the build script to avoid the non-standard -i flag.
Diffstat:
5 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/flatpak/glib-networking/build b/flatpak/glib-networking/build
@@ -0,0 +1,19 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+# Don't build tests that fail due to `gnutls` not being built with `p11-kit`.
+sed "/subdir('tls\/tests')/d" meson.build > _
+mv -f _ meson.build
+
+meson \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ -Dlibproxy=disabled \
+ -Dopenssl=disabled \
+ -Dgnutls=enabled \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/flatpak/glib-networking/checksums b/flatpak/glib-networking/checksums
@@ -0,0 +1 @@
+66b408e7afa86c582fe38963db56133869ab4b57d34e48ec56aba621940d6f35
diff --git a/flatpak/glib-networking/depends b/flatpak/glib-networking/depends
@@ -0,0 +1,4 @@
+glib
+gnutls
+meson make
+pkgconf make
diff --git a/flatpak/glib-networking/sources b/flatpak/glib-networking/sources
@@ -0,0 +1 @@
+https://ftp.gnome.org/pub/gnome/sources/glib-networking/2.70/glib-networking-2.70.0.tar.xz
diff --git a/flatpak/glib-networking/version b/flatpak/glib-networking/version
@@ -0,0 +1 @@
+2.70.0 1