xdg-dbus-proxy ver. bump

This commit is contained in:
Rmys
2021-06-14 10:35:58 +03:00
committed by GitHub
parent cac7d22a61
commit d954d13235
2 changed files with 23 additions and 8 deletions
+10 -6
View File
@@ -1,7 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#!/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():
from pisi.actionsapi import shelltools
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")
+13 -2
View File
@@ -12,9 +12,12 @@
<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="117c5afb80345f307db922fe2a24bed5528ea3b0" type="targz">https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.1.tar.gz</Archive>
<Archive sha1sum="0b230c35dc08de186834e0077004b3bff7fbb7eb" type="targz">https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>autoconf-archive</Dependency>
</BuildDependencies>
</Source>
@@ -26,11 +29,19 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-14</Date>
<Version>0.1.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2019-09-12</Date>
<Version>0.1.1</Version>
@@ -39,4 +50,4 @@
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>