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")