diff --git a/desktop/toolkit/gtk/spice-gtk/actions.py b/desktop/toolkit/gtk/spice-gtk/actions.py new file mode 100644 index 0000000000..5b93fa0508 --- /dev/null +++ b/desktop/toolkit/gtk/spice-gtk/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/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 mesontools +from pisi.actionsapi import pisitools + +def setup(): + mesontools.configure("--sbindir=/usr/bin") + +def build(): + mesontools.build() + +def install(): + mesontools.install() + pisitools.dodoc("COPYING", "README*") diff --git a/desktop/toolkit/gtk/spice-gtk/pspec.xml b/desktop/toolkit/gtk/spice-gtk/pspec.xml new file mode 100644 index 0000000000..3b1bd541bd --- /dev/null +++ b/desktop/toolkit/gtk/spice-gtk/pspec.xml @@ -0,0 +1,157 @@ + + + + + spice-gtk + https://www.spice-space.org/ + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + app:console + GTK+ client library for SPICE + GTK+ client library for SPICE + https://www.spice-space.org/download/gtk/spice-gtk-0.39.tar.xz + + meson + gtk-doc + valgrind + usbutils + lz4-devel + acl-devel + zlib-devel + gtk3-devel + cairo-devel + python3-six + spice-devel + glib2-devel + + polkit-devel + phodav-devel + pixman-devel + libusb-devel + python3-devel + elogind-devel + libopus-devel + openssl-devel + libsoup-devel + usbredir-devel + spice-protocol + libcap-ng-devel + gstreamer-devel + json-glib-devel + libcacard-devel + cyrus-sasl-devel + gdk-pixbuf-devel + python3-pyparsing + libjpeg-turbo-devel + gst-plugins-base-devel + gobject-introspection-devel + + + + + spice-gtk + GTK+ client library for SPICE. + + lz4 + acl + gtk3 + zlib + cairo + glib2 + spice + libusb + polkit + phodav + pixman + python3 + libopus + openssl + libsoup + usbredir + libcap-ng + gstreamer + json-glib + libcacard + cyrus-sasl + python3-six + + libjpeg-turbo + spice-protocol + gst-plugins-base + python3-pyparsing + gobject-introspection + + + /usr/bin + /usr/lib/libspice-client-gtk-3.0.so* + /usr/lib/libspice-client-glib-2.0.so* + /usr/share/doc/ + /usr/share/man + /usr/share/locale + /usr/share/polkit-1/actions + /usr/share/gtk-doc/html + /usr/lib/girepository-1.0 + /usr/libexec/spice-client-glib-usb-acl-helper + + + + + spice-gtk-devel + Development files for spice-gtk + + lz4-devel + acl-devel + zlib-devel + gtk3-devel + glib2-devel + cairo-devel + python3-six + spice-devel + + polkit-devel + phodav-devel + pixman-devel + libX11-devel + libusb-devel + wayland-devel + python3-devel + elogind-devel + libopus-devel + openssl-devel + libsoup-devel + libepoxy-devel + usbredir-devel + spice-protocol + libcap-ng-devel + gstreamer-devel + json-glib-devel + libcacard-devel + cyrus-sasl-devel + gdk-pixbuf-devel + python3-pyparsing + libjpeg-turbo-devel + gst-plugins-base-devel + gobject-introspection-devel + spice-gtk + + + /usr/share/gir-1.0 + /usr/include + /usr/lib/pkgconfig + + + + + + 2021-10-10 + 0.39 + First release + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/network/analyzer/usbredir/actions.py b/network/analyzer/usbredir/actions.py new file mode 100644 index 0000000000..ac3934e8d7 --- /dev/null +++ b/network/analyzer/usbredir/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/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 mesontools +from pisi.actionsapi import pisitools + +def setup(): + mesontools.configure("--sbindir=/usr/bin") + +def build(): + mesontools.build() + +def check(): + mesontools.build("test") + +def install(): + mesontools.install() + pisitools.dodoc("COPYING", "README*") diff --git a/network/analyzer/usbredir/pspec.xml b/network/analyzer/usbredir/pspec.xml new file mode 100644 index 0000000000..507203942e --- /dev/null +++ b/network/analyzer/usbredir/pspec.xml @@ -0,0 +1,62 @@ + + + + + usbredir + https://www.spice-space.org/usbredir.html + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + app:console + USB traffic redirection protocol + usbredir is the name of a network protocol for sending USB device traffic over a network connection. It is also the name of the software package offering a parsing library, a usbredirhost library and several utilities implementing this protocol. + https://spice-space.org/download/usbredir/usbredir-0.11.0.tar.xz + + meson + libusb-devel + glib2-devel + + + + + usbredir + a network protocol for sending USB device traffic over a network connection. + + glib2 + libusb + + + /usr/bin + /usr/share/doc/ + /usr/share/man + /usr/lib/libusbredirhost.so* + /usr/lib/libusbredirparser.so* + + + + + usbredir-devel + Development files for usbredir + + libusb-devel + usbredir + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2021-10-10 + 0.11.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/pisi-index.xml b/pisi-index.xml index fccfcd32e0..038514a809 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -141702,6 +141702,157 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + + spice-gtk + https://www.spice-space.org/ + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + app:console + desktop.toolkit.gtk + GTK+ client library for SPICE + GTK+ client library for SPICE + https://www.spice-space.org/download/gtk/spice-gtk-0.39.tar.xz + + meson + gtk-doc + valgrind + usbutils + lz4-devel + acl-devel + zlib-devel + gtk3-devel + cairo-devel + python3-six + spice-devel + glib2-devel + polkit-devel + phodav-devel + pixman-devel + libusb-devel + python3-devel + elogind-devel + libopus-devel + openssl-devel + libsoup-devel + usbredir-devel + spice-protocol + libcap-ng-devel + gstreamer-devel + json-glib-devel + libcacard-devel + cyrus-sasl-devel + gdk-pixbuf-devel + python3-pyparsing + libjpeg-turbo-devel + gst-plugins-base-devel + gobject-introspection-devel + + desktop/toolkit/gtk/spice-gtk/pspec.xml + + + spice-gtk + GTK+ client library for SPICE. + + lz4 + acl + gtk3 + zlib + cairo + glib2 + spice + libusb + polkit + phodav + pixman + python3 + libopus + openssl + libsoup + usbredir + libcap-ng + gstreamer + json-glib + libcacard + cyrus-sasl + python3-six + libjpeg-turbo + spice-protocol + gst-plugins-base + python3-pyparsing + gobject-introspection + + + /usr/bin + /usr/lib/libspice-client-gtk-3.0.so* + /usr/lib/libspice-client-glib-2.0.so* + /usr/share/doc/ + /usr/share/man + /usr/share/locale + /usr/share/polkit-1/actions + /usr/share/gtk-doc/html + /usr/lib/girepository-1.0 + /usr/libexec/spice-client-glib-usb-acl-helper + + + + spice-gtk-devel + Development files for spice-gtk + + lz4-devel + acl-devel + zlib-devel + gtk3-devel + glib2-devel + cairo-devel + python3-six + spice-devel + polkit-devel + phodav-devel + pixman-devel + libX11-devel + libusb-devel + wayland-devel + python3-devel + elogind-devel + libopus-devel + openssl-devel + libsoup-devel + libepoxy-devel + usbredir-devel + spice-protocol + libcap-ng-devel + gstreamer-devel + json-glib-devel + libcacard-devel + cyrus-sasl-devel + gdk-pixbuf-devel + python3-pyparsing + libjpeg-turbo-devel + gst-plugins-base-devel + gobject-introspection-devel + spice-gtk + + + /usr/share/gir-1.0 + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-10 + 0.39 + First release + Kamil Atlı + suvari@pisilinux.org + + + mlkstyle @@ -210748,6 +210899,65 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + usbredir + https://www.spice-space.org/usbredir.html + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + app:console + network.analyzer + USB traffic redirection protocol + usbredir is the name of a network protocol for sending USB device traffic over a network connection. It is also the name of the software package offering a parsing library, a usbredirhost library and several utilities implementing this protocol. + https://spice-space.org/download/usbredir/usbredir-0.11.0.tar.xz + + meson + libusb-devel + glib2-devel + + network/analyzer/usbredir/pspec.xml + + + usbredir + a network protocol for sending USB device traffic over a network connection. + + glib2 + libusb + + + /usr/bin + /usr/share/doc/ + /usr/share/man + /usr/lib/libusbredirhost.so* + /usr/lib/libusbredirparser.so* + + + + usbredir-devel + Development files for usbredir + + libusb-devel + usbredir + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-10 + 0.11.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + wireshark @@ -269621,7 +269831,7 @@ to create header files and sources from protocol files. programming.library The Z3 Theorem Prover. Z3 is a theorem prover from Microsoft Research. - https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.8.11.tar.gz + https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.8.12.tar.gz cmake ninja @@ -269647,7 +269857,7 @@ to create header files and sources from protocol files. python3-z3 programming.language.python3 - z3 + z3 python3 @@ -269657,7 +269867,7 @@ to create header files and sources from protocol files. z3-devel - z3 + z3 /usr/include @@ -269666,6 +269876,13 @@ to create header files and sources from protocol files. + + 2021-10-11 + 4.8.12 + Version bump. + fury + uglyside@yandex.ru + 2021-07-05 4.8.11 @@ -280373,7 +280590,7 @@ contacts, tasks, and calendar information. cppcheck - http://cppcheck.sourceforge.net/ + https://cppcheck.sourceforge.io/ fury uglyside@yandex.ru @@ -280384,7 +280601,7 @@ contacts, tasks, and calendar information. programming.tool static analysis of C/C++ code. Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives). - mirrors://sourceforge/cppcheck/cppcheck-2.5.tar.bz2 + mirrors://sourceforge/cppcheck/cppcheck-2.6.tar.bz2 cmake z3-devel @@ -280433,6 +280650,13 @@ contacts, tasks, and calendar information. + + 2021-10-11 + 2.6 + Ver. bump + fury + uglyside@yandex.ru + 2021-07-05 2.5 @@ -287470,6 +287694,73 @@ contacts, tasks, and calendar information. + + + phodav + https://wiki.gnome.org/phodav + + Kamil Atlı + suvari@pisilinux.org + + LGPLv2.1 + library + app:console + science.misc + WebDav server implementation using libsoup (RFC 4918) + phởdav (phodav) is a minimal WebDAV server implementation using GNOME libsoup (RFC 4918.) + https://download.gnome.org/sources/phodav/2.5/phodav-2.5.tar.xz + + meson + gtk-doc + asciidoc + libsoup-devel + libxml2-devel + + server/misc/phodav/pspec.xml + + + phodav + WebDav server implementation using libsoup (RFC 4918) + + glib2 + libxml2 + libsoup + asciidoc + + + /usr/bin + /usr/share/doc/ + /usr/share/gtk-doc/ + /usr/share/man + /lib/udev/rules.d + /usr/share/locale + /usr/lib/libphodav-2.0.so* + + + + phodav-devel + Development files for phodav + + glib2-devel + libsoup-devel + libxml2-devel + phodav + + + /usr/include + /usr/lib/pkgconfig + + + + + 2021-10-10 + 2.5 + First release + Kamil Atlı + suvari@pisilinux.org + + + ntp diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 2efff7452e..0bfa02058b 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -39e26b79a3528c42381ebc5d7a2cba963192cff9 \ No newline at end of file +f12454ff5748c94887a5248d028bf5d2fb727233 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index be8e80f8bd..722706ed16 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 db3a1d2f10..712e455624 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -400d56a2536a6dd6021f8aad9a51aa643868f266 \ No newline at end of file +df3b55f7dd00e7f133ed482b82817e74c861e9a8 \ No newline at end of file diff --git a/server/misc/phodav/actions.py b/server/misc/phodav/actions.py new file mode 100644 index 0000000000..ac3934e8d7 --- /dev/null +++ b/server/misc/phodav/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/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 mesontools +from pisi.actionsapi import pisitools + +def setup(): + mesontools.configure("--sbindir=/usr/bin") + +def build(): + mesontools.build() + +def check(): + mesontools.build("test") + +def install(): + mesontools.install() + pisitools.dodoc("COPYING", "README*") diff --git a/server/misc/phodav/pspec.xml b/server/misc/phodav/pspec.xml new file mode 100644 index 0000000000..8a90370345 --- /dev/null +++ b/server/misc/phodav/pspec.xml @@ -0,0 +1,71 @@ + + + + + phodav + https://wiki.gnome.org/phodav + + Kamil Atlı + suvari@pisilinux.org + + science.misc + LGPLv2.1 + library + app:console + WebDav server implementation using libsoup (RFC 4918) + phởdav (phodav) is a minimal WebDAV server implementation using GNOME libsoup (RFC 4918.) + https://download.gnome.org/sources/phodav/2.5/phodav-2.5.tar.xz + + meson + gtk-doc + asciidoc + libsoup-devel + libxml2-devel + + + + + phodav + WebDav server implementation using libsoup (RFC 4918) + + glib2 + libxml2 + libsoup + asciidoc + + + /usr/bin + /usr/share/doc/ + /usr/share/gtk-doc/ + /usr/share/man + /lib/udev/rules.d + /usr/share/locale + /usr/lib/libphodav-2.0.so* + + + + + phodav-devel + Development files for phodav + + glib2-devel + libsoup-devel + libxml2-devel + phodav + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2021-10-10 + 2.5 + First release + Kamil Atlı + suvari@pisilinux.org + + +