libmbim ver. bump
This commit is contained in:
@@ -8,7 +8,7 @@ from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -16,4 +16,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
|
||||
@@ -12,12 +12,13 @@
|
||||
<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="a6a4589e05b36827625299d06d0be3703ec967ac" type="tarxz">http://www.freedesktop.org/software/libmbim/libmbim-1.20.4.tar.xz</Archive>
|
||||
<Archive sha1sum="1162a4302be250ca3334f3bfd1e7d04770e4b4ff" type="tarxz">http://www.freedesktop.org/software/libmbim/libmbim-1.24.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -33,6 +34,7 @@
|
||||
<Path fileType="executable">/usr/bin/</Path>
|
||||
<Path fileType="doc">/usr/share/gtk-doc/</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libmbim</Path>
|
||||
</Files>
|
||||
@@ -53,6 +55,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-07-10</Date>
|
||||
<Version>1.24.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-02-02</Date>
|
||||
<Version>1.20.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user