diff --git a/desktop/lookandfeel/adwaita-qt/pspec.xml b/desktop/lookandfeel/adwaita-qt/pspec.xml index 9d6533f0e0..3f4eb0ba4c 100644 --- a/desktop/lookandfeel/adwaita-qt/pspec.xml +++ b/desktop/lookandfeel/adwaita-qt/pspec.xml @@ -55,7 +55,7 @@ 2022-01-18 1.4.1 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/desktop/misc/ayatana-ido/pspec.xml b/desktop/misc/ayatana-ido/pspec.xml index 1302d8ec69..6d9c3bcb46 100644 --- a/desktop/misc/ayatana-ido/pspec.xml +++ b/desktop/misc/ayatana-ido/pspec.xml @@ -60,7 +60,7 @@ 2022-01-18 0.9.0 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/desktop/misc/ayatana-libappindicator/pspec.xml b/desktop/misc/ayatana-libappindicator/pspec.xml index 1edb79617b..faf5bcf288 100644 --- a/desktop/misc/ayatana-libappindicator/pspec.xml +++ b/desktop/misc/ayatana-libappindicator/pspec.xml @@ -73,7 +73,7 @@ 2022-01-18 0.5.90 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/desktop/misc/ayatana-libindicator/pspec.xml b/desktop/misc/ayatana-libindicator/pspec.xml index 30e4f037bd..5272c22cde 100644 --- a/desktop/misc/ayatana-libindicator/pspec.xml +++ b/desktop/misc/ayatana-libindicator/pspec.xml @@ -62,7 +62,7 @@ 2022-01-18 0.9.0 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/hardware/optical/libcdio-paranoia/pspec.xml b/hardware/optical/libcdio-paranoia/pspec.xml index f19b4f0284..127d9be213 100644 --- a/hardware/optical/libcdio-paranoia/pspec.xml +++ b/hardware/optical/libcdio-paranoia/pspec.xml @@ -54,7 +54,7 @@ 2022-01-18 10.2_2.0.1 - Version Bump + Version Bump. Pisi Linux Community admin@pisilinux.org diff --git a/multimedia/editor/tageditor/pspec.xml b/multimedia/editor/tageditor/pspec.xml index 8adc2f010d..5259231408 100644 --- a/multimedia/editor/tageditor/pspec.xml +++ b/multimedia/editor/tageditor/pspec.xml @@ -51,7 +51,7 @@ 2022-01-18 3.6.0 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/multimedia/graphics/graphviz/pspec.xml b/multimedia/graphics/graphviz/pspec.xml index 33661ea8e5..ab88318a95 100644 --- a/multimedia/graphics/graphviz/pspec.xml +++ b/multimedia/graphics/graphviz/pspec.xml @@ -98,7 +98,7 @@ 2022-01-18 2.50.0 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/multimedia/misc/libbinio/pspec.xml b/multimedia/misc/libbinio/pspec.xml index 4d28cc5b8c..c4d0065ac4 100644 --- a/multimedia/misc/libbinio/pspec.xml +++ b/multimedia/misc/libbinio/pspec.xml @@ -48,7 +48,7 @@ 2022-01-18 1.5 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/multimedia/misc/tagparser/pspec.xml b/multimedia/misc/tagparser/pspec.xml index 55f67daf02..0892ba15de 100644 --- a/multimedia/misc/tagparser/pspec.xml +++ b/multimedia/misc/tagparser/pspec.xml @@ -19,7 +19,7 @@ cmake doxygen - iso-codes + iso-codes-devel zlib-devel openssl-devel cppunit-devel @@ -56,7 +56,7 @@ - 2022-01-18 + 2022-02-05 10.4.0 Version bump. fury diff --git a/multimedia/plugin/audacious-plugins/pspec.xml b/multimedia/plugin/audacious-plugins/pspec.xml index 5be25b6919..aed0b94970 100644 --- a/multimedia/plugin/audacious-plugins/pspec.xml +++ b/multimedia/plugin/audacious-plugins/pspec.xml @@ -127,7 +127,7 @@ 2022-01-18 4.1 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/multimedia/sound/audacious/pspec.xml b/multimedia/sound/audacious/pspec.xml index b027ae9768..49a99889d8 100644 --- a/multimedia/sound/audacious/pspec.xml +++ b/multimedia/sound/audacious/pspec.xml @@ -65,7 +65,7 @@ 2022-01-18 4.1 - Version bump + Version bump. fury uglyside@yandex.ru diff --git a/multimedia/sound/libsamplerate/pspec.xml b/multimedia/sound/libsamplerate/pspec.xml index fedad55296..38eb202b21 100644 --- a/multimedia/sound/libsamplerate/pspec.xml +++ b/multimedia/sound/libsamplerate/pspec.xml @@ -49,7 +49,7 @@ 2022-01-18 0.2.2 - Version bump. + Version bump PisiLinux Community admins@pisilinux.org diff --git a/network/download/persepolis/actions.py b/network/download/persepolis/actions.py new file mode 100644 index 0000000000..bcf883f90a --- /dev/null +++ b/network/download/persepolis/actions.py @@ -0,0 +1,25 @@ +#!/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 pythonmodules +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools + + +def build(): + pythonmodules.compile(pyVer="3") + shelltools.system("python3 setup.py build") + +def check(): + pass + #pythonmodules.run("setup.py test", pyVer="3") + #pythonmodules.run("test/run_all_unittests.py",pyVer="3") + #pythonmodules.run("test/run_examples_test.py",pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + + pisitools.dodoc("LICENSE", "README*") diff --git a/network/download/persepolis/pspec.xml b/network/download/persepolis/pspec.xml new file mode 100644 index 0000000000..eb8652919b --- /dev/null +++ b/network/download/persepolis/pspec.xml @@ -0,0 +1,65 @@ + + + + + persepolis + https://persepolisdm.github.io + + Kamil Atlı + suvari@pisilinux.org + + GPL3 + library + Qt front-end for aria2 download manager + Persepolis is a Download Manager and a GUI For aria2. + https://github.com/persepolisdm/persepolis/archive/refs/tags/3.2.0.tar.gz + + aria2-devel + ffmpeg-devel + qt5-svg-devel + python3-devel + python3-psutil + libnotify-devel + python3-requests + python3-qt5-devel + python3-setuptools + python3-youtube_dl + python-setproctitle + pulseaudio-libs-devel + sound-theme-freedesktop + + + + + persepolis + + aria2 + ffmpeg + python3 + qt5-svg + python3-qt5 + pulseaudio-libs + python3-requests + python3-youtube_dl + python-setproctitle + sound-theme-freedesktop + + + /usr/share + /usr/bin + /usr/share/man/man1 + /usr/share/doc/persepolis + /usr/lib/python3.9/site-packages + + + + + + 2022-02-05 + 3.2.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/pisi-index.xml b/pisi-index.xml index 7851ae55ad..c0b897f44e 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -66652,7 +66652,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for libkdcraw libkdcraw için geliştirme dosyaları - libkdcraw + libkdcraw qt5-base-devel libraw-devel kconfig-devel @@ -66665,6 +66665,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2022-02-05 + 21.12.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-01-10 21.12.1 @@ -132227,7 +132234,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. 2022-01-18 1.4.1 - Version bump. + Version bump fury uglyside@yandex.ru @@ -143187,7 +143194,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. 2022-01-18 0.9.0 - Version bump. + Version bump fury uglyside@yandex.ru @@ -143266,7 +143273,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. 2022-01-18 0.5.90 - Version bump. + Version bump fury uglyside@yandex.ru @@ -143334,7 +143341,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. 2022-01-18 0.9.0 - Version bump. + Version bump fury uglyside@yandex.ru @@ -143672,7 +143679,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.misc Gromit-MPX is a multi-pointer GTK3 port of the original Gromit desktop annotation tool. It enables graphical annotations with several pointers at once and is A LOT faster than its predecessor since it uses the XCOMPOSITE extension where available. - https://github.com/bk138/gromit-mpx/archive/1.4.tar.gz + https://github.com/bk138/gromit-mpx/archive/refs/tags/1.4.1.tar.gz cmake gtk3-devel @@ -143703,6 +143710,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2022-02-05 + 1.4.1 + Version bump. + fury + uglyside@yandex.ru + 2020-12-26 1.4 @@ -178719,7 +178733,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. 2022-01-18 10.2_2.0.1 - Version Bump + Version Bump. Pisi Linux Community admin@pisilinux.org @@ -189677,7 +189691,7 @@ cleaner, which will allow to add new features in the future. Linux üzerinde mp3 etiketlerini düzenlemenizi sağlayan bir araç Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey’s Audio (.ape) and WavPack (wv). Puddletag programı, kolay görünümü sayesinde mp3 etiketlerinde rahatça değişiklik yapabilmenizi sağlar. ID3v1, ID3v2, mp4, ogg, flac,mps, ape, wv formatlarını destekler. - https://github.com/puddletag/puddletag/archive/refs/tags/2.1.0.tar.gz + https://files.pythonhosted.org/packages/source/p/puddletag/puddletag-2.1.1.tar.gz python3-qt5 python3-devel @@ -189703,6 +189717,13 @@ cleaner, which will allow to add new features in the future. + + 2022-02-05 + 2.1.1 + Minor ver. bump + fury + uglyside@yandex.ru + 2022-02-04 2.1.0 @@ -189758,7 +189779,7 @@ cleaner, which will allow to add new features in the future. 2022-01-18 3.6.0 - Version bump. + Version bump fury uglyside@yandex.ru @@ -189932,7 +189953,7 @@ cleaner, which will allow to add new features in the future. 2022-01-18 2.50.0 - Version bump. + Version bump fury uglyside@yandex.ru @@ -199997,7 +200018,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression 2022-01-18 1.5 - Version bump. + Version bump fury uglyside@yandex.ru @@ -204554,7 +204575,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol cmake doxygen - iso-codes + iso-codes-devel zlib-devel openssl-devel cppunit-devel @@ -204589,7 +204610,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2022-01-18 + 2022-02-05 10.4.0 Version bump. fury @@ -204740,7 +204761,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 2022-01-18 4.1 - Version bump. + Version bump fury uglyside@yandex.ru @@ -205873,7 +205894,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 2022-01-18 4.1 - Version bump + Version bump. fury uglyside@yandex.ru @@ -210152,7 +210173,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 2022-01-18 0.2.2 - Version bump. + Version bump PisiLinux Community admins@pisilinux.org @@ -227058,6 +227079,69 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + persepolis + https://persepolisdm.github.io + + Kamil Atlı + suvari@pisilinux.org + + GPL3 + library + network.download + Qt front-end for aria2 download manager + Persepolis is a Download Manager and a GUI For aria2. + https://github.com/persepolisdm/persepolis/archive/refs/tags/3.2.0.tar.gz + + aria2-devel + ffmpeg-devel + qt5-svg-devel + python3-devel + python3-psutil + libnotify-devel + python3-requests + python3-qt5-devel + python3-setuptools + python3-youtube_dl + python-setproctitle + pulseaudio-libs-devel + sound-theme-freedesktop + + network/download/persepolis/pspec.xml + + + persepolis + + aria2 + ffmpeg + python3 + qt5-svg + python3-qt5 + pulseaudio-libs + python3-requests + python3-youtube_dl + python-setproctitle + sound-theme-freedesktop + + + /usr/share + /usr/bin + /usr/share/man/man1 + /usr/share/doc/persepolis + /usr/lib/python3.9/site-packages + + + + + 2022-02-05 + 3.2.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + prozilla @@ -267213,7 +267297,9 @@ complete albums that you have purchased from Amazon. library programming.language.python3 D-Bus Python bindings + D-Bus için Python bağlayıcıları dbus-python provides a Python module which wraps the D-Bus programming API. + dbus-python, D-Bus için Python bağlayıcılarını içerir. https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.18.tar.gz dbus-glib-devel @@ -268402,6 +268488,46 @@ complete albums that you have purchased from Amazon. + + + python-setproctitle + https://github.com/dvarrazzo/py-setproctitle + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + programming.language.python3 + Allows a python process to change its process title + Allows a python process to change its process title + https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-1.2.2.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python-setproctitle/pspec.xml + + + python-setproctitle + + python3 + + + /usr/share/doc/python-setproctitle + /usr/lib/python3.9/site-packages + + + + + 2022-01-09 + 1.2.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + python3-aiml @@ -274248,7 +274374,7 @@ complete albums that you have purchased from Amazon. 2022-01-18 0.6.1 - Version bump. + Version bump fury uglyside@yandex.ru @@ -279195,7 +279321,7 @@ complete albums that you have purchased from Amazon. 2021-01-18 6.1.1 - Version bump. + Version bump Pisilinux Community admins@pisilinux.org @@ -285399,7 +285525,7 @@ complete albums that you have purchased from Amazon. 2022-01-18 5.12.0 - Version bump. + Version bump fury uglyside@yandex.ru @@ -289363,7 +289489,7 @@ provide integrated access to the cloud providers services. 2022-01-18 6.5.3 - Version bump. + Version bump fury uglyside@yandex.ru @@ -312819,7 +312945,7 @@ contacts, tasks, and calendar information. 2022-01-18 1.0.4 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 3e4d304780..502ef3e816 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -1a58136b6e8f2f52d9575d8530a988d8f15d39d6 \ No newline at end of file +80707e7adfb23ab8424abc17b8669d12dcb053f9 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index dd5395f935..f314a7aaf4 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 4018713589..e1c254d49a 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -5555139d934fe3d63c29da6d255f57071cb44742 \ No newline at end of file +1d098a66f3c96c790ff2120660f6eefeba8a6ff9 \ No newline at end of file diff --git a/programming/language/python3/dbus-python3/translations.xml b/programming/language/python3/dbus-python3/translations.xml index 446e30672a..a3c9111852 100644 --- a/programming/language/python3/dbus-python3/translations.xml +++ b/programming/language/python3/dbus-python3/translations.xml @@ -1,8 +1,8 @@ - dbus-python + dbus-python3 D-Bus için Python bağlayıcıları dbus-python, D-Bus için Python bağlayıcılarını içerir. - \ No newline at end of file + diff --git a/programming/language/python3/python-setproctitle/actions.py b/programming/language/python3/python-setproctitle/actions.py new file mode 100644 index 0000000000..7c9248d278 --- /dev/null +++ b/programming/language/python3/python-setproctitle/actions.py @@ -0,0 +1,25 @@ +#!/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 pythonmodules +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools + + +def build(): + pythonmodules.compile(pyVer="3") + shelltools.system("python3 setup.py build") + +def check(): + pass + #pythonmodules.run("setup.py test", pyVer="3") + #pythonmodules.run("test/run_all_unittests.py",pyVer="3") + #pythonmodules.run("test/run_examples_test.py",pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + + pisitools.dodoc("COPYRIGHT", "README*") diff --git a/programming/language/python3/python-setproctitle/pspec.xml b/programming/language/python3/python-setproctitle/pspec.xml new file mode 100644 index 0000000000..bf6b45c4af --- /dev/null +++ b/programming/language/python3/python-setproctitle/pspec.xml @@ -0,0 +1,42 @@ + + + + + python-setproctitle + https://github.com/dvarrazzo/py-setproctitle + + Kamil Atlı + suvari@pisilinux.org + + BSD + library + Allows a python process to change its process title + Allows a python process to change its process title + https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-1.2.2.tar.gz + + python3-devel + python3-setuptools + + + + + python-setproctitle + + python3 + + + /usr/share/doc/python-setproctitle + /usr/lib/python3.9/site-packages + + + + + + 2022-01-09 + 1.2.2 + First release + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/programming/language/python3/python3-isodate/pspec.xml b/programming/language/python3/python3-isodate/pspec.xml index fdea755d28..6810ab8bee 100644 --- a/programming/language/python3/python3-isodate/pspec.xml +++ b/programming/language/python3/python3-isodate/pspec.xml @@ -37,7 +37,7 @@ 2022-01-18 0.6.1 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/programming/language/python3/python3-rdflib/pspec.xml b/programming/language/python3/python3-rdflib/pspec.xml index a585f25089..de0576610b 100644 --- a/programming/language/python3/python3-rdflib/pspec.xml +++ b/programming/language/python3/python3-rdflib/pspec.xml @@ -39,7 +39,7 @@ 2021-01-18 6.1.1 - Version bump. + Version bump Pisilinux Community admins@pisilinux.org diff --git a/programming/library/cpp-utilities/pspec.xml b/programming/library/cpp-utilities/pspec.xml index 6b57065067..b976873a9d 100644 --- a/programming/library/cpp-utilities/pspec.xml +++ b/programming/library/cpp-utilities/pspec.xml @@ -53,7 +53,7 @@ 2022-01-18 5.12.0 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/programming/library/qtutilities/pspec.xml b/programming/library/qtutilities/pspec.xml index 3fe7e826f4..b0813c63f6 100644 --- a/programming/library/qtutilities/pspec.xml +++ b/programming/library/qtutilities/pspec.xml @@ -56,7 +56,7 @@ 2022-01-18 6.5.3 - Version bump. + Version bump fury uglyside@yandex.ru diff --git a/util/admin/zeitgeist/pspec.xml b/util/admin/zeitgeist/pspec.xml index f11710dc3b..85d6ccaa89 100644 --- a/util/admin/zeitgeist/pspec.xml +++ b/util/admin/zeitgeist/pspec.xml @@ -72,7 +72,7 @@ 2022-01-18 1.0.4 - Version bump. + Version bump fury uglyside@yandex.ru