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>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>autoconf-archive</Dependency>
|
||||
<Dependency>libqrtr-glib-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency versionFrom="1.26.4">libmbim-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -30,6 +31,7 @@
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgudev</Dependency>
|
||||
<Dependency>libmbim</Dependency>
|
||||
<Dependency>libqrtr-glib</Dependency>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -49,6 +51,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libqmi</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libqrtr-glib-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -57,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2022-09-21</Date>
|
||||
<Version>1.30.8</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2022-06-26</Date>
|
||||
<Version>1.30.8</Version>
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
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():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "README*")
|
||||
@@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libqrtr-glib</Name>
|
||||
<Homepage>https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Qualcomm IPC Router protocol helper library</Summary>
|
||||
<Icon>libqrtr-glib</Icon>
|
||||
<Description>Qualcomm IPC Router protocol helper library</Description>
|
||||
<Archive sha1sum="01018d5325e6b723749a4ea14277d27450f1eb0b" type="tarbz2">https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/archive/1.2.2/libqrtr-glib-1.2.2.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<!-- <Dependency>vala-devel</Dependency> -->
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>libqrtr-glib.patch</Patch>
|
||||
<Patch level="1">libqrtr-glib.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libqrtr-glib</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libqrtr-glib-devel</Name>
|
||||
<Summary>Development files for libqrtr-glib</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency release="current">libqrtr-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libqrtr-glib-docs</Name>
|
||||
<Summary>Development files for libqrtr-glib</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libqrtr-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-09-21</Date>
|
||||
<Version>1.2.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libqrtr-glib</Name>
|
||||
<Summary xml:lang="tr">Qualcomm IPC Router protocol helper library</Summary>
|
||||
<Description xml:lang="tr">Qualcomm IPC Router protocol helper library</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>File transfer program to keep local copies in sync with remote files</Summary>
|
||||
<Description>rsync is a tool to keep local copies of remote files in sync (i.e. make sure local files are exact copies of remote files).</Description>
|
||||
<Archive sha1sum="26baded8871b9e2406add210cdbfa744c94642d2" type="targz">https://www.samba.org/ftp/rsync/src/rsync-3.2.5.tar.gz</Archive>
|
||||
<Archive sha1sum="9d9ff8042a19a88a4526249085e10f31a5d021b6" type="targz">https://www.samba.org/ftp/rsync/src/rsync-3.2.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
@@ -52,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2022-09-21</Date>
|
||||
<Version>3.2.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2022-08-17</Date>
|
||||
<Version>3.2.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user