From feeea525e1552e6724faedf91d261e66c17b3a01 Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Fri, 10 Apr 2026 12:50:42 +0200 Subject: [PATCH] xdg-dbus-proxy: update to 0.1.7 --- srcpkgs/xdg-dbus-proxy/patches/musl.patch | 19 ------------------- srcpkgs/xdg-dbus-proxy/template | 4 ++-- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 srcpkgs/xdg-dbus-proxy/patches/musl.patch diff --git a/srcpkgs/xdg-dbus-proxy/patches/musl.patch b/srcpkgs/xdg-dbus-proxy/patches/musl.patch deleted file mode 100644 index 76cad848eb150c..00000000000000 --- a/srcpkgs/xdg-dbus-proxy/patches/musl.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/dbus-proxy.c 2019-01-15 18:02:01.000000000 +0000 -+++ b/dbus-proxy.c 2019-01-15 18:02:01.000000000 +0000 -@@ -31,6 +31,16 @@ - - #include "flatpak-proxy.h" - -+// Taken from glibc unistd.h -+#ifndef TEMP_FAILURE_RETRY -+# define TEMP_FAILURE_RETRY(expression) \ -+ (__extension__ \ -+ ({ long int __result; \ -+ do __result = (long int) (expression); \ -+ while (__result == -1L && errno == EINTR); \ -+ __result; })) -+#endif -+ - static const char *argv0; - static GList *proxies; - static int sync_fd = -1; diff --git a/srcpkgs/xdg-dbus-proxy/template b/srcpkgs/xdg-dbus-proxy/template index cf1b0aa0535c01..3dd98d75116297 100644 --- a/srcpkgs/xdg-dbus-proxy/template +++ b/srcpkgs/xdg-dbus-proxy/template @@ -1,6 +1,6 @@ # Template file for 'xdg-dbus-proxy' pkgname=xdg-dbus-proxy -version=0.1.6 +version=0.1.7 revision=1 build_style=meson hostmakedepends="libxslt pkg-config docbook-xsl" @@ -12,5 +12,5 @@ license="GPL-3.0-or-later" homepage="https://github.com/flatpak/xdg-dbus-proxy" changelog="https://raw.githubusercontent.com/flatpak/xdg-dbus-proxy/main/NEWS" distfiles="https://github.com/flatpak/xdg-dbus-proxy/releases/download/${version}/${pkgname}-${version}.tar.xz" -checksum=131bf59fce7c7ee7ecbc5d9106d6750f4f597bfe609966573240f7e4952973a1 +checksum=3ad3d27ba574e178acb5e4d438ba36ace25e3564f899c36f31c56f82c7adbbe7 make_check_pre=dbus-run-session