ModemManager,libqmi,rsync ver. bump
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>speech dispatcher: common interface to speech synthesis</Summary>
|
||||
<Description>Speech Dispatcher is a device independent layer for speech synthesis that provides a common easy to use interface for both client applications (programs that want to speak) and for software synthesizers (programs actually able to convert text to speech).</Description>
|
||||
<Archive sha1sum="680506fd05fc39222628ff8dd5b4346ebaca2def" type="targz">https://github.com/brailcom/speechd/releases/download/0.11.0/speech-dispatcher-0.11.0.tar.gz</Archive>
|
||||
<Archive sha1sum="699a037367349e4816c9c358a5cf62300651a132" type="targz">https://github.com/brailcom/speechd/releases/download/0.11.3/speech-dispatcher-0.11.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
@@ -34,7 +34,7 @@
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">0001-Remove-pyxdg-dependency.patch</Patch>
|
||||
<!-- <Patch level="1">0001-Remove-pyxdg-dependency.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -96,6 +96,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2022-09-20</Date>
|
||||
<Version>0.11.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2021-12-13</Date>
|
||||
<Version>0.11.0</Version>
|
||||
|
||||
@@ -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>
|
||||
|
||||
+139
-15
@@ -4880,8 +4880,9 @@
|
||||
<Summary xml:lang="tr">Mobil modemler için yönetim katmanı</Summary>
|
||||
<Description xml:lang="en">ModemManager provides a unified high level API for communicating with mobile broadband modems.</Description>
|
||||
<Description xml:lang="tr">ModemManager, 3G ve GSM gibi mobil genişbant modemlerle D-Bus üzerinden iletişimi sağlayan bir sistem hizmetidir.</Description>
|
||||
<Archive type="tarxz" sha1sum="eebc46f124945b767eae87851d3b829d01af5d8d" name="ModemManager-1.18.10.tar.xz">http://www.freedesktop.org/software/ModemManager/ModemManager-1.18.10.tar.xz</Archive>
|
||||
<Archive type="tarbz2" sha1sum="ad5dc34b6825453b61c72edc2a4119c92f1f55d5" name="ModemManager-1.18.12.tar.bz2">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>
|
||||
@@ -4911,6 +4912,7 @@
|
||||
<Dependency>libmbim</Dependency>
|
||||
<Dependency>libgudev</Dependency>
|
||||
<Dependency>libmm-glib</Dependency>
|
||||
<Dependency>libqrtr-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/ModemManager/fcc-unlock.d</Path>
|
||||
@@ -4942,7 +4944,7 @@
|
||||
<Summary xml:lang="en">Development files for ModemManager</Summary>
|
||||
<Summary xml:lang="tr">ModemManager için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="19">ModemManager</Dependency>
|
||||
<Dependency release="20">ModemManager</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/ModemManager/</Path>
|
||||
@@ -4969,7 +4971,7 @@
|
||||
<Summary xml:lang="en">Development files for libmm-glib</Summary>
|
||||
<Summary xml:lang="tr">libmm-glib için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="19">libmm-glib</Dependency>
|
||||
<Dependency release="20">libmm-glib</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>ModemManager-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -4982,13 +4984,20 @@
|
||||
<Name>ModemManager-docs</Name>
|
||||
<Summary xml:lang="en">Development files for ModemManager</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="19">ModemManager</Dependency>
|
||||
<Dependency release="20">ModemManager</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</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>
|
||||
@@ -9714,7 +9723,7 @@
|
||||
<Summary xml:lang="tr">Dosya yedekleme ve eşleme uygulaması</Summary>
|
||||
<Description xml:lang="en">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>
|
||||
<Description xml:lang="tr">rsync, uzaktaki dosyaları senkronize tutan bir dosya transfer uygulamasıdır.</Description>
|
||||
<Archive type="targz" sha1sum="26baded8871b9e2406add210cdbfa744c94642d2" name="rsync-3.2.5.tar.gz">https://www.samba.org/ftp/rsync/src/rsync-3.2.5.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="9d9ff8042a19a88a4526249085e10f31a5d021b6" name="rsync-3.2.6.tar.gz">https://www.samba.org/ftp/rsync/src/rsync-3.2.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
@@ -9752,6 +9761,13 @@
|
||||
</AdditionalFiles>
|
||||
</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>
|
||||
@@ -12361,6 +12377,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>
|
||||
@@ -12372,6 +12389,7 @@
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgudev</Dependency>
|
||||
<Dependency>libmbim</Dependency>
|
||||
<Dependency>libqrtr-glib</Dependency>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -12388,8 +12406,9 @@
|
||||
<Name>libqmi-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libqmi</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="14">libqmi</Dependency>
|
||||
<Dependency release="15">libqmi</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libqrtr-glib-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -12397,6 +12416,13 @@
|
||||
</Files>
|
||||
</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>
|
||||
@@ -12497,6 +12523,75 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<PartOf>network.library</PartOf>
|
||||
<Summary xml:lang="en">Qualcomm IPC Router protocol helper library</Summary>
|
||||
<Summary xml:lang="tr">Qualcomm IPC Router protocol helper library</Summary>
|
||||
<Description xml:lang="en">Qualcomm IPC Router protocol helper library</Description>
|
||||
<Description xml:lang="tr">Qualcomm IPC Router protocol helper library</Description>
|
||||
<Icon>libqrtr-glib</Icon>
|
||||
<Archive type="tarbz2" sha1sum="01018d5325e6b723749a4ea14277d27450f1eb0b" name="libqrtr-glib-1.2.2.tar.bz2">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>glib2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>network/library/libqrtr-glib/pspec.xml</SourceURI>
|
||||
</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 xml:lang="en">Development files for libqrtr-glib</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency release="1">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 xml:lang="en">Development files for libqrtr-glib</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>dleyna-core</Name>
|
||||
@@ -47744,11 +47839,17 @@ Gnome session.</Summary>
|
||||
<Description xml:lang="en">lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open by processes currently running on the system. It can also list communications open by each process.</Description>
|
||||
<Description xml:lang="tr">lsof sistemde çalışmakta olan UNIX süreçleri tarafından açılmış dosyaları listeleyen kullanışlı bir araçtır.</Description>
|
||||
<Description xml:lang="es">Lsof es una herramienta de diagnostica específica de Unix. Su nombre quiere decir LiSt Open files (listar archivos abiertos), y hace justamente esto. Genera una lista con información sobre cada archivo abierto por procesos que están activos en el sistema. También puede listar comunicaciones abiertas por cada proceso.</Description>
|
||||
<Archive type="tar" sha1sum="4fee7d38e48e621a92d35159a49ae0649784d2df" name="download">https://sourceforge.net/projects/pisilinux/files/source/lsof_4.91_src.tar/download</Archive>
|
||||
<Archive type="targz" sha1sum="b3953287c7c2aaa8784b0caf591ede4a37cf03e4" name="4.96.3.tar.gz">https://github.com/lsof-org/lsof/archive/refs/tags/4.96.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libtirpc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>util/misc/lsof/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>lsof</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libtirpc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -47757,6 +47858,13 @@ Gnome session.</Summary>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2022-09-20</Date>
|
||||
<Version>4.96.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>4.91</Version>
|
||||
@@ -71999,7 +72107,7 @@ cleaner, which will allow to add new features in the future.</Description>
|
||||
<Summary xml:lang="tr">Konuşma sentezi ortak arayüzü</Summary>
|
||||
<Description xml:lang="en">Speech Dispatcher is a device independent layer for speech synthesis that provides a common easy to use interface for both client applications (programs that want to speak) and for software synthesizers (programs actually able to convert text to speech).</Description>
|
||||
<Description xml:lang="tr">Speech Dispatcher, seslendirme yapılmak istenen veya konuşma sentezi yapan uygulamalar için ortak ve kolay kullanımlı bir arayüz sunan, cihaz-bağımsız bir katmandır.</Description>
|
||||
<Archive type="targz" sha1sum="680506fd05fc39222628ff8dd5b4346ebaca2def" name="speech-dispatcher-0.11.0.tar.gz">https://github.com/brailcom/speechd/releases/download/0.11.0/speech-dispatcher-0.11.0.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="699a037367349e4816c9c358a5cf62300651a132" name="speech-dispatcher-0.11.3.tar.gz">https://github.com/brailcom/speechd/releases/download/0.11.3/speech-dispatcher-0.11.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
@@ -72017,9 +72125,6 @@ cleaner, which will allow to add new features in the future.</Description>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">0001-Remove-pyxdg-dependency.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -72050,7 +72155,7 @@ cleaner, which will allow to add new features in the future.</Description>
|
||||
<Name>python3-speech-dispatcher</Name>
|
||||
<Summary xml:lang="en">Python3 bindings for speech-dispatcher</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="12">speech-dispatcher</Dependency>
|
||||
<Dependency release="13">speech-dispatcher</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -72067,7 +72172,7 @@ cleaner, which will allow to add new features in the future.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>espeak-ng-devel</Dependency>
|
||||
<Dependency release="12">speech-dispatcher</Dependency>
|
||||
<Dependency release="13">speech-dispatcher</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -72075,6 +72180,13 @@ cleaner, which will allow to add new features in the future.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2022-09-20</Date>
|
||||
<Version>0.11.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2021-12-13</Date>
|
||||
<Version>0.11.0</Version>
|
||||
@@ -257640,6 +257752,7 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>sgml-common</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>gi-docgen</Dependency>
|
||||
<Dependency>python3-Pygments</Dependency>
|
||||
<Dependency>python3-lxml</Dependency>
|
||||
<Dependency>python3-anytree</Dependency>
|
||||
@@ -314155,6 +314268,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk4-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>libadwaita-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/library/dspy/pspec.xml</SourceURI>
|
||||
@@ -314476,7 +314590,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<Description xml:lang="en">Modern GNOME uygulamaları için yapı taşları.</Description>
|
||||
<Description xml:lang="tr">Modern GNOME uygulamaları için yapı taşları.</Description>
|
||||
<Icon>org.gnome.Adwaita1.Demo</Icon>
|
||||
<Archive type="tarxz" sha1sum="1c9eaf136c93c35d180b077676aed0737c0c5e1f" name="libadwaita-1.1.5.tar.xz">https://download.gnome.org/sources/libadwaita/1.1/libadwaita-1.1.5.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="485dd0f13b581d57e8b8db364c5bb3009adfc609" name="libadwaita-1.2.0.tar.xz">https://download.gnome.org/sources/libadwaita/1.2/libadwaita-1.2.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>sassc</Dependency>
|
||||
@@ -314516,7 +314630,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<Name>libadwaita-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libadwaita</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="8">libadwaita</Dependency>
|
||||
<Dependency release="9">libadwaita</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gtk4-devel</Dependency>
|
||||
<Dependency>fribidi-devel</Dependency>
|
||||
@@ -314527,6 +314641,13 @@ to create header files and sources from protocol files.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2022-09-16</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2022-09-06</Date>
|
||||
<Version>1.1.5</Version>
|
||||
@@ -315684,12 +315805,15 @@ to create header files and sources from protocol files.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gi-docgen</Dependency>
|
||||
<Dependency>gtk4-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>graphene-devel</Dependency>
|
||||
<Dependency>libadwaita-devel</Dependency>
|
||||
<Dependency>gtksourceview5-devel</Dependency>
|
||||
<Dependency>gtk4-update-icon-cache</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/library/libpanel/pspec.xml</SourceURI>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1c8fc5bc56b97b73af3031d391c26261c2bc8113
|
||||
2cad255b5e28eae946b6e774c9416a1ab226f82c
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
0da3f145d35e397b93a0f43132b3082d9bbf41a8
|
||||
1d427f8144d539e87e169d6add31cca1e6009278
|
||||
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "lsof_%s_src" % get.srcVERSION()
|
||||
# WorkDir = "lsof_%s_src" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
shelltools.export("LINUX_BASE", "/proc")
|
||||
@@ -26,5 +26,5 @@ def install():
|
||||
|
||||
pisitools.insinto("/usr/share/lsof/scripts", "scripts/*")
|
||||
|
||||
pisitools.doman("lsof.8")
|
||||
pisitools.doman("Lsof.8")
|
||||
pisitools.dodoc("00*")
|
||||
|
||||
@@ -12,7 +12,10 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Lists open files for running Unix processes</Summary>
|
||||
<Description>lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open by processes currently running on the system. It can also list communications open by each process.</Description>
|
||||
<Archive sha1sum="4fee7d38e48e621a92d35159a49ae0649784d2df" type="tar">https://sourceforge.net/projects/pisilinux/files/source/lsof_4.91_src.tar/download</Archive>
|
||||
<Archive sha1sum="b3953287c7c2aaa8784b0caf591ede4a37cf03e4" type="targz">https://github.com/lsof-org/lsof/archive/refs/tags/4.96.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libtirpc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!-- This got in
|
||||
<Patches>
|
||||
<Patch level="1">lsof_4.81-threads.patch</Patch>
|
||||
@@ -22,6 +25,9 @@
|
||||
|
||||
<Package>
|
||||
<Name>lsof</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libtirpc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -31,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2022-09-20</Date>
|
||||
<Version>4.96.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>4.91</Version>
|
||||
|
||||
Reference in New Issue
Block a user