ModemManager-1.16.8 ver. bump
This commit is contained in:
@@ -10,13 +10,21 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.configure("--disable-static \
|
||||
shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
|
||||
#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-systemd-suspend-resume=no \
|
||||
--enable-introspection=no \
|
||||
--with-polkit=permissive")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
@@ -13,16 +13,17 @@
|
||||
<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="c3aefcf55f62b3ec339504e15e6f120b1956ff34" type="tarxz">http://www.freedesktop.org/software/ModemManager/ModemManager-1.14.12.tar.xz</Archive>
|
||||
<Archive sha1sum="0a6c3bccfe69da817a566d8d8aab08bb101d9308" type="tarxz">http://www.freedesktop.org/software/ModemManager/ModemManager-1.16.8.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>ppp-devel</Dependency>
|
||||
<Dependency versionFrom="1.28.6">libqmi-devel</Dependency>
|
||||
<Dependency versionFrom="1.24.8">libmbim-devel</Dependency>
|
||||
<Dependency>libqmi-devel</Dependency>
|
||||
<Dependency>libmbim-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
@@ -64,6 +65,7 @@
|
||||
<!-- <Path fileType="data">/usr/share/gtk-doc</Path> -->
|
||||
<Path fileType="data">/usr/share/polkit-1</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="data">/usr/share/ModemManager/mm-foxconn-carrier-mapping.conf</Path>
|
||||
<Path fileType="data">/usr/share/ModemManager/mm-foxconn-t77w968-carrier-mapping.conf</Path>
|
||||
<Path fileType="data">/usr/share/ModemManager/mm-dell-dw5821e-carrier-mapping.conf</Path>
|
||||
</Files>
|
||||
@@ -123,6 +125,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2021-08-04</Date>
|
||||
<Version>1.16.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2021-06-24</Date>
|
||||
<Version>1.14.12</Version>
|
||||
|
||||
Reference in New Issue
Block a user