Merge pull request #18474 from Rmys/master

xdg-dbus-proxy ver. bump
This commit is contained in:
Rmys
2026-04-08 11:11:41 +03:00
committed by GitHub
2 changed files with 14 additions and 6 deletions
+4 -4
View File
@@ -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")
+10 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xdg-dbus-proxy</Name>
@@ -12,8 +12,9 @@
<IsA>app:console</IsA>
<Summary>a filtering proxy for D-Bus connections</Summary>
<Description>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.</Description>
<Archive sha1sum="8228d056b1beb56cfccd91a7056d0bd21750dc50" type="targz">https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.6.tar.gz</Archive>
<Archive sha1sum="7d080ba28bf684e701da70289c62c366303ed9d3" type="targz">https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
@@ -35,6 +36,13 @@
</Package>
<History>
<Update release="6">
<Date>2026-04-07</Date>
<Version>0.1.7</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2025-10-28</Date>
<Version>0.1.6</Version>