blueman:ver. bump

This commit is contained in:
Rmys
2019-09-14 21:25:42 +03:00
parent 4a5f6a9b2d
commit c71718bd69
2 changed files with 20 additions and 6 deletions
+3
View File
@@ -12,7 +12,10 @@ from pisi.actionsapi import get
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--disable-static \
CYTHONEXEC='/usr/bin/cython3' \
--sysconfdir=/etc \
--disable-schemas-compile \
--with-dhcp-config='/etc/dhcp/dhcpd.conf' \
--enable-polkit")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+17 -6
View File
@@ -14,14 +14,15 @@
<IsA>library</IsA>
<Summary>GTK+ Bluetooth Manager</Summary>
<Description>blueman is a bluetooth manager application which is designed to be simple and intuitive for everyday bluetooth tasks. It's written with GTK+ toolkit.</Description>
<Archive sha1sum="983cde51a366555e042d20cef9e87f6ccf6eb268" type="targz">https://github.com/blueman-project/blueman/releases/download/2.0.5/blueman-2.0.5.tar.gz</Archive>
<Archive sha1sum="0475b9b0c465ae8fa25d9de06413794508e92ac7" type="targz">https://github.com/blueman-project/blueman/releases/download/2.1.1/blueman-2.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>unifdef</Dependency>
<Dependency>m4</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>iproute2</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>itstool</Dependency>
<Dependency>docbook-xml</Dependency>
<Dependency>docbook-xsl</Dependency>
@@ -32,7 +33,9 @@
<Dependency>bluez-libs-devel</Dependency>
<Dependency>python-gtk-devel</Dependency>
<Dependency>python-pygobject3-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<Dependency>python-pygobject-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>startup-notification-devel</Dependency>
</BuildDependencies>
</Source>
@@ -42,16 +45,17 @@
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>python</Dependency>
<Dependency>python3</Dependency>
<Dependency>bluez-libs</Dependency>
<Dependency>startup-notification</Dependency>
<Dependency>python-pygobject3</Dependency>
<Dependency>python3-pygobject3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="library">/usr/lib/nautilus-sendto/</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
@@ -63,6 +67,13 @@
</Package>
<History>
<Update release="6">
<Date>2019-09-14</Date>
<Version>2.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-09-14</Date>
<Version>2.0.5</Version>