libupnp,ModemManager,libqmi ver. bump

This commit is contained in:
Rmys
2022-11-24 12:38:57 +03:00
parent 24bfcc9fd3
commit 169e14ffac
6 changed files with 49 additions and 19 deletions
+5 -4
View File
@@ -6,18 +6,19 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
shelltools.export("PYTHON","/usr/bin/python3")
autotools.configure("--disable-static")
mesontools.configure()
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("COPYING", "README")
pisitools.dodoc("AUTHORS", "README*")
+9 -1
View File
@@ -12,8 +12,9 @@
<IsA>library</IsA>
<Summary>MBIM modem protocol helper library.</Summary>
<Description>libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.</Description>
<Archive sha1sum="db8a10a8923304e0ede2d3aa5cf45451d826d71a" type="tarxz">http://www.freedesktop.org/software/libmbim/libmbim-1.26.4.tar.xz</Archive>
<Archive sha1sum="4c42f460a36b2520fabe3d7ae5d6c88b4862a1b7" type="targz">https://github.com/freedesktop/libmbim/archive/refs/tags/1.28.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>help2man</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -58,6 +59,13 @@
</Package>
<History>
<Update release="13">
<Date>2022-11-24</Date>
<Version>1.28.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2022-06-26</Date>
<Version>1.26.4</Version>
+6 -8
View File
@@ -7,20 +7,18 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
shelltools.export("PYTHON","/usr/bin/python3")
autotools.configure("--prefix=/usr \
--disable-static \
--with-tests \
--libexecdir=/usr/lib/libqmi")
mesontools.configure()
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "TODO")
+11 -2
View File
@@ -12,8 +12,9 @@
<IsA>app:gui</IsA>
<Summary>QMI modem protocol helper library</Summary>
<Description>libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.</Description>
<Archive sha1sum="3b53818bc9cd9fffd529b272ad30937c5bf63962" type="tarxz">https://www.freedesktop.org/software/libqmi/libqmi-1.30.8.tar.xz</Archive>
<Archive sha1sum="4c1c40e9e11d99820db5b5adde335d304125b419" type="targz">https://github.com/freedesktop/libqmi/archive/refs/tags/1.32.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>help2man</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>python3-devel</Dependency>
@@ -21,7 +22,7 @@
<Dependency>autoconf-archive</Dependency>
<Dependency>libqrtr-glib-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency versionFrom="1.26.4">libmbim-devel</Dependency>
<Dependency versionFrom="1.28.2">libmbim-devel</Dependency>
</BuildDependencies>
</Source>
@@ -38,6 +39,7 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="doc">/usr/share/doc/libqmi/</Path>
<Path fileType="data">/usr/share/gir-1.0/Qmi-1.0.gir</Path>
@@ -60,6 +62,13 @@
</Package>
<History>
<Update release="16">
<Date>2022-11-24</Date>
<Version>1.32.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2022-09-21</Date>
<Version>1.30.8</Version>