blueman-2.3.1

This commit is contained in:
Rmys
2022-07-27 12:25:52 +03:00
parent 7a56ab6a14
commit ddd9893300
2 changed files with 14 additions and 2 deletions
+6 -1
View File
@@ -10,11 +10,14 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
pisitools.dosed("data/configs/*.service.in", "SystemdService", deleteLine=True)
autotools.configure("--disable-static \
--sysconfdir=/etc \
--disable-schemas-compile \
--with-dhcp-config='/etc/dhcp/dhcpd.conf' \
--with-systemduserunitdir=no \
--with-systemdsystemunitdir=no \
--enable-pulseaudio \
--enable-polkit")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -25,4 +28,6 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.chmod(get.installDIR() + "/usr/share/polkit-1/rules.d")
pisitools.dodoc("CHANGELOG.*", "COPYING")
+8 -1
View File
@@ -14,7 +14,7 @@
<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="21d310d4ece9168245930c7dfdd74a18ceb1ac59" type="targz">https://github.com/blueman-project/blueman/releases/download/2.2.3/blueman-2.2.3.tar.gz</Archive>
<Archive sha1sum="a305110a94e81d8f45d3c9ac220b1bf68ad3d628" type="targz">https://github.com/blueman-project/blueman/releases/download/2.3.1/blueman-2.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>unifdef</Dependency>
@@ -67,6 +67,13 @@
</Package>
<History>
<Update release="10">
<Date>2022-07-27</Date>
<Version>2.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2021-11-10</Date>
<Version>2.2.3</Version>