diff --git a/multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml b/multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml
index 4931a1a23a..d9ca626a6e 100644
--- a/multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml
+++ b/multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml
@@ -15,7 +15,7 @@
libraryspeech dispatcher: common interface to speech synthesisSpeech 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).
- https://github.com/brailcom/speechd/releases/download/0.11.0/speech-dispatcher-0.11.0.tar.gz
+ https://github.com/brailcom/speechd/releases/download/0.11.3/speech-dispatcher-0.11.3.tar.gzglib2-devellibsndfile-devel
@@ -34,7 +34,7 @@
pulseaudio-libs-devel
- 0001-Remove-pyxdg-dependency.patch
+
@@ -96,6 +96,13 @@
+
+ 2022-09-20
+ 0.11.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-12-130.11.0
diff --git a/network/connection/ModemManager/actions.py b/network/connection/ModemManager/actions.py
index a408566bcf..539674a790 100644
--- a/network/connection/ModemManager/actions.py
+++ b/network/connection/ModemManager/actions.py
@@ -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")
diff --git a/network/connection/ModemManager/pspec.xml b/network/connection/ModemManager/pspec.xml
index 1c0206e734..17f0ac59e2 100644
--- a/network/connection/ModemManager/pspec.xml
+++ b/network/connection/ModemManager/pspec.xml
@@ -13,8 +13,9 @@
serviceA manager framework for mobile broadband modemsModemManager provides a unified high level API for communicating with mobile broadband modems.
- http://www.freedesktop.org/software/ModemManager/ModemManager-1.18.10.tar.xz
+ https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/1.18.12/ModemManager-1.18.12.tar.bz2
+ mesondbus-develglib2-devellibgudev-devel
@@ -47,7 +48,8 @@
polkitlibmbimlibgudev
- libmm-glib
+ libmm-glib
+ libqrtr-glib/etc/ModemManager/fcc-unlock.d
@@ -130,6 +132,13 @@
+
+ 2022-09-21
+ 1.18.12
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-06-261.18.10
diff --git a/network/library/libqmi/pspec.xml b/network/library/libqmi/pspec.xml
index 06ba050a68..2b3563580b 100644
--- a/network/library/libqmi/pspec.xml
+++ b/network/library/libqmi/pspec.xml
@@ -19,6 +19,7 @@
python3-devellibgudev-develautoconf-archive
+ libqrtr-glib-develgobject-introspection-devellibmbim-devel
@@ -30,6 +31,7 @@
glib2libgudevlibmbim
+ libqrtr-glibgobject-introspection
@@ -49,6 +51,7 @@
libqmiglib2-devel
+ libqrtr-glib-devel/usr/include
@@ -57,6 +60,13 @@
+
+ 2022-09-21
+ 1.30.8
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-06-261.30.8
diff --git a/network/library/libqrtr-glib/actions.py b/network/library/libqrtr-glib/actions.py
new file mode 100644
index 0000000000..1ac1f486f3
--- /dev/null
+++ b/network/library/libqrtr-glib/actions.py
@@ -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*")
diff --git a/network/library/libqrtr-glib/pspec.xml b/network/library/libqrtr-glib/pspec.xml
new file mode 100644
index 0000000000..abc83386c6
--- /dev/null
+++ b/network/library/libqrtr-glib/pspec.xml
@@ -0,0 +1,78 @@
+
+
+
+
+ libqrtr-glib
+ https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ Qualcomm IPC Router protocol helper library
+ libqrtr-glib
+ Qualcomm IPC Router protocol helper library
+ https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/archive/1.2.2/libqrtr-glib-1.2.2.tar.bz2
+
+ meson
+ gtk-doc
+
+ glib2-devel
+ gobject-introspection-devel
+
+
+
+
+
+ libqrtr-glib
+
+ glib2
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ libqrtr-glib-devel
+ Development files for libqrtr-glib
+
+ glib2-devel
+ libqrtr-glib
+
+
+ /usr/include
+ /usr/share/gir-1.0
+ /usr/lib/pkgconfig
+
+
+
+
+ libqrtr-glib-docs
+ Development files for libqrtr-glib
+
+ libqrtr-glib
+
+
+ /usr/share/gtk-doc
+
+
+
+
+
+ 2022-09-21
+ 1.2.2
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/network/library/libqrtr-glib/translations.xml b/network/library/libqrtr-glib/translations.xml
new file mode 100644
index 0000000000..f0c54cd611
--- /dev/null
+++ b/network/library/libqrtr-glib/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libqrtr-glib
+ Qualcomm IPC Router protocol helper library
+ Qualcomm IPC Router protocol helper library
+
+
diff --git a/network/share/rsync/pspec.xml b/network/share/rsync/pspec.xml
index 8e177420b8..084c84390e 100644
--- a/network/share/rsync/pspec.xml
+++ b/network/share/rsync/pspec.xml
@@ -13,7 +13,7 @@
app:consoleFile transfer program to keep local copies in sync with remote filesrsync is a tool to keep local copies of remote files in sync (i.e. make sure local files are exact copies of remote files).
- https://www.samba.org/ftp/rsync/src/rsync-3.2.5.tar.gz
+ https://www.samba.org/ftp/rsync/src/rsync-3.2.6.tar.gzacl-develattr-devel
@@ -52,6 +52,13 @@
+
+ 2022-09-21
+ 3.2.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-08-173.2.5
diff --git a/pisi-index.xml b/pisi-index.xml
index 016b09bf08..9280bdd108 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -4880,8 +4880,9 @@
Mobil modemler için yönetim katmanıModemManager provides a unified high level API for communicating with mobile broadband modems.ModemManager, 3G ve GSM gibi mobil genişbant modemlerle D-Bus üzerinden iletişimi sağlayan bir sistem hizmetidir.
- http://www.freedesktop.org/software/ModemManager/ModemManager-1.18.10.tar.xz
+ https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/1.18.12/ModemManager-1.18.12.tar.bz2
+ mesondbus-develglib2-devellibgudev-devel
@@ -4911,6 +4912,7 @@
libmbimlibgudevlibmm-glib
+ libqrtr-glib/etc/ModemManager/fcc-unlock.d
@@ -4942,7 +4944,7 @@
Development files for ModemManagerModemManager için geliştirme dosyaları
- ModemManager
+ ModemManager/usr/include/ModemManager/
@@ -4969,7 +4971,7 @@
Development files for libmm-gliblibmm-glib için geliştirme dosyaları
- libmm-glib
+ libmm-glibglib2-develModemManager-devel
@@ -4982,13 +4984,20 @@
ModemManager-docsDevelopment files for ModemManager
- ModemManager
+ ModemManager/usr/share/gtk-doc
+
+ 2022-09-21
+ 1.18.12
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-06-261.18.10
@@ -9714,7 +9723,7 @@
Dosya yedekleme ve eşleme uygulaması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).rsync, uzaktaki dosyaları senkronize tutan bir dosya transfer uygulamasıdır.
- https://www.samba.org/ftp/rsync/src/rsync-3.2.5.tar.gz
+ https://www.samba.org/ftp/rsync/src/rsync-3.2.6.tar.gzacl-develattr-devel
@@ -9752,6 +9761,13 @@
+
+ 2022-09-21
+ 3.2.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-08-173.2.5
@@ -12361,6 +12377,7 @@
python3-devellibgudev-develautoconf-archive
+ libqrtr-glib-develgobject-introspection-devellibmbim-devel
@@ -12372,6 +12389,7 @@
glib2libgudevlibmbim
+ libqrtr-glibgobject-introspection
@@ -12388,8 +12406,9 @@
libqmi-develDevelopment files for libqmi
- libqmi
+ libqmiglib2-devel
+ libqrtr-glib-devel/usr/include
@@ -12397,6 +12416,13 @@
+
+ 2022-09-21
+ 1.30.8
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-06-261.30.8
@@ -12497,6 +12523,75 @@
+
+
+ libqrtr-glib
+ https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ network.library
+ Qualcomm IPC Router protocol helper library
+ Qualcomm IPC Router protocol helper library
+ Qualcomm IPC Router protocol helper library
+ Qualcomm IPC Router protocol helper library
+ libqrtr-glib
+ https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/archive/1.2.2/libqrtr-glib-1.2.2.tar.bz2
+
+ meson
+ gtk-doc
+ glib2-devel
+ gobject-introspection-devel
+
+ network/library/libqrtr-glib/pspec.xml
+
+
+ libqrtr-glib
+
+ glib2
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+ libqrtr-glib-devel
+ Development files for libqrtr-glib
+
+ glib2-devel
+ libqrtr-glib
+
+
+ /usr/include
+ /usr/share/gir-1.0
+ /usr/lib/pkgconfig
+
+
+
+ libqrtr-glib-docs
+ Development files for libqrtr-glib
+
+ libqrtr-glib
+
+
+ /usr/share/gtk-doc
+
+
+
+
+ 2022-09-21
+ 1.2.2
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ dleyna-core
@@ -47744,11 +47839,17 @@ Gnome session.
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.lsof sistemde çalışmakta olan UNIX süreçleri tarafından açılmış dosyaları listeleyen kullanışlı bir araçtır.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.
- https://sourceforge.net/projects/pisilinux/files/source/lsof_4.91_src.tar/download
+ https://github.com/lsof-org/lsof/archive/refs/tags/4.96.3.tar.gz
+
+ libtirpc-devel
+ util/misc/lsof/pspec.xmllsof
+
+ libtirpc
+ /usr/sbin/usr/share/doc
@@ -47757,6 +47858,13 @@ Gnome session.
+
+ 2022-09-20
+ 4.96.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2020-01-144.91
@@ -71999,7 +72107,7 @@ cleaner, which will allow to add new features in the future.
Konuşma sentezi ortak arayüzü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).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.
- https://github.com/brailcom/speechd/releases/download/0.11.0/speech-dispatcher-0.11.0.tar.gz
+ https://github.com/brailcom/speechd/releases/download/0.11.3/speech-dispatcher-0.11.3.tar.gzglib2-devellibsndfile-devel
@@ -72017,9 +72125,6 @@ cleaner, which will allow to add new features in the future.
alsa-lib-develpulseaudio-libs-devel
-
- 0001-Remove-pyxdg-dependency.patch
- multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml
@@ -72050,7 +72155,7 @@ cleaner, which will allow to add new features in the future.
python3-speech-dispatcherPython3 bindings for speech-dispatcher
- speech-dispatcher
+ speech-dispatcherpython3
@@ -72067,7 +72172,7 @@ cleaner, which will allow to add new features in the future.
glib2-develespeak-ng-devel
- speech-dispatcher
+ speech-dispatcher/usr/include
@@ -72075,6 +72180,13 @@ cleaner, which will allow to add new features in the future.
+
+ 2022-09-20
+ 0.11.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-12-130.11.0
@@ -257640,6 +257752,7 @@ components such as the Settings and gnome-shell.
docbook-xslsgml-commonpython3
+ gi-docgenpython3-Pygmentspython3-lxmlpython3-anytree
@@ -314155,6 +314268,7 @@ to create header files and sources from protocol files.
mesongtk4-develglib2-devel
+ desktop-file-utilslibadwaita-develprogramming/library/dspy/pspec.xml
@@ -314476,7 +314590,7 @@ to create header files and sources from protocol files.
Modern GNOME uygulamaları için yapı taşları.Modern GNOME uygulamaları için yapı taşları.org.gnome.Adwaita1.Demo
- https://download.gnome.org/sources/libadwaita/1.1/libadwaita-1.1.5.tar.xz
+ https://download.gnome.org/sources/libadwaita/1.2/libadwaita-1.2.0.tar.xzmesonsassc
@@ -314516,7 +314630,7 @@ to create header files and sources from protocol files.
libadwaita-develDevelopment files for libadwaita
- libadwaita
+ libadwaitaglib2-develgtk4-develfribidi-devel
@@ -314527,6 +314641,13 @@ to create header files and sources from protocol files.
+
+ 2022-09-16
+ 1.2.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-09-061.1.5
@@ -315684,12 +315805,15 @@ to create header files and sources from protocol files.
mesongtk-doc
+ gi-docgengtk4-develvala-develcairo-develglib2-develgraphene-devellibadwaita-devel
+ gtksourceview5-devel
+ gtk4-update-icon-cachegobject-introspection-develprogramming/library/libpanel/pspec.xml
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 05af7d1995..9eb27a1a4f 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-1c8fc5bc56b97b73af3031d391c26261c2bc8113
\ No newline at end of file
+2cad255b5e28eae946b6e774c9416a1ab226f82c
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index e8d7f3bf9c..ca5631817c 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 3dc4841616..18b90ea823 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-0da3f145d35e397b93a0f43132b3082d9bbf41a8
\ No newline at end of file
+1d427f8144d539e87e169d6add31cca1e6009278
\ No newline at end of file
diff --git a/util/misc/lsof/actions.py b/util/misc/lsof/actions.py
index 8fd15964d6..c7df4ebeea 100644
--- a/util/misc/lsof/actions.py
+++ b/util/misc/lsof/actions.py
@@ -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*")
diff --git a/util/misc/lsof/pspec.xml b/util/misc/lsof/pspec.xml
index 945149b21d..f8e2f17dab 100644
--- a/util/misc/lsof/pspec.xml
+++ b/util/misc/lsof/pspec.xml
@@ -12,7 +12,10 @@
app:consoleLists open files for running Unix processeslsof 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.
- https://sourceforge.net/projects/pisilinux/files/source/lsof_4.91_src.tar/download
+ https://github.com/lsof-org/lsof/archive/refs/tags/4.96.3.tar.gz
+
+ libtirpc-devel
+