diff --git a/network/misc/xdg-dbus-proxy/actions.py b/network/misc/xdg-dbus-proxy/actions.py index b233d13614..3b5ca1bb0d 100644 --- a/network/misc/xdg-dbus-proxy/actions.py +++ b/network/misc/xdg-dbus-proxy/actions.py @@ -1,7 +1,11 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. +#!/usr/bin/python + +# -*- coding: utf-8 -*- + +# + +# Licensed under the GNU General Public License, version 3. + # See the file http://www.gnu.org/copyleft/gpl.txt. from pisi.actionsapi import autotools @@ -10,7 +14,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - shelltools.system("sh autogen.sh") + shelltools.system("sh ./autogen.sh") autotools.configure("--prefix=/usr") def build(): @@ -19,4 +23,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("COPYING", "README.md", "NEWS") \ No newline at end of file + 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 ea37ec1fac..cfa26e9ad5 100644 --- a/network/misc/xdg-dbus-proxy/pspec.xml +++ b/network/misc/xdg-dbus-proxy/pspec.xml @@ -12,9 +12,12 @@ 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.1.tar.gz + https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.2.tar.gz + dbus-devel glib2-devel + docbook-xsl + libxslt-devel autoconf-archive @@ -26,11 +29,19 @@ /usr/bin + /usr/share/man /usr/share/doc + + 2021-06-14 + 0.1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-12 0.1.1 @@ -39,4 +50,4 @@ suvari@pisilinux.org - \ No newline at end of file +