From 9f6fd0256731f1567249b962402690926cd76a61 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 8 Apr 2026 11:10:00 +0300 Subject: [PATCH] xdg-dbus-proxy ver. bump --- network/misc/xdg-dbus-proxy/actions.py | 8 ++++---- network/misc/xdg-dbus-proxy/pspec.xml | 12 ++++++++++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/network/misc/xdg-dbus-proxy/actions.py b/network/misc/xdg-dbus-proxy/actions.py index 3b5ca1bb0d..b0bc6bf679 100644 --- a/network/misc/xdg-dbus-proxy/actions.py +++ b/network/misc/xdg-dbus-proxy/actions.py @@ -11,16 +11,16 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools +from pisi.actionsapi import mesontools from pisi.actionsapi import get def setup(): - shelltools.system("sh ./autogen.sh") - autotools.configure("--prefix=/usr") + mesontools.configure() def build(): - autotools.make() + mesontools.build() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + mesontools.install() pisitools.dodoc("COPYING", "README.md", "NEWS") diff --git a/network/misc/xdg-dbus-proxy/pspec.xml b/network/misc/xdg-dbus-proxy/pspec.xml index 81d0026c9f..cee06ed020 100644 --- a/network/misc/xdg-dbus-proxy/pspec.xml +++ b/network/misc/xdg-dbus-proxy/pspec.xml @@ -1,5 +1,5 @@ - + xdg-dbus-proxy @@ -12,8 +12,9 @@ app:console a filtering proxy for D-Bus connections xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally part of the flatpak project, but it has been broken out as a standalone module to facilitate using it in other contexts. - https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.6.tar.gz + https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.7.tar.gz + meson dbus-devel glib2-devel docbook-xsl @@ -35,6 +36,13 @@ + + 2026-04-07 + 0.1.7 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-10-28 0.1.6