ModemManager,libqmi,rsync ver. bump
This commit is contained in:
@@ -7,32 +7,28 @@
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#shelltools.system("./autogen.sh")
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("--prefix=/usr --disable-static \
|
||||
--enable-more-warnings=yes \
|
||||
--with-udev-base-dir=/lib/udev \
|
||||
--enable-gtk-doc \
|
||||
--enable-plugin-qcom-soc \
|
||||
--with-qmi=yes \
|
||||
--with-mbim=yes \
|
||||
--disable-rpath \
|
||||
--disable-silent-rules \
|
||||
--with-systemd-journal=no \
|
||||
--with-polkit=permissive")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
mesontools.configure("-Dvapi=true \
|
||||
-Dgtk_doc=true \
|
||||
-Dpolkit=permissive \
|
||||
-Dsystemd_journal=false \
|
||||
-Dsystemdsystemunitdir=no \
|
||||
-Dat_command_via_dbus=true \
|
||||
-Ddbus_policy_dir=/usr/share/dbus-1/system.d \
|
||||
")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
# def check():
|
||||
# mesontools.build("test")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dosed("%s/usr/share/dbus-1/system-services/*.service" % get.installDIR(), "SystemdService", deleteLine=True )
|
||||
|
||||
pisitools.dodoc("README", "COPYING")
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>A manager framework for mobile broadband modems</Summary>
|
||||
<Description>ModemManager provides a unified high level API for communicating with mobile broadband modems.</Description>
|
||||
<Archive sha1sum="eebc46f124945b767eae87851d3b829d01af5d8d" type="tarxz">http://www.freedesktop.org/software/ModemManager/ModemManager-1.18.10.tar.xz</Archive>
|
||||
<Archive sha1sum="ad5dc34b6825453b61c72edc2a4119c92f1f55d5" type="tarbz2">https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/1.18.12/ModemManager-1.18.12.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
@@ -47,7 +48,8 @@
|
||||
<Dependency>polkit</Dependency>
|
||||
<Dependency>libmbim</Dependency>
|
||||
<Dependency>libgudev</Dependency>
|
||||
<Dependency>libmm-glib</Dependency>
|
||||
<Dependency>libmm-glib</Dependency>
|
||||
<Dependency>libqrtr-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/ModemManager/fcc-unlock.d</Path>
|
||||
@@ -130,6 +132,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2022-09-21</Date>
|
||||
<Version>1.18.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2022-06-26</Date>
|
||||
<Version>1.18.10</Version>
|
||||
|
||||
Reference in New Issue
Block a user