diff --git a/office/misc/aiksaurus/actions.py b/office/misc/aiksaurus/actions.py new file mode 100644 index 0000000000..2a06687a8a --- /dev/null +++ b/office/misc/aiksaurus/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get +from pisi.actionsapi import shelltools + +def setup(): + shelltools.export("CXXFLAGS", "%s -std=c++14" % get.CXXFLAGS()) + autotools.configure("--with-gtk") + + # for fix unused dependency + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + +def configure(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % (get.installDIR())) + + pisitools.dodoc("AUTHORS", "COPYING", "README", "ChangeLog") diff --git a/office/misc/aiksaurus/files/aiksaurus.desktop b/office/misc/aiksaurus/files/aiksaurus.desktop new file mode 100644 index 0000000000..642b18d5a5 --- /dev/null +++ b/office/misc/aiksaurus/files/aiksaurus.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Aiksaurus +GenericName=English Thesaurus Library +GenericName[tr]=İngilizce Eş Anlamlılar Sözlüğü +Exec=gaiksaurus +Icon=aiksaurus +Terminal=false +Type=Application +StartupNotify=true +Categories=GNOME;Application;Utility; diff --git a/office/misc/aiksaurus/files/aiksaurus.png b/office/misc/aiksaurus/files/aiksaurus.png new file mode 100644 index 0000000000..0a389ab0bc Binary files /dev/null and b/office/misc/aiksaurus/files/aiksaurus.png differ diff --git a/office/misc/aiksaurus/pspec.xml b/office/misc/aiksaurus/pspec.xml new file mode 100644 index 0000000000..e8998de043 --- /dev/null +++ b/office/misc/aiksaurus/pspec.xml @@ -0,0 +1,99 @@ + + + + + aiksaurus + http://sourceforge.net/projects/aiksaurus + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + An English thesaurus library + Aiksaurus is an English-language thesaurus library that can be embedded in word processors, email composers, and other authoring software to provide thesaurus capabilities. + mirrors://sourceforge/aiksaurus/aiksaurus-1.2.1.tar.gz + + atk-devel + gtk2-devel + cairo-devel + pango-devel + fontconfig-devel + + + + + + + + aiksaurus + app:console + library + + libgcc + + + /usr/bin + /usr/lib + /usr/share/aiksaurus + /usr/share/doc + + + + + aiksaurus-gtk + app:gui + library + GTK+ frontend for Aiksaurus, an English thesaurus + + gtk2 + glib2 + aiksaurus + + + /usr/bin/gaiksaurus + /usr/lib/libAiksaurusGTK* + /usr/share/applications + /usr/share/pixmaps + + + aiksaurus.desktop + aiksaurus.png + + + + + aiksaurus-devel + Development files for aiksaurus + + aiksaurus + + + /usr/include + /usr/lib/pkgconfig + + + + + aiksaurus-gtk-devel + Development files for aiksaurus-gtk + + gtk2-devel + aiksaurus-devel + aiksaurus-gtk + + + /usr/include/Aiksaurus/AiksaurusGTK* + /usr/lib/pkgconfig/gaiksaurus* + + + + + + 2026-06-08 + 1.2.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/office/misc/aiksaurus/translations.xml b/office/misc/aiksaurus/translations.xml new file mode 100644 index 0000000000..fb19b7803a --- /dev/null +++ b/office/misc/aiksaurus/translations.xml @@ -0,0 +1,23 @@ + + + + aiksaurus + İngilizce kavramlar dizini kitaplığı + Aiksaurus, kelime işlemcilerde, e-posta istemcilerinde ve diğer yazım uygulamalarında kullanılan bir kavramlar dizini kitaplığıdır. + + + + aiksaurus-gtk + İngilizce kavramlar dizini kitaplığı olan Aiksaurus'un GTK+ arayüzü + + + + aiksaurus-devel + aiksaurus için geliştirme dosyaları + + + + aiksaurus-gtk-devel + aiksaurus-gtk için geliştirme dosyaları + + diff --git a/office/misc/wv/actions.py b/office/misc/wv/actions.py new file mode 100644 index 0000000000..7a94ec66d2 --- /dev/null +++ b/office/misc/wv/actions.py @@ -0,0 +1,29 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.system("./autogen.sh") + shelltools.makedirs("wv-1-2-9") + autotools.configure("--with-libwmf \ + --disable-static") + + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.insinto("/usr/include", "wvinternal.h") + pisitools.dosym("/usr/share/man/man1/wvWare.1", "/usr/share/man/man1/wvConvert.1") + + pisitools.dodoc("COPYING", "README") diff --git a/office/misc/wv/pspec.xml b/office/misc/wv/pspec.xml new file mode 100644 index 0000000000..e7abedc4a4 --- /dev/null +++ b/office/misc/wv/pspec.xml @@ -0,0 +1,66 @@ + + + + + wv + http://wvware.sourceforge.net/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + app:console + Microsoft Word to HTML, Latex, DVI, PS, PDF, text, WML, RTF or Abiword converter + wv can convert many versions of Microsoft Word .doc files to many other formats including HTML, Latex, DVI, PS, PDF, plaintext, WML, RTF and Abiword formats. + https://github.com/AbiWord/wv/archive/refs/heads/master.zip + + git + zlib-devel + glib2-devel + libwmf-devel + libgsf-devel + libxml2-devel + + + + + wv + + zlib + glib2 + libwmf + libgsf + libxml2 + + + /usr/bin + /usr/lib + /usr/share/doc/wv + /usr/share/man + /usr/share/wv + + + + + wv-devel + Development files for wv + + wv + libgsf-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2026-06-02 + 1.2.9 + First release + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/office/misc/wv/translations.xml b/office/misc/wv/translations.xml new file mode 100644 index 0000000000..8b528853dd --- /dev/null +++ b/office/misc/wv/translations.xml @@ -0,0 +1,13 @@ + + + + wv + Microsoft Word belgelerini başka biçimlere dönüştürme uygulaması + Wv, pek çok Microsoft Word .doc sürümünden HTML, Latex, DVI, PS, PDF, düzmetin, WML, RTF veya Abiword biçimine dönüştürebilir. + + + + wv-devel + wv için geliştirme dosyaları + + diff --git a/office/spellcheck/link-grammar/actions.py b/office/spellcheck/link-grammar/actions.py new file mode 100644 index 0000000000..bb0eccba17 --- /dev/null +++ b/office/spellcheck/link-grammar/actions.py @@ -0,0 +1,24 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-java-bindings") + shelltools.makedirs("link-grammar-5.13.0") + + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("LICENSE", "README*") diff --git a/office/spellcheck/link-grammar/pspec.xml b/office/spellcheck/link-grammar/pspec.xml new file mode 100644 index 0000000000..14fa1cb196 --- /dev/null +++ b/office/spellcheck/link-grammar/pspec.xml @@ -0,0 +1,69 @@ + + + + + link-grammar + https://opencog.github.io/link-grammar-website/ + + Kamil Atlı + suvari@pisilinux.org + + LGPL-2.1-or-later + library + A grammar checking library + The Link Grammar Parser exhibits the linguistic (natural language) structure of English, Thai, Russian, Arabic, Persian and limited subsets of a half-dozen other languages. This structure is a graph of typed links (edges) between the words in a sentence. One may obtain the more conventional HPSG (constituent) and dependency style parses from Link Grammar by applying a collection of rules to convert to these different formats. + https://www.gnucash.org/link-grammar/downloads/5.13.0/link-grammar-5.13.0.tar.gz + + ant + swig + sqlite-devel + aspell-devel + libedit-devel + libpcre2-devel + hunspell-devel + strip-nondeterminism + + + + + link-grammar + + aspell + sqlite + libedit + libpcre2 + hunspell + strip-nondeterminism + + + /usr/bin + /usr/lib/liblink-grammar.* + /usr/share/link-grammar + /usr/share/man + /usr/share/info + /usr/share/doc + + + + + link-grammar-devel + Development files for link-grammar + + link-grammar + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2026-06-08 + 4.8.5 + First release + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/office/spellcheck/link-grammar/translations.xml b/office/spellcheck/link-grammar/translations.xml new file mode 100644 index 0000000000..425dddd7bb --- /dev/null +++ b/office/spellcheck/link-grammar/translations.xml @@ -0,0 +1,8 @@ + + + + link-grammar + Bir dilbilgisi kontrol kütüphanesi + Bağlantı Dilbilgisi Ayrıştırıcısı, İngilizce, Tayca, Rusça, Arapça, Farsça ve diğer yarım düzine dilin sınırlı alt kümelerinin dilsel (doğal dil) yapısını sergiler. Bu yapı, bir cümledeki kelimeler arasındaki türlendirilmiş bağlantıların (kenarların) bir grafiğidir. Bağlantı Dilbilgisinden daha geleneksel HPSG (bileşen) ve bağımlılık stili ayrıştırmaları, bu farklı biçimlere dönüştürmek için bir dizi kural uygulayarak elde edilebilir. + + diff --git a/pisi-index.xml b/pisi-index.xml index dbb4a9e6a2..aba0a3cd31 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -27806,7 +27806,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.admin Colord support for KDE KDE support for colord including KDE Daemon module and System Settings module. - https://download.kde.org/stable/release-service/26.04.1/src/colord-kde-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/colord-kde-26.04.2.tar.xz qt6-base-devel qt6-5compat-devel @@ -27869,6 +27869,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-30 26.04.1 @@ -28178,7 +28185,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesakonadi is an extensible cross-desktop storage service for PIM data and meta data providing concurrent read, write, and query access. Akonadi, PIM verisi ve meta veriler için eşzamanlı okuma, yazma ve sorgulama yapma imkanı sağlayan, masaüstü ortamından bağımsız, genişletilebilir bir depolama servisidir. akonadi - mirrors://kde/stable/release-service/26.04.1/src/akonadi-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/akonadi-26.04.2.tar.xz xz-devel kio-devel @@ -28260,7 +28267,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesDevelopment files for akonadi akonadi için geliştirme dosyaları - akonadi + akonadi qt6-base-devel @@ -28273,6 +28280,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -28408,7 +28422,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Akonadi calendar integration Calendar integration for Akonadi. - mirrors://kde/stable/release-service/26.04.1/src/akonadi-calendar-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/akonadi-calendar-26.04.2.tar.xz kio-devel ki18n-devel @@ -28425,19 +28439,19 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskcalendarcore-devel knotifications-devel kunitconversion-devel - kmime-devel - kimap-devel - akonadi-devel - libkleo-devel - kcalutils-devel - pimcommon-devel - libkdepim-devel - messagelib-devel - akonadi-mime-devel - grantleetheme-devel - kmailtransport-devel - akonadi-contacts-devel - kidentitymanagement-devel + kmime-devel + kimap-devel + akonadi-devel + libkleo-devel + kcalutils-devel + pimcommon-devel + libkdepim-devel + messagelib-devel + akonadi-mime-devel + grantleetheme-devel + kmailtransport-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/akonadi-calendar/pspec.xml @@ -28494,7 +28508,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesDevelopment files for akonadi-calendar qt6-base-devel - akonadi-calendar + akonadi-calendar /usr/include @@ -28506,6 +28520,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -28639,7 +28660,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications CLI tools to manage akonadi calendars CLI tools to manage akonadi calendars - https://download.kde.org/stable/release-service/26.04.1/src/akonadi-calendar-tools-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/akonadi-calendar-tools-26.04.2.tar.xz boost-devel kxmlgui-devel @@ -28651,14 +28672,14 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesextra-cmake-modules kcalendarcore-devel kunitconversion-devel - kmime-devel - akonadi-devel - kcalutils-devel - libkdepim-devel - calendarsupport-devel - akonadi-calendar-devel - akonadi-contacts-devel - kidentitymanagement-devel + kmime-devel + akonadi-devel + kcalutils-devel + libkdepim-devel + calendarsupport-devel + akonadi-calendar-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/akonadi-calendar-tools/pspec.xml @@ -28688,6 +28709,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -28823,7 +28851,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Libraries and daemons to implement Contact Management in Akonadi. Libraries and daemons to implement Contact Management in Akonadi. - mirrors://kde/stable/release-service/26.04.1/src/akonadi-contacts-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/akonadi-contacts-26.04.2.tar.xz kio-devel ki18n-devel @@ -28898,7 +28926,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces ktexttemplate-devel qt6-base-devel - akonadi-contacts + akonadi-contacts grantleetheme-devel @@ -28911,6 +28939,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -29044,7 +29079,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications CLI tools to manage akonadi calendars Import data from other mail clients to kmail - https://download.kde.org/stable/release-service/26.04.1/src/akonadi-import-wizard-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/akonadi-import-wizard-26.04.2.tar.xz kio-devel boost-devel @@ -29062,24 +29097,24 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskcalendarcore-devel libXScrnSaver-devel kunitconversion-devel - kmime-devel - kimap-devel + kmime-devel + kimap-devel gpgme-devel - akonadi-devel - libkleo-devel - kcalutils-devel - libkdepim-devel - pimcommon-devel + akonadi-devel + libkleo-devel + kcalutils-devel + libkdepim-devel + pimcommon-devel qgpgme-qt6-devel - mailcommon-devel - messagelib-devel - akonadi-mime-devel - mailimporter-devel - kmailtransport-devel - calendarsupport-devel - akonadi-calendar-devel - akonadi-contacts-devel - kidentitymanagement-devel + mailcommon-devel + messagelib-devel + akonadi-mime-devel + mailimporter-devel + kmailtransport-devel + calendarsupport-devel + akonadi-calendar-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/akonadi-import-wizard/pspec.xml @@ -29124,7 +29159,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesakonadi-import-wizard-devel Development files for akonadi-import-wizard - akonadi-import-wizard + akonadi-import-wizard /usr/include @@ -29135,6 +29170,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -29270,7 +29312,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Libraries and daemons to implement basic email handling Libraries and daemons to implement basic email handling - mirrors://kde/stable/release-service/26.04.1/src/akonadi-mime-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/akonadi-mime-26.04.2.tar.xz kio-devel boost-devel @@ -29319,7 +29361,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesakonadi-mime-devel Development files for akonadi-mime - akonadi-mime + akonadi-mime qt6-base-devel @@ -29332,6 +29374,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -29467,7 +29516,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesLibraries and daemons to implement searching in Akonadi Libraries and daemons to implement searching in Akonadi akonadi - mirrors://kde/stable/release-service/26.04.1/src/akonadi-search-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/akonadi-search-26.04.2.tar.xz kio-devel ki18n-devel @@ -29553,7 +29602,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesxapian-core-devel kcalendarcore-devel kmime-devel - akonadi-search + akonadi-search qt6-base-devel @@ -29566,6 +29615,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -29699,7 +29755,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Akonadi management and debugging console Akonadi management and debugging console - https://download.kde.org/stable/release-service/26.04.1/src/akonadiconsole-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/akonadiconsole-26.04.2.tar.xz ki18n-devel gpgme-devel @@ -29728,21 +29784,21 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskwidgetsaddons-devel kunitconversion-devel kio-devel - kimap-devel - kmime-devel - akonadi-devel - libkleo-devel - pimcommon-devel + kimap-devel + kmime-devel + akonadi-devel + libkleo-devel + pimcommon-devel libkdepim-devel kitemviews-devel - messagelib-devel - akonadi-mime-devel - kpimtextedit-devel + messagelib-devel + akonadi-mime-devel + kpimtextedit-devel akonadi-search-devel - calendarsupport-devel - akonadi-contacts-devel - akonadi-calendar-devel - kidentitymanagement-devel + calendarsupport-devel + akonadi-contacts-devel + akonadi-calendar-devel + kidentitymanagement-devel desktop/kde/applications/akonadiconsole/pspec.xml @@ -29787,6 +29843,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -29920,7 +29983,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications A KDE blogging client akregator helps you to keep informed about new stories on websites like KDE Dot News and Planet KDE blogs. The technology used is RSS and many sites support it. - https://download.kde.org/stable/release-service/26.04.1/src/akregator-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/akregator-26.04.2.tar.xz kio-devel boost-devel @@ -29943,19 +30006,19 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesknotifications-devel kstatusnotifieritem-devel gpgme-devel - kimap-devel - kmime-devel - akonadi-devel - libkleo-devel - libkdepim-devel - pimcommon-devel + kimap-devel + kmime-devel + akonadi-devel + libkleo-devel + libkdepim-devel + pimcommon-devel qgpgme-qt6-devel - messagelib-devel - akonadi-mime-devel - kpimtextedit-devel - grantleetheme-devel - kontactinterface-devel - akonadi-contacts-devel + messagelib-devel + akonadi-mime-devel + kpimtextedit-devel + grantleetheme-devel + kontactinterface-devel + akonadi-contacts-devel desktop/kde/applications/akregator/pspec.xml @@ -30006,6 +30069,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -30143,7 +30213,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesanalitza is a library to add mathematical features to programs. analitza, programlara matematiksel özellikler eklemek için bir kitaplıktır. hi32-app-kalgebra - mirrors://kde/stable/release-service/26.04.1/src/analitza-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/analitza-26.04.2.tar.xz cmake eigen3 @@ -30182,7 +30252,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesDevelopment files for analitza analitza için geliştirme dosyaları - analitza + analitza /usr/include @@ -30193,6 +30263,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -30327,7 +30404,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde6.utils KDE Archiving Tool Ark is a program for managing various archive formats within the KDE environment. - mirrors://kde/stable/release-service/26.04.1/src/ark-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/ark-26.04.2.tar.xz rar lzop @@ -30404,6 +30481,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -30541,7 +30625,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesImprove your pronunciation by listening to native speakers artikulate5, Improve your pronunciation by listening to native speakers. artikulate - mirrors://kde/stable/release-service/26.04.1/src/artikulate-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/artikulate-26.04.2.tar.xz cmake libgcc @@ -30607,6 +30691,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -30744,7 +30835,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesAudex creates profiles for LAME, Ogg Vorbis (oggenc), FLAC, MP4/M4A/AAC (faac) and RIFF WAVE. Please install your favorite encoder. For WAVE no external encoder is needed. Beyond you can define custom profile, which means, that Audex works together with commmand line encoders in general. Audeks bir ses CD’si aktarıcısı uygulamadır. CD’lerinizden sesleri çıkarmanıza ve onları bilgisayarınızda veya başka bir aygıtınızda dinlemenize olanak tanır. Kullanılabiliyorsa CD’lerinizin kapak bilgisini ve sanatçı/şarkı üst verisini almanızı sağlamak için CDDB ve MusicBrainz tümleştirmesi sunar. audex - https://download.kde.org/stable/release-service/26.04.1/src/audex-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/audex-26.04.2.tar.xz libkcddb kio-devel @@ -30812,6 +30903,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -30940,7 +31038,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications kioslave for accessing audio CDs kioslave for accessing audio CDs - https://download.kde.org/stable/release-service/26.04.1/src/audiocd-kio-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/audiocd-kio-26.04.2.tar.xz libkcddb kio-devel @@ -31003,7 +31101,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesaudiocd-kio-devel Development files for audiocd-kio - audiocd-kio + audiocd-kio qt6-base-devel @@ -31014,6 +31112,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -31149,7 +31254,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Framework for searching and managing metadata Baloo is a framework for searching and managing metada - mirrors://kde/stable/release-service/26.04.1/src/baloo-widgets-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/baloo-widgets-26.04.2.tar.xz kio-devel baloo-devel @@ -31195,7 +31300,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesbaloo-widgets-devel Development files for baloo-widgets - baloo-widgets + baloo-widgets qt6-base-devel @@ -31208,6 +31313,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -31346,7 +31458,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesHafıza geliştirme oyunu. blinken is based on an electronic game released in 1978, which challenges players to remember sequences of increasing length. On the face of the device, there are 4 different color buttons, each one with their own distinctive sound. Hafıza geliştirme oyunu. - mirrors://kde/stable/release-service/26.04.1/src/blinken-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/blinken-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -31389,6 +31501,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -31523,7 +31642,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.games A single player arcade game bomber is a single player arcade game. The player is invading various cities in a plane that is decreasing in height. - mirrors://kde/stable/release-service/26.04.1/src/bomber-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/bomber-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -31576,6 +31695,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -31711,7 +31837,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesA Gomoku like game for two players. bovo is a Gomoku like game for two players, where the opponents alternate in placing their respective pictogram on the game board. bovo - mirrors://kde/stable/release-service/26.04.1/src/bovo-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/bovo-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -31764,6 +31890,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -31901,7 +32034,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacescantor is an application that lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others. cantor; Sage, Maxima, R and kalgebra gibi uygulamalara arayüz sağlayarak kullanımı kolaylaştırmayı amaçlar. Çok kullanılan işler için dialoglar sağlar ve çalışmalarınızı başkalarıyla paylaşabilmenize olanak tanır. cantor - mirrors://kde/stable/release-service/26.04.1/src/cantor-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/cantor-26.04.2.tar.xz R-devel cln-devel @@ -31985,7 +32118,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesDevelopment files for cantor cantor için geliştirme dosyaları - cantor + cantor /usr/include @@ -31996,6 +32129,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -32129,7 +32269,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications KDE File Manager dolphin is the File Manager for KDE. - mirrors://kde/stable/release-service/26.04.1/src/dolphin-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/dolphin-26.04.2.tar.xz kio-devel ki18n-devel @@ -32227,7 +32367,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskfilemetadata-devel kunitconversion-devel plasma-activities-devel - dolphin + dolphin qt6-base-devel baloo-widgets-devel @@ -32239,6 +32379,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -32375,7 +32522,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdolphin eklentileri. This package contains plugins that offer integration in dolphin with the following version control systems: dolphin için VCS (Version Control System) eklentileri. - mirrors://kde/stable/release-service/26.04.1/src/dolphin-plugins-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/dolphin-plugins-26.04.2.tar.xz kio-devel kdoctools-devel @@ -32414,6 +32561,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -32548,7 +32702,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.multimedia Multimedia player a multimedia player where the focus is on simplicity, instead of features. - mirrors://kde/stable/release-service/26.04.1/src/dragon-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/dragon-26.04.2.tar.xz kio-devel docbook-xsl @@ -32606,6 +32760,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -32820,7 +32981,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Library for creating events. Library for creating events. - mirrors://kde/stable/release-service/26.04.1/src/eventviews-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/eventviews-26.04.2.tar.xz solid-devel boost-devel @@ -32838,16 +32999,16 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesextra-cmake-modules kcalendarcore-devel kunitconversion-devel - kmime-devel - akonadi-devel + kmime-devel + akonadi-devel qt6-base-devel kdiagram-devel - libkdepim-devel - kcalutils-devel - calendarsupport-devel - akonadi-calendar-devel - akonadi-contacts-devel - kidentitymanagement-devel + libkdepim-devel + kcalutils-devel + calendarsupport-devel + akonadi-calendar-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/eventviews/pspec.xml @@ -32894,7 +33055,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceseventviews-devel Development files for eventviews. - eventviews + eventviews /usr/include @@ -32905,6 +33066,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -33041,7 +33209,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesCross-platform QtWebKit browser falkon is a new and very fast QtWebEngine browser falkon is a new and very fast QtWebEngine browser - https://download.kde.org/stable/release-service/26.04.1/src/falkon-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/falkon-26.04.2.tar.xz llvm cmake @@ -33117,6 +33285,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -33253,7 +33428,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesKDE için ffmpeg tabanlı önizleme FFmpeg-based thumbnail creator for video files Video dosyaları için FFmpeg tabanlı önizleme oluşturur. - mirrors://kde/stable/release-service/26.04.1/src/ffmpegthumbs-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/ffmpegthumbs-26.04.2.tar.xz kio-devel ki18n-devel @@ -33286,6 +33461,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -33423,7 +33605,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesfilelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings. filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings. filelight - mirrors://kde/stable/release-service/26.04.1/src/filelight-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/filelight-26.04.2.tar.xz kio-devel solid-devel @@ -33479,6 +33661,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -33616,7 +33805,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesgranatier is a clone of the classic bomberman game, inspired by the work of the Clanbomber clone. granatier, oyuncunun yüksekliği her turda azalan bir uçak içinde şehirlere hücum ettiği tek kişilik bir macera oyunudur. granatier - mirrors://kde/stable/release-service/26.04.1/src/granatier-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/granatier-26.04.2.tar.xz ki18n-devel kconfig-devel @@ -33669,6 +33858,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -33802,7 +33998,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Editor for Grantlee themes Editor for Grantlee themes - mirrors://kde/stable/release-service/26.04.1/src/grantlee-editor-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/grantlee-editor-26.04.2.tar.xz kcrash-devel kparts-devel @@ -33823,18 +34019,18 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceslibXScrnSaver-devel syntax-highlighting-devel gpgme-devel - kimap-devel - kmime-devel - libkleo-devel - akonadi-devel - pimcommon-devel - libkdepim-devel + kimap-devel + kmime-devel + libkleo-devel + akonadi-devel + pimcommon-devel + libkdepim-devel qgpgme-qt6-devel - messagelib-devel - akonadi-mime-devel - kpimtextedit-devel - grantleetheme-devel - akonadi-contacts-devel + messagelib-devel + akonadi-mime-devel + kpimtextedit-devel + grantleetheme-devel + akonadi-contacts-devel desktop/kde/applications/grantlee-editor/pspec.xml @@ -33877,6 +34073,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -34011,7 +34214,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Library for Grantlee theming support Library for Grantlee theming support - mirrors://kde/stable/release-service/26.04.1/src/grantleetheme-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/grantleetheme-26.04.2.tar.xz boost-devel ki18n-devel @@ -34072,7 +34275,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesboost-devel ki18n-devel ktexttemplate-devel - grantleetheme + grantleetheme qt6-base-devel @@ -34084,6 +34287,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -34222,7 +34432,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesgwenview is an easy to use image viewer gwenview, kullanımı kolay bir resim görüntüleyicisidir. gwenview - mirrors://kde/stable/release-service/26.04.1/src/gwenview-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/gwenview-26.04.2.tar.xz kio-devel tiff-devel @@ -34325,6 +34535,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -34459,7 +34676,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications KDE PIM incidence editor. KDE PIM incidence editor. - http://download.kde.org/stable/release-service/26.04.1/src/incidenceeditor-26.04.1.tar.xz + http://download.kde.org/stable/release-service/26.04.2/src/incidenceeditor-26.04.2.tar.xz kio-devel solid-devel @@ -34479,22 +34696,22 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesextra-cmake-modules kcalendarcore-devel kunitconversion-devel - kmime-devel - kldap-devel - kimap-devel - akonadi-devel + kmime-devel + kldap-devel + kimap-devel + akonadi-devel qt6-base-devel kdiagram-devel - kcalutils-devel - libkdepim-devel - pimcommon-devel - eventviews-devel - akonadi-mime-devel - kmailtransport-devel - calendarsupport-devel - akonadi-calendar-devel - akonadi-contacts-devel - kidentitymanagement-devel + kcalutils-devel + libkdepim-devel + pimcommon-devel + eventviews-devel + akonadi-mime-devel + kmailtransport-devel + calendarsupport-devel + akonadi-calendar-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/incidenceeditor/pspec.xml @@ -34554,7 +34771,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesincidenceeditor-devel Development files for incidenceeditor. - incidenceeditor + incidenceeditor /usr/include @@ -34566,6 +34783,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -34700,7 +34924,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde6.network Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others - mirrors://kde/stable/release-service/26.04.1/src/kaccounts-integration-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kaccounts-integration-26.04.2.tar.xz kio-devel signon-ui @@ -34763,7 +34987,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces signond-qt6-devel libaccounts-qt6-devel - kaccounts-integration + kaccounts-integration /usr/include @@ -34774,6 +34998,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -34908,7 +35139,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde6.network Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others - mirrors://kde/stable/release-service/26.04.1/src/kaccounts-providers-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kaccounts-providers-26.04.2.tar.xz intltool kio-devel @@ -34958,6 +35189,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -35093,7 +35331,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesKişilerinizi kolayca yönetin kaddressbook reborn to make your data available to all your applications kaddressbook, kişilerinizi kolayca yönetmenizi sağlar. Bir e-posta gönderirken veya bir toplantı daveti oluştururken kolayca kişileri seçmenize olanak tanıyan kontact'ın geri kalanıyla derinlemesine entegre edilmiştir. - mirrors://kde/stable/release-service/26.04.1/src/kaddressbook-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kaddressbook-26.04.2.tar.xz kparts-devel kcrash-devel @@ -35107,23 +35345,23 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesextra-cmake-modules kuserfeedback-devel kunitconversion-devel - kimap-devel - kldap-devel + kimap-devel + kldap-devel gpgme-devel - akonadi-devel - libkleo-devel - libkdepim-devel - pimcommon-devel + akonadi-devel + libkleo-devel + libkdepim-devel + pimcommon-devel qgpgme-qt6-devel - mailcommon-devel - messagelib-devel - akonadi-mime-devel - kpimtextedit-devel - grantleetheme-devel - akonadi-search-devel - kontactinterface-devel - akonadi-contacts-devel - kidentitymanagement-devel + mailcommon-devel + messagelib-devel + akonadi-mime-devel + kpimtextedit-devel + grantleetheme-devel + akonadi-search-devel + kontactinterface-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/kaddressbook/pspec.xml @@ -35170,7 +35408,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskaddressbook-devel Development files for kaddressbook - kaddressbook + kaddressbook /usr/include @@ -35182,6 +35420,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -35315,7 +35560,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Personal alarm scheduler kalarm is a personal alarm message, audio, command and email scheduler - http://download.kde.org/stable/release-service/26.04.1/src/kalarm-26.04.1.tar.xz + http://download.kde.org/stable/release-service/26.04.2/src/kalarm-26.04.2.tar.xz vlc-libs vlc-devel @@ -35337,6 +35582,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskidletime-devel mpv-player-devel kguiaddons-devel + qt6-speech-devel qt6-phonon-devel cyrus-sasl-devel kcompletion-devel @@ -35355,21 +35601,21 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskwidgetsaddons-devel kunitconversion-devel kstatusnotifieritem-devel - kmime-devel - kimap-devel + kmime-devel + kimap-devel gpgme-devel - akonadi-devel - libkleo-devel - kcalutils-devel - libkdepim-devel - pimcommon-devel - mailcommon-devel - messagelib-devel - akonadi-mime-devel - kpimtextedit-devel - kmailtransport-devel - akonadi-contacts-devel - kidentitymanagement-devel + akonadi-devel + libkleo-devel + kcalutils-devel + libkdepim-devel + pimcommon-devel + mailcommon-devel + messagelib-devel + akonadi-mime-devel + kpimtextedit-devel + kmailtransport-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/kalarm/pspec.xml @@ -35397,6 +35643,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskidletime mpv-player kguiaddons + qt6-speech qt6-phonon qt6-5compat kcompletion @@ -35433,6 +35680,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -35570,7 +35824,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskalgebra is a fully featured calculator that lets you plot different types of 2D and 3D functions and to calculate easy and not so easy calculations, such as addition, trigonometric functions or derivatives. kalgebra, farklı farklı 2B ve 3B fonksiyonları çizmek, kolay ve o kadar da kolay olmayan trigonometrik veya türev gibi hesaplamaları yapmak için bir uygulamadır. kalgebra - mirrors://kde/stable/release-service/26.04.1/src/kalgebra-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kalgebra-26.04.2.tar.xz kio-devel ki18n-devel @@ -35621,6 +35875,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -35757,7 +36018,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesKDE için web kamera desteği kamera is a plugin for KDE to use webcam. kamera, KDE için bir web kamera eklentisidir. - mirrors://kde/stable/release-service/26.04.1/src/kamera-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kamera-26.04.2.tar.xz kio-devel ki18n-devel @@ -35798,6 +36059,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -35935,7 +36203,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesApplication to take pictures and videos with your webcam Web kameranızla fotoğraf ve video çekmek için uygulama kamoso - mirrors://kde/stable/release-service/26.04.1/src/kamoso-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kamoso-26.04.2.tar.xz cmake kio-devel @@ -35999,6 +36267,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -36136,7 +36411,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskanagram is a game based on anagrams of words: the puzzle is solved when the letters of the scrambled word are put back in the correct order. There is no limit on either time taken, or the amount of attempts to solve the word. kanagram, anagramlar üzerine bir oyundur. Dağınık yerleştirilmiş harfleri birleştirerek kelimeyi bulun. Zaman veya deneme sınırı yoktur. kanagram - mirrors://kde/stable/release-service/26.04.1/src/kanagram-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kanagram-26.04.2.tar.xz kxmlgui kio-devel @@ -36186,6 +36461,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -36323,7 +36605,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskapman is a clone of the well known game Pac-Man. You must go through the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer. kapman dünyaca ünlü Pac-Man'in bir türevidir. Labirent içinde hayaletlerle köşe kapmaca oynayarak bölümleri geçmeye çalıştığınız oyunda eğer hayaletlere yakalanırsanız bir hakkınızı kaybediyorsunuz. Eğer bir enerji nesnesi alırsanız bu kez siz bir kaç saniyeliğine hayaletleri yiyebiliyorsunuz. kapman - mirrors://kde/stable/release-service/26.04.1/src/kapman-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kapman-26.04.2.tar.xz kio-devel ki18n-devel @@ -36373,6 +36655,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -36509,7 +36798,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesUygulama şablon oluşturucu. kapptemplate is a shell script that will create the necessary framework to develop several types of applications, including applications based on the KDE development platform. kapptemplate, çeşitli uygulamaları geliştirmek için gerekli olabilecek şablonlar oluşturmayı sağlar. - mirrors://kde/stable/release-service/26.04.1/src/kapptemplate-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kapptemplate-26.04.2.tar.xz gettext kio-devel @@ -36552,6 +36841,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -36686,7 +36982,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Advanced Text Editor Plasma library and runtime components based upon KF5 and Qt5 - https://download.kde.org/stable/release-service/26.04.1/src/kate-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/kate-26.04.2.tar.xz kio-devel ki18n-devel @@ -36772,6 +37068,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -36909,7 +37212,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskatomic is both fun and educational game built around molecular geometry. katomic moleküler geometri hakkında hem eğlenceli hem de eğitici bir oyundur. katomic - mirrors://kde/stable/release-service/26.04.1/src/katomic-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/katomic-26.04.2.tar.xz kio-devel ki18n-devel @@ -36959,6 +37262,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -37096,7 +37406,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskblackbox is a game of hide and seek played on a grid of boxes. The computer has hidden several balls within this box. By shooting beams into the box and observing where they emerge it is possible to deduce the positions of the hidden balls. kblackbox yan yana dizilmiş kutularla oynanan bir saklambaç oyunudur. Bilgisayarın sakladığı topları kutuları lazerle kontrol ederek bulabilirsiniz. kblackbox - mirrors://kde/stable/release-service/26.04.1/src/kblackbox-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kblackbox-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -37149,6 +37459,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -37286,7 +37603,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskblocks is the classic falling blocks game. The idea is stack the falling blocks in a way that lines are completely filled. When a line is completed it is removed, and more space is available in the play area. When there is not enough space for blocks to fall, the game is over. kblocks klasikleşmiş tetrisin bir yeniden yapımıdır. Oyunun amacı düşen parçaları en uygun şekilde dizmektir. Bir satır tamamen dolduktan sonra silinmektedir ve daha fazla oyun alanı açılmaktadır. Yeni parçaları koyacak yeriniz kalmadığında oyun bitmektedir. kblocks - mirrors://kde/stable/release-service/26.04.1/src/kblocks-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kblocks-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -37336,6 +37653,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -37473,7 +37797,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskbounce is a single player arcade game with the elements of puzzle. It is played on a field, surrounded by walls, with two or more balls that move about in the field bouncing off of walls. The player can build new walls, decreasing the size of the active field. The goal of the game is to fill at least 75% of the field and advance to the next level. kbounce, Volfied'in oynaniş tarzına benzeyen tek kişilik bir bulmaca - macera oyunudur. Oyuncu iki veya daha fazla topun oradan oraya zıpladığı duvarlarla kaplı bir alanda yeni duvarlar inşa ederek ve toplara yakalanmamaya çalışarak aktif alanın en azından %75'ini kapatmaya çalışmaktadır. kbounce - mirrors://kde/stable/release-service/26.04.1/src/kbounce-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kbounce-26.04.2.tar.xz kio-devel ki18n-devel @@ -37526,6 +37850,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -37663,7 +37994,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskbreakout is a Breakout like game. The object of the game is to destroy as many bricks as possible without losing the ball. kbreakout bir Breakout türevidir. Oyunun amacı topları yere düşürmeden olabildiğince çok tuğlayı yok etmektir. kbreakout - mirrors://kde/stable/release-service/26.04.1/src/kbreakout-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kbreakout-26.04.2.tar.xz kio-devel ki18n-devel @@ -37715,6 +38046,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -37852,7 +38190,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskbruch is a small program to practice calculating with fractions and percentages. Different exercises are provided for this purpose and you can use the learning mode to practice with fractions. The program checks the user's input and gives feedback. kbruch, ondalık ve kesirli sayılar üzerine işlemleri öğrenmeye ve egzersiz yapmaya yarayan bir uygulamadır. kbruch - mirrors://kde/stable/release-service/26.04.1/src/kbruch-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kbruch-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -37891,6 +38229,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -38028,7 +38373,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskcalc is a calculator which offers many more mathematical functions than meet the eye on a first glance. kcalc, pek çok matematik fonksiyonu barındıran bir hesap makinesi uygulamasıdır. kcalc - mirrors://kde/stable/release-service/26.04.1/src/kcalc-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kcalc-26.04.2.tar.xz cmake gmp-devel @@ -38078,6 +38423,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -38213,7 +38565,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications The KDE calendar utility library Calendar utility library for KDE - mirrors://kde/stable/release-service/26.04.1/src/kcalutils-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kcalutils-26.04.2.tar.xz ki18n-devel libmpc-devel @@ -38265,7 +38617,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskcalutils-devel Development files for kcalutils - kcalutils + kcalutils qt6-base-devel @@ -38278,6 +38630,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -38415,7 +38774,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskcharselect is a tool to select special characters from all installed fonts and copy them into the clipboard. kcharselect, tüm yüklü yazı tiplerinden özel karakterleri seçmek ve bunları panoya yapıştırmak için bir araçtır. kcharselect - mirrors://kde/stable/release-service/26.04.1/src/kcharselect-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kcharselect-26.04.2.tar.xz cmake ki18n-devel @@ -38455,6 +38814,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -38592,7 +38958,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskcolorchooser is a simple color chooser application. kcolorchooser, basit bir renk seçme uygulamasıdır. kcolorchooser - mirrors://kde/stable/release-service/26.04.1/src/kcolorchooser-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kcolorchooser-26.04.2.tar.xz ki18n-devel kxmlgui-devel @@ -38625,6 +38991,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -38762,7 +39135,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskcron is a graphical frontend to the cron system, used to schedule regular tasks on a Unix system. kcron, cron görev zamanlayıcı altyapısının bir arayüzüdür. kcron - mirrors://kde/stable/release-service/26.04.1/src/kcron-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kcron-26.04.2.tar.xz kio-devel ki18n-devel @@ -38806,6 +39179,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -39038,7 +39418,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.sdk Scripts and setting files useful during development of KDE software Scripts and setting files useful during development of KDE software - mirrors://kde/stable/release-service/26.04.1/src/kde-dev-scripts-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kde-dev-scripts-26.04.2.tar.xz docbook-xml kdoctools-devel @@ -39065,6 +39445,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -39199,7 +39586,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications An application to enable/disable qCDebug KDebug control module for KDE. It provides a graphical frontend for the kdebug daemon, which allow enabling or disabling particular debug areas/messages. - mirrors://kde/stable/release-service/26.04.1/src/kdebugsettings-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kdebugsettings-26.04.2.tar.xz kio-devel ki18n-devel @@ -39245,6 +39632,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -39383,7 +39777,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesConnect KDE with your smartphone Cihazlarınızı KDE ile birleştirin kdeconnect - https://download.kde.org/stable/release-service/26.04.1/src/kdeconnect-kde-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/kdeconnect-kde-26.04.2.tar.xz sshfs kio-devel @@ -39483,6 +39877,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -39617,7 +40018,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Common data for KDE Edu applications Common data for KDE Edu applications. - mirrors://kde/stable/release-service/26.04.1/src/kdeedu-data-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kdeedu-data-26.04.2.tar.xz extra-cmake-modules qt6-base-devel @@ -39635,6 +40036,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -39773,7 +40181,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesA collection of plugins to handle mobipocket files A library to handle mobipocket files kdegraphics-mobipocket - http://download.kde.org/stable/release-service/26.04.1/src/kdegraphics-mobipocket-26.04.1.tar.xz + http://download.kde.org/stable/release-service/26.04.2/src/kdegraphics-mobipocket-26.04.2.tar.xz qt6-base-devel qt6-5compat-devel @@ -39803,7 +40211,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskdegraphics-mobipocket-devel Development headers for kdegraphics-mobipocket - kdegraphics-mobipocket + kdegraphics-mobipocket /usr/include @@ -39814,6 +40222,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -39950,7 +40365,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesA KPart for viewing SVGs A KPart for viewing SVGs kdegraphics-svgpart - mirrors://kde/stable/release-service/26.04.1/src/svgpart-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/svgpart-26.04.2.tar.xz glibc-devel kparts-devel @@ -39986,6 +40401,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -40122,7 +40544,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesKDE önizleme kitaplıkları kdegraphics-thumbnailers contains thumbnail-related libraries. kdegraphics-thumbnailers, önizleme kitaplıklarını içerir. - mirrors://kde/stable/release-service/26.04.1/src/kdegraphics-thumbnailers-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kdegraphics-thumbnailers-26.04.2.tar.xz kio-devel karchive-devel @@ -40155,6 +40577,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -40292,7 +40721,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesFilesharing configuration modlue. Dosya paylaşım konfigürasyon modülü. kdenetwork-filesharing - mirrors://kde/stable/release-service/26.04.1/src/kdenetwork-filesharing-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kdenetwork-filesharing-26.04.2.tar.xz kio-devel ki18n-devel @@ -40304,6 +40733,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskdeclarative-devel extra-cmake-modules kwidgetsaddons-devel + packagekit-qt6-devel qt6-base-devel qt6-declarative-devel @@ -40320,6 +40750,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskcompletion kcoreaddons kdeclarative + packagekit-qt6 kwidgetsaddons qt6-base qt6-declarative @@ -40338,6 +40769,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -40478,7 +40916,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskdenlive, ikili video izleyicileri, çoklu parça zaman çizelgesi ve klip listesi sunmaktadır. Diğer özellikler arasında özelleştirilebilir düzenleme desteği, temel efektler ve geçişler sayılabilir. kdenlive jest nieliniowym pakietem do edycji wideo obsługującym DV, HDC i wiele innych formatów. kdenlive - mirrors://kde/stable/release-service/26.04.1/src/kdenlive-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kdenlive-26.04.2.tar.xz kio-devel imath-devel @@ -40584,6 +41022,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -40719,7 +41164,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Addons for the KDE PIM apllications Addons for the KDE PIM apllications - mirrors://kde/stable/release-service/26.04.1/src/kdepim-addons-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kdepim-addons-26.04.2.tar.xz kio-devel boost-devel @@ -40755,40 +41200,40 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskwidgetsaddons-devel kunitconversion-devel syntax-highlighting-devel - kldap-devel - ktnef-devel - kmime-devel - kimap-devel - akonadi-devel - kpkpass-devel - libkleo-devel - libkgapi-devel + kldap-devel + ktnef-devel + kmime-devel + kimap-devel + akonadi-devel + kpkpass-devel + libkleo-devel + libkgapi-devel qt6-base-devel kdiagram-devel - kcalutils-devel - libkdepim-devel - pimcommon-devel - libksieve-devel - eventviews-devel - kitinerary-devel - mailcommon-devel - messagelib-devel - libgravatar-devel - mailimporter-devel - akonadi-mime-devel - kpimtextedit-devel - kaddressbook-devel - grantleetheme-devel + kcalutils-devel + libkdepim-devel + pimcommon-devel + libksieve-devel + eventviews-devel + kitinerary-devel + mailcommon-devel + messagelib-devel + libgravatar-devel + mailimporter-devel + akonadi-mime-devel + kpimtextedit-devel + kaddressbook-devel + grantleetheme-devel qt6-webengine-devel - kmailtransport-devel - calendarsupport-devel - incidenceeditor-devel + kmailtransport-devel + calendarsupport-devel + incidenceeditor-devel qt6-declarative-devel - akonadi-calendar-devel - akonadi-contacts-devel - kontactinterface-devel - kidentitymanagement-devel - akonadi-import-wizard-devel + akonadi-calendar-devel + akonadi-contacts-devel + kontactinterface-devel + kidentitymanagement-devel + akonadi-import-wizard-devel desktop/kde/applications/kdepim-addons/pspec.xml @@ -40873,6 +41318,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -41011,7 +41463,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskdepim-runtime contains kde6 PIM (Personal Information Management) runtime environment like akonadi agents. kdepim-runtime, kdelibs kullanarak yazılmış olan Akonadi ajanları da dahil olmak üzere kde6 PIM (Personal Information Management - Kişisel Bilgi Yönetimi) çalışma zamanı ortamını içerir. kontact - mirrors://kde/stable/release-service/26.04.1/src/kdepim-runtime-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kdepim-runtime-26.04.2.tar.xz kio-devel kdav-devel @@ -41035,23 +41487,23 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesknotifications-devel kunitconversion-devel akonadi-contacts-devel - kalarm - kmbox-devel - kimap-devel - kldap-devel - akonadi-devel - libkgapi-devel - kcalutils-devel - pimcommon-devel - libkdepim-devel + kalarm + kmbox-devel + kimap-devel + kldap-devel + akonadi-devel + libkgapi-devel + kcalutils-devel + pimcommon-devel + libkdepim-devel qt6-webengine-devel - akonadi-search-devel - kmailtransport-devel + akonadi-search-devel + kmailtransport-devel qt6-multimedia-devel qt6-declarative-devel qt6-networkauth-devel - akonadi-calendar-devel - kidentitymanagement-devel + akonadi-calendar-devel + kidentitymanagement-devel desktop/kde/applications/kdepim-runtime/pspec.xml @@ -41128,6 +41580,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -41263,7 +41722,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesTranslation file thumbnail generators Translation file thumbnail generators kdesdk-thumbnailers - mirrors://kde/stable/release-service/26.04.1/src/kdesdk-thumbnailers-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kdesdk-thumbnailers-26.04.2.tar.xz kio-devel ki18n-devel @@ -41301,6 +41760,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -41437,7 +41903,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesView Disk Usage KDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager. kdf - http://download.kde.org/stable/release-service/26.04.1/src/kdf-26.04.1.tar.xz + http://download.kde.org/stable/release-service/26.04.2/src/kdf-26.04.2.tar.xz kio-devel glibc-devel @@ -41487,6 +41953,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -41699,7 +42172,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesThe syntax is very much inspired from the "dialog" command (which shows text mode dialogs). kdialog - mirrors://kde/stable/release-service/26.04.1/src/kdialog-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kdialog-26.04.2.tar.xz kio-devel glibc-devel @@ -41755,6 +42228,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -41892,7 +42372,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskdiamond is a single player puzzle game. The object of the game is to build lines of three similar diamonds. kdiamond benzer elmaslardan üç tanesinin yan yana getirilmesini konu edinen tek kişilik bir bulmaca oyunudur. kdiamond - mirrors://kde/stable/release-service/26.04.1/src/kdiamond-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kdiamond-26.04.2.tar.xz ki18n-devel docbook-xsl @@ -41948,6 +42428,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -42082,7 +42569,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesBookmark Organizer and Editor Bookmark Organizer and Editor keditbookmarks - mirrors://kde/stable/release-service/26.04.1/src/keditbookmarks-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/keditbookmarks-26.04.2.tar.xz kio-devel glibc-devel @@ -42135,6 +42622,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -42269,7 +42763,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesFind Files/Folders Find Files/Folders kfind - mirrors://kde/stable/release-service/26.04.1/src/kfind-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kfind-26.04.2.tar.xz kio-devel glibc-devel @@ -42326,6 +42820,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -42463,7 +42964,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskfourinline is a board game for two players based on the Connect-Four game. kfourinline iki kişiyle oynanan Hedef 4 türevi bir oyundur. kfourinline - mirrors://kde/stable/release-service/26.04.1/src/kfourinline-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kfourinline-26.04.2.tar.xz kio-devel ki18n-devel @@ -42517,6 +43018,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -42651,7 +43159,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Calendar support library Calendar support library - mirrors://kde/stable/release-service/26.04.1/src/calendarsupport-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/calendarsupport-26.04.2.tar.xz kio-devel ki18n-devel @@ -42672,16 +43180,16 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesextra-cmake-modules kcalendarcore-devel kunitconversion-devel - kmime-devel - kimap-devel - akonadi-devel + kmime-devel + kimap-devel + akonadi-devel qt6-base-devel - kcalutils-devel - pimcommon-devel - akonadi-mime-devel - akonadi-calendar-devel - akonadi-contacts-devel - kidentitymanagement-devel + kcalutils-devel + pimcommon-devel + akonadi-mime-devel + akonadi-calendar-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/calendarsupport/pspec.xml @@ -42726,7 +43234,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacescalendarsupport-devel Development files for calendarsupport - calendarsupport + calendarsupport /usr/include @@ -42737,6 +43245,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -42873,7 +43388,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesPeriodic Table of Elements Elementlerin periyodik tablosu Elementlerin periyodik tablosu - https://download.kde.org/stable/release-service/26.04.1/src/kalzium-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/kalzium-26.04.2.tar.xz cmake ocaml @@ -42940,7 +43455,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskalzium-devel Development files for kalzium - kalzium + kalzium /usr/include @@ -42951,6 +43466,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -43387,7 +43909,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskgeography is a geography learning tool, which allows you to learn about the political divisions of some countries (divisions, capitals of those divisions and their associated flags if there are some). kgeography, ülkeler hakkında çeşitli bilgiler sunan bir coğrafya uygulamasıdır. kgeography - https://download.kde.org/stable/release-service/26.04.1/src/kgeography-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/kgeography-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -43430,6 +43952,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -43567,7 +44096,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesklickety is a kind of solitary game that takes place on a Tetris-like board. klickety Tetris gibi tahta üzerinde yer alan bir tür soliter oyunu klickety - mirrors://kde/stable/release-service/26.04.1/src/klickety-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/klickety-26.04.2.tar.xz kio-devel ki18n-devel @@ -43626,6 +44155,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -43760,7 +44296,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications A user friendly IRC client for KDE konversation is a user-friendly Internet Relay Chat (IRC) client built on the KDE Platform. - https://download.kde.org/stable/release-service/26.04.1/src/konversation-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/konversation-26.04.2.tar.xz kio-devel ki18n-devel @@ -43851,6 +44387,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -43987,7 +44530,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesÇay yapma zamanlayıcısı. kteatime is a handy timer for steeping tea. No longer will you have to guess at how long it takes for your tea to be ready. kteatime çay yapmak için kullanışlı bir uygulamadır. kteatime ile çay demlemek için ne kadar beklemek gerektiğini düşünmenize gerek kalmaz. - mirrors://kde/stable/release-service/26.04.1/src/kteatime-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kteatime-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -44036,6 +44579,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -44170,7 +44720,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.sdk Library to compare files and strings Library to compare files and strings - mirrors://kde/stable/release-service/26.04.1/src/libkomparediff2-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libkomparediff2-26.04.2.tar.xz kio-devel ki18n-devel @@ -44215,7 +44765,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceslibkomparediff2-devel Shared libraries for libkomparediff2. - libkomparediff2 + libkomparediff2 /usr/include @@ -44227,6 +44777,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -44363,7 +44920,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesKDE için indirme yönetcisi. kget is an advanced download manager with support for Metalink and Bittorrent. kget, Metalink ve BitTorrent desteği olan bir indirme yöneticisidir. - mirrors://kde/stable/release-service/26.04.1/src/kget-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kget-26.04.2.tar.xz kio-devel gmp-devel @@ -44450,6 +45007,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -44585,7 +45149,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications A QtQuick plugin to render beautiful and interactive charts kgpg is a simple interface for GnuPG, a powerful encryption utility. - mirrors://kde/stable/release-service/26.04.1/src/kgpg-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kgpg-26.04.2.tar.xz kio-devel boost-devel @@ -44667,6 +45231,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -44804,7 +45375,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskhangman is a game based on the well-known hangman game. It is aimed at children aged six and over. The game has several categories of words to play with, for example: Animals (animals words) and three difficulty categories: Easy, Medium and Hard. khangman, adam asmaca olarak bilinen oyunun 6 yaş ve üzeri için uyarlanmış bir uygulamasıdır. Oynamak için seçilebilecek değişik kategoriler ve 3 farklı zorluk seviyesi bulunuyor. khangman - mirrors://kde/stable/release-service/26.04.1/src/khangman-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/khangman-26.04.2.tar.xz kio-devel ki18n-devel @@ -44855,6 +45426,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -44991,7 +45569,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesKDE Help Center KDE help center utility to read help documentation about various KDE applications. khelpcenter - mirrors://kde/stable/release-service/26.04.1/src/khelpcenter-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/khelpcenter-26.04.2.tar.xz kio-devel docbook-xsl @@ -45053,6 +45631,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -45188,7 +45773,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications KDE PIM libraries Library for the KDE-PIM(Personal-Infomation-Management - mirrors://kde/stable/release-service/26.04.1/src/kidentitymanagement-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kidentitymanagement-26.04.2.tar.xz kio-devel python-devel @@ -45252,7 +45837,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesktextwidgets-devel qt6-base-devel kpimtextedit-devel - kidentitymanagement + kidentitymanagement /etc/xdg @@ -45265,6 +45850,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -45400,7 +45992,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesAn interactive geometry application kig5 is an application for interactive geometry. kig5 - mirrors://kde/stable/release-service/26.04.1/src/kig-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kig-26.04.2.tar.xz pkgconfig boost-devel @@ -45454,6 +46046,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -45591,7 +46190,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskillbots is a simple game of evading killer robots. Who created the robots and why they have been programmed to destroy, no one knows. All that is known is that the robots are numerous and their sole objective is to destroy you. killbots katil robotlardan kaçmaya çalıştığınız basit bir oyundur. Robotların kimin tarafından yaratıldığı veya neden yok etmek için programlandığı bilinmiyor. Tek gerçek şu ki bir çok robot var ve tek amaçları sizi yok etmek. killbots - mirrors://kde/stable/release-service/26.04.1/src/killbots-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/killbots-26.04.2.tar.xz kio-devel ki18n-devel @@ -45641,6 +46240,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -45776,7 +46382,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Job-based API for interacting with IMAP servers API for interacting with IMAP servers - mirrors://kde/stable/release-service/26.04.1/src/kimap-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kimap-26.04.2.tar.xz kio-devel boost-devel @@ -45820,7 +46426,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskimap-devel Development files for kimap - kimap + kimap qt6-base-devel @@ -45833,6 +46439,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -45970,7 +46583,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesAdmin:// kio protokolünü kullanarak dosyaları yönetici olarak yönetin Admin:// kio protokolünü kullanarak dosyaları yönetici olarak yönetin kio-admin - https://download.kde.org/stable/release-service/26.04.1/src/kio-admin-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/kio-admin-26.04.2.tar.xz kio-devel ki18n-devel @@ -46003,6 +46616,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -46138,7 +46758,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde6.network Additional kio-slaves for kde6 applications Additional kio-slaves for kde6 applications - mirrors://kde/stable/release-service/26.04.1/src/kio-extras-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kio-extras-26.04.2.tar.xz gperf kio-devel @@ -46258,7 +46878,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskio-extras-devel Development files for kio-extras - kio-extras + kio-extras /usr/include @@ -46269,6 +46889,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -46411,7 +47038,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesGoogle Drive'a erişmek için kio Slave kio Slave to access Google Drive Google Drive'a erişmek için kio Slave - mirrors://kde/stable/release-service/26.04.1/src/kio-gdrive-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kio-gdrive-26.04.2.tar.xz intltool kio-devel @@ -46462,6 +47089,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -46596,7 +47230,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Network Monitor for DNS-SD services (Zeroconf) DNS-SD hizmetleri için Ağ İzleyicisi - https://download.kde.org/stable/release-service/26.04.1/src/kio-zeroconf-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/kio-zeroconf-26.04.2.tar.xz kio-devel ki18n-devel @@ -46633,6 +47267,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -46770,7 +47411,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskiriki is an addictive and fun dice game for KDE, designed to be played by as many as six players. kiriki KDE için alışkanlık yapan ve eğlenceli bir zar oyunudur. Altı oyuncuya kadar birlikte oynanabilir. kiriki - mirrors://kde/stable/release-service/26.04.1/src/kiriki-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kiriki-26.04.2.tar.xz kio-devel ki18n-devel @@ -46818,6 +47459,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -46955,7 +47603,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskiten is a Japanese reference/study tool. kiten, Japonca referans ve alıştırma uygulamasıdır. kiten>kiten - mirrors://kde/stable/release-service/26.04.1/src/kiten-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kiten-26.04.2.tar.xz kio-devel ki18n-devel @@ -47012,7 +47660,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesDevelopment files for kiten kiten için geliştirme dosyaları - kiten + kiten /usr/include @@ -47023,6 +47671,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -47159,7 +47814,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesData model and extraction system for travel reservation information Seyahat rezervasyon bilgisi için veri modeli ve ekstraksiyon sistemi Seyahat rezervasyon bilgisi için veri modeli ve ekstraksiyon sistemi - https://download.kde.org/stable/release-service/26.04.1/src/kitinerary-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/kitinerary-26.04.2.tar.xz zlib-devel ki18n-devel @@ -47217,7 +47872,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskitinerary-devel Development files for kitinerary - kitinerary + kitinerary /usr/include @@ -47228,6 +47883,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -47365,7 +48027,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskjumpingcube is a simple tactical game. kjumpingcube basit bir taktik oyunudur. kjumpingcube - mirrors://kde/stable/release-service/26.04.1/src/kjumpingcube-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kjumpingcube-26.04.2.tar.xz kio-devel ki18n-devel @@ -47418,6 +48080,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -47553,7 +48222,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications LDAP access API for KDE Allows LDAP accessing with a convenient Qt style C++ API. - mirrors://kde/stable/release-service/26.04.1/src/kldap-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kldap-26.04.2.tar.xz kio-devel ki18n-devel @@ -47600,7 +48269,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskldap-devel Development files for kdelibs4-support - kldap + kldap qt6-base-devel @@ -47613,6 +48282,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -47749,7 +48425,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications Certificate Manager and Unified Crypto GUI kleopatra is a certificate manager and a universal crypto GUI. It supports managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving certificates from LDAP servers. - mirrors://kde/stable/release-service/26.04.1/src/kleopatra-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kleopatra-26.04.2.tar.xz kio-devel gpgme-devel @@ -47768,20 +48444,20 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskstatusnotifieritem-devel kidentitymanagement-devel ki18n-devel - kmime-devel + kmime-devel kconfig-devel kxmlgui-devel - libkleo-devel - akonadi-devel + libkleo-devel + akonadi-devel qt6-base-devel kcoreaddons-devel kiconthemes-devel - akonadi-mime-devel + akonadi-mime-devel kwindowsystem-devel kconfigwidgets-devel kwidgetsaddons-devel - mimetreeparser-devel - kmailtransport-devel + mimetreeparser-devel + kmailtransport-devel desktop/kde/applications/kleopatra/pspec.xml @@ -47825,6 +48501,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -47962,7 +48645,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesklettres is an application specially designed to help the user to learn alphabet in a new language and then to learn to read simple syllables. The user can be a young child aged from two and a half or an adult that wants to learn the basics of a foreign language. klettres, kullanıcının yeni bir alfabeyi ve basit sesli sözleri öğrenmesi için geliştirilmiş bir uygulamadır. İki buçuk yaşındaki bir çocuk için yararlı olabileceği gibi, yeni bir dil öğrenen yetişkinler için de yardımcı olabilir. klettres - mirrors://kde/stable/release-service/26.04.1/src/klettres-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/klettres-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -48013,6 +48696,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -48150,7 +48840,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesKolor Lines is a simple but highly addictive, one player game for KDE. Kolor Lines has been inspired by well known game of Color Lines. The goal of Kolor Lines is quite plain. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five. Kolor Lines basit ama bağımlılık yapıcı bir oyundur. Dünyaca ünlü Color Lines'tan esinlenilen oyunda amacınız aynı renkli toplardan beş tanesini yan yana getirmektir. klines - mirrors://kde/stable/release-service/26.04.1/src/klines-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/klines-26.04.2.tar.xz kio-devel ki18n-devel @@ -48201,6 +48891,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -48338,7 +49035,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskmahjongg is a fun board game created after the famous oriental game of Mahjong. Unlike the original however, kmahjongg is a tile matching game for one or two players, a variation usually known as Mahjong Solitaire. Mahjong Solitaire oyununa benzer kmahjongg bir veya iki oyuncunun birlekte oynayabileceği bir parça eşleştirme oyunudur. kmahjongg - mirrors://kde/stable/release-service/26.04.1/src/kmahjongg-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kmahjongg-26.04.2.tar.xz kcrash-devel kconfig-devel @@ -48389,6 +49086,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -48522,7 +49226,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications KDE mail client kmail is the email component of kontact, the integrated personal information manager from KDE. - https://download.kde.org/stable/release-service/26.04.1/src/kmail-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/kmail-26.04.2.tar.xz kio-devel gpgme-devel @@ -48563,29 +49267,29 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskunitconversion-devel kstatusnotifieritem-devel syntax-highlighting-devel - kldap-devel - kmime-devel - ktnef-devel - kimap-devel - akonadi-devel - libkleo-devel - kcalutils-devel - pimcommon-devel - libksieve-devel - libkdepim-devel + kldap-devel + kmime-devel + ktnef-devel + kimap-devel + akonadi-devel + libkleo-devel + kcalutils-devel + pimcommon-devel + libksieve-devel + libkdepim-devel qgpgme-qt6-devel - messagelib-devel - mailcommon-devel - libgravatar-devel - akonadi-mime-devel - kpimtextedit-devel - akonadi-search-devel - kmailtransport-devel - akonadi-contacts-devel - kontactinterface-devel - akonadi-calendar-devel - kidentitymanagement-devel - akonadi-import-wizard-devel + messagelib-devel + mailcommon-devel + libgravatar-devel + akonadi-mime-devel + kpimtextedit-devel + akonadi-search-devel + kmailtransport-devel + akonadi-contacts-devel + kontactinterface-devel + akonadi-calendar-devel + kidentitymanagement-devel + akonadi-import-wizard-devel desktop/kde/applications/kmail/pspec.xml @@ -48661,6 +49365,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -48794,7 +49505,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications kmail Account Wizard kmail Account Wizard - mirrors://kde/stable/release-service/26.04.1/src/kmail-account-wizard-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kmail-account-wizard-26.04.2.tar.xz kcrash-devel prison-devel @@ -48810,22 +49521,22 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesknotifyconfig-devel knotifications-devel gpgme-devel - kldap-devel - kimap-devel - akonadi-devel - libkleo-devel - libkdepim-devel - pimcommon-devel + kldap-devel + kimap-devel + akonadi-devel + libkleo-devel + libkdepim-devel + pimcommon-devel qgpgme-qt6-devel - mailcommon-devel - messagelib-devel - kpimtextedit-devel - akonadi-mime-devel - grantleetheme-devel - akonadi-search-devel - kmailtransport-devel - akonadi-contacts-devel - kidentitymanagement-devel + mailcommon-devel + messagelib-devel + kpimtextedit-devel + akonadi-mime-devel + grantleetheme-devel + akonadi-search-devel + kmailtransport-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/kmail-account-wizard/pspec.xml @@ -48871,6 +49582,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -49006,7 +49724,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesMail Transport Service Mail Transport Service akonadi - mirrors://kde/stable/release-service/26.04.1/src/kmailtransport-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kmailtransport-26.04.2.tar.xz boost-devel kwallet-devel @@ -49067,7 +49785,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesDevelopment files for akonadi kwallet-devel - kmailtransport + kmailtransport qt6-base-devel @@ -49080,6 +49798,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -49215,7 +49940,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications MBox library support. MBox library support. - mirrors://kde/stable/release-service/26.04.1/src/kmbox-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kmbox-26.04.2.tar.xz boost-devel kcodecs-devel @@ -49248,7 +49973,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesDevelopment files for kmbox qt6-base-devel - kmbox + kmbox /etc/xdg @@ -49261,6 +49986,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -49396,7 +50128,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications KDE library for handling mail messages and newsgroup articles. kmime library for handling mail messages and newsgroup articles. - mirrors://kde/stable/release-service/26.04.1/src/kmime-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kmime-26.04.2.tar.xz boost-devel ki18n-devel @@ -49430,7 +50162,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskmime-devel Development files for kmime - kmime + kmime qt6-base-devel @@ -49443,6 +50175,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -49580,7 +50319,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskmines is the classic Minesweeper game. The idea is to uncover all the squares without blowing up any mines. When a mine is blown up, the game is over. kmines klasik mayın tarlası oyununun bir türevidir. Oyunun amacı hiç bir mayına denk gelmemeye çalışarak kutuları açmaktır. Eğer bir mayın patlarsa oyun biter. kmines - mirrors://kde/stable/release-service/26.04.1/src/kmines-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kmines-26.04.2.tar.xz kio-devel ki18n-devel @@ -49630,6 +50369,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -49767,7 +50513,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskmix: KDE Digital Mixer kmix: KDE için Dijital Mixer. kmix - mirrors://kde/stable/release-service/26.04.1/src/kmix-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kmix-26.04.2.tar.xz ki18n-devel glib2-devel @@ -49826,6 +50572,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -49961,7 +50714,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.edu Mathematical Function Plotter kmplot is a program to draw graphs, their integrals or derivatives. It supports different systems of coordinates like the Cartesian or the polar coordinate system. The graphs can be colorized and the view is scalable, so that you are able to zoom to the level you need. - mirrors://kde/stable/release-service/26.04.1/src/kmplot-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kmplot-26.04.2.tar.xz ki18n-devel kparts-devel @@ -50009,6 +50762,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -50146,7 +50906,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesknavalbattle is a Battle Ship game for KDE. Ships are placed on a board which represents the sea. Players try to hit each others ships in turns without knowing where they are placed. The first player to destroy all ships wins the game. KBattleship KDE için bir Amiral Battı oyunudur. Gemiler denizi temsil eden oyun tahtasına yerleştirilir ve oyuncular rakiplerinin gemilerinin yerleşimini tahmin ederek gemileri vurmaya çalışır. Rakibinin tüm gemilerini daha önce batıran oyuncu kazanır. knavalbattle - mirrors://kde/stable/release-service/26.04.1/src/knavalbattle-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/knavalbattle-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -50200,6 +50960,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -50337,7 +51104,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesknetwalk is a single player logic game. The object of the game is to start the LAN, connecting all the terminals to the server, in as few turns as possible. knetwalk bir ağ kurma oyunudur. Dunucularla istemcileri mümkün olan en az kaynakla birleştirmeye çalışmak oyunun amacıdır. Bağımlılık yapması olasıdır. knetwalk - mirrors://kde/stable/release-service/26.04.1/src/knetwalk-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/knetwalk-26.04.2.tar.xz kio-devel ki18n-devel @@ -50391,6 +51158,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -50528,7 +51302,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskollision is ball dodging game. Click on the empty field to start a game: a blue ball immediately replaces your mouse cursor, and a number of red balls start to fade into the field. kollision basit bir top sıçratma oyunudur. Boş bir alana fareyle tıkladığınızda oyun başlar ve fare imlecinizin yerini mavi bir top alır, ayrıca olayların gelişmesine vesile olacak kırmızı toplar da alandaki yerlerini alırlar. kollision - mirrors://kde/stable/release-service/26.04.1/src/kollision-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kollision-26.04.2.tar.xz kio-devel ki18n-devel @@ -50577,6 +51351,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -50714,7 +51495,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaceskolourpaint is a simple painting program to quickly create raster images. It is useful as a touch-up tool and simple image editing tasks. kolourpaint, kullanımı kolay bir çizim programıdır. kolourpaint - mirrors://kde/stable/release-service/26.04.1/src/kolourpaint-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kolourpaint-26.04.2.tar.xz kio-devel ki18n-devel @@ -50770,6 +51551,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -50906,7 +51694,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesDosya karşılaştırma göstericisi. Diff/Patch Frontend. Dosya karşılaştırma göstericisi. - mirrors://kde/stable/release-service/26.04.1/src/kompare-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kompare-26.04.2.tar.xz kparts-devel gettext-devel @@ -50962,6 +51750,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -51097,7 +51892,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications konqueror - KDE File Manager and Web Browser konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing. - mirrors://kde/stable/release-service/26.04.1/src/konqueror-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/konqueror-26.04.2.tar.xz kio-devel tidy-devel @@ -51196,7 +51991,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesDevelopment files for konqueror qt6-base-devel - konqueror + konqueror /usr/include @@ -51207,6 +52002,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -51340,7 +52142,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.kde.applications KDE konsole konsole for kde6 - mirrors://kde/stable/release-service/26.04.1/src/konsole-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/konsole-26.04.2.tar.xz cmake kio-devel @@ -51409,6 +52211,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -51543,7 +52352,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesKDE Personal Information Manager kontact is the integrated Personal Information Manager of KDE, but can be used with other systems as well. It supports email, address books, calendars, tasks, news feeds and much more. - http://download.kde.org/stable/release-service/26.04.1/src/kontact-26.04.1.tar.xz + http://download.kde.org/stable/release-service/26.04.2/src/kontact-26.04.2.tar.xz boost-devel kparts-devel @@ -51559,21 +52368,21 @@ It supports email, address books, calendars, tasks, news feeds and much more.extra-cmake-modules qt6-webengine-devel libXScrnSaver-devel - kmime-devel - kimap-devel + kmime-devel + kimap-devel gpgme-devel - akonadi-devel - libkleo-devel - pimcommon-devel - libkdepim-devel - mailcommon-devel - messagelib-devel - kpimtextedit-devel - akonadi-mime-devel - grantleetheme-devel - kontactinterface-devel - akonadi-contacts-devel - kidentitymanagement-devel + akonadi-devel + libkleo-devel + pimcommon-devel + libkdepim-devel + mailcommon-devel + messagelib-devel + kpimtextedit-devel + akonadi-mime-devel + grantleetheme-devel + kontactinterface-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/kontact/pspec.xml @@ -51616,6 +52425,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -51751,7 +52567,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications kontact Plugin Interface Library This library provides the glue necessary for application "Parts" to be embedded as a kontact component (or plugin). - mirrors://kde/stable/release-service/26.04.1/src/kontactinterface-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kontactinterface-26.04.2.tar.xz ki18n-devel kparts-devel @@ -51793,7 +52609,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for kontactinterface qt6-base-devel - kontactinterface + kontactinterface /usr/include @@ -51805,6 +52621,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -51938,7 +52761,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Calendar and scheduling Program korganizer is the calendar and scheduling component of kontact, the integrated personal information manager from KDE. - https://download.kde.org/stable/release-service/26.04.1/src/korganizer-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/korganizer-26.04.2.tar.xz kcrash-devel prison-devel @@ -51957,27 +52780,27 @@ It supports email, address books, calendars, tasks, news feeds and much more.knotifications-devel kunitconversion-devel gpgme-devel - kldap-devel - kimap-devel - akonadi-devel - libkleo-devel - libkdepim-devel - pimcommon-devel - kcalutils-devel - mailcommon-devel - messagelib-devel - eventviews-devel - kpimtextedit-devel - akonadi-mime-devel - grantleetheme-devel - akonadi-search-devel - kmailtransport-devel - incidenceeditor-devel - calendarsupport-devel - akonadi-contacts-devel - akonadi-calendar-devel - kontactinterface-devel - kidentitymanagement-devel + kldap-devel + kimap-devel + akonadi-devel + libkleo-devel + libkdepim-devel + pimcommon-devel + kcalutils-devel + mailcommon-devel + messagelib-devel + eventviews-devel + kpimtextedit-devel + akonadi-mime-devel + grantleetheme-devel + akonadi-search-devel + kmailtransport-devel + incidenceeditor-devel + calendarsupport-devel + akonadi-contacts-devel + akonadi-calendar-devel + kontactinterface-devel + kidentitymanagement-devel desktop/kde/applications/korganizer/pspec.xml @@ -52042,6 +52865,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -52176,7 +53006,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.games Patience card game To play kpatience you need, as the name suggests, patience. For simple games, where the way the game goes depends only upon how the cards fall, your patience might be the only thing you need. - mirrors://kde/stable/release-service/26.04.1/src/kpat-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kpat-26.04.2.tar.xz cmake python3 @@ -52249,6 +53079,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -52385,7 +53222,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.A textedit with PIM-specific features. Text Edit with KDE-PIM specific features. kpimtextedit - mirrors://kde/stable/release-service/26.04.1/src/kpimtextedit-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kpimtextedit-26.04.2.tar.xz kio-devel ki18n-devel @@ -52447,7 +53284,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for kpimtextedit ktextwidgets-devel - kpimtextedit + kpimtextedit qt6-base-devel @@ -52460,6 +53297,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -52596,7 +53440,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Apple Wallet Pass reader Apple Cüzdan Geçiş okuyucusu Apple Cüzdan Geçiş okuyucusu - https://download.kde.org/stable/release-service/26.04.1/src/kpkpass-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/kpkpass-26.04.2.tar.xz karchive-devel shared-mime-info @@ -52628,7 +53472,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kpkpass-devel Development files for kpkpass - kpkpass + kpkpass /usr/include @@ -52639,6 +53483,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -52773,7 +53624,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Library for managing partitions. KPMcore, the KDE Partition Manager core, is a library for examining and modifying partitions, disk devices, and filesystems on a Linux system. It provides a unified programming interface over top of (external) system-manipulation tools. - mirrors://kde/stable/release-service/26.04.1/src/kpmcore-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kpmcore-26.04.2.tar.xz ntfs-3g udftools @@ -52860,7 +53711,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kpmcore-devel Development files for kpmcore - kpmcore + kpmcore /usr/include @@ -52872,6 +53723,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -53092,7 +53950,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications A QtQuick plugin to render beautiful and interactive charts A QtQuick plugin to render beautiful and interactive charts - mirrors://kde/stable/release-service/26.04.1/src/kqtquickcharts-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kqtquickcharts-26.04.2.tar.xz glibc-devel extra-cmake-modules @@ -53126,7 +53984,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kqtquickcharts-devel Development files for kqtquickcharts - kqtquickcharts + kqtquickcharts qt6-base-devel @@ -53138,6 +53996,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -53274,7 +54139,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Uzak masaüstü bağlantı istemcisi. krdc is a client application that allows you to view or even control the desktop session on another machine that is running a compatible server. VNC and RDP is supported. krdc, uzaktaki bir masaüstü oturumunu görüntülemenizi ve kontrol etmenizi sağlar. RDP kullanan Windows Terminal Sunucuları'na ve VNC/RFB kullanan diğer pek çok platforma bağlanabilirç - mirrors://kde/stable/release-service/26.04.1/src/krdc-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/krdc-26.04.2.tar.xz kio-devel ki18n-devel @@ -53359,7 +54224,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. krdc-devel - krdc + krdc /usr/include @@ -53369,6 +54234,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -53598,7 +54470,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Masaüstü paylaşım araçları. KDE Desktop Sharing is a manager for easily sharing a desktop session with another system. The desktop session can be viewed or controlled remotely by any VNC or RFB client krfb, masaüstünü uzaktaki bilgisayarlarla kolaylıkla paylaşmaya olanak sağlar. - mirrors://kde/stable/release-service/26.04.1/src/krfb-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/krfb-26.04.2.tar.xz ki18n-devel kcrash-devel @@ -53683,6 +54555,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -53891,7 +54770,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kruler is a screen ruler and color measurement tool. kruler, bir ekran cetveli ve renk ölçüm aracıdır. kruler - mirrors://kde/stable/release-service/26.04.1/src/kruler-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kruler-26.04.2.tar.xz cmake ki18n-devel @@ -53935,6 +54814,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -54072,7 +54958,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Library providing logic to interface scanners Library providing logic to interface scanners ksanecore - https://download.kde.org/stable/release-service/26.04.1/src/ksanecore-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/ksanecore-26.04.2.tar.xz ki18n-devel qt6-base-devel @@ -54101,7 +54987,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.ksanecore-devel Development files for ksanecore - ksanecore + ksanecore /usr/include @@ -54113,6 +54999,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -54247,7 +55140,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.games Shisen-Sho Mahjongg like tile game Shisen-Sho is a solitaire-like game played using the standard set of Mahjong tiles. Unlike Mahjong however, Shisen-Sho has only one layer of scrambled tiles. - mirrors://kde/stable/release-service/26.04.1/src/kshisen-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kshisen-26.04.2.tar.xz kio-devel ki18n-devel @@ -54301,6 +55194,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -54437,7 +55337,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Bir SMTP sunucusu yoluyla e-posta göndermek için işe dayalı kütüphane Job-based library to send email through an SMTP server Job-based library to send email through an SMTP server - https://download.kde.org/stable/release-service/26.04.1/src/ksmtp-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/ksmtp-26.04.2.tar.xz qt6-base-devel cyrus-sasl-devel @@ -54475,7 +55375,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.ksmtp-devel Development files for ksmtp - ksmtp + ksmtp /usr/include @@ -54487,6 +55387,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -54624,7 +55531,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.ksquares is a fun and exciting game that modeled after the well known pen and paper based game of Dots and Boxes. ksquares sıkıcı derslerin kurtarıcısı, eğlenceli ve heyecanlı kare yapma oyununun KDE sürümüdür. ksquares - mirrors://kde/stable/release-service/26.04.1/src/ksquares-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/ksquares-26.04.2.tar.xz kio-devel ki18n-devel @@ -54673,6 +55580,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -55002,7 +55916,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.ksudoku is a logic-based symbol placement puzzle. ksudoku mantık temelli bir sembol yerleştirme oyunudur. ksudoku - https://download.kde.org/stable/release-service/26.04.1/src/ksudoku-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/ksudoku-26.04.2.tar.xz cmake kio-devel @@ -55060,6 +55974,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -55197,7 +56118,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.ksystemlog show all logs of your system, grouped by General (Default system log, Authentication, Kernel, X.org...), and optional Services (Apache, Cups, etc, ...). ksystemlog, sistemin bütün hata kayıtlarını (genel ve opsiyonel) görüntülemmeye yarayan bir uygulamadır. ksystemlog - mirrors://kde/stable/release-service/26.04.1/src/ksystemlog-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/ksystemlog-26.04.2.tar.xz kio-devel ki18n-devel @@ -55254,6 +56175,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -55391,7 +56319,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.ktimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped. ktimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped. ktimer - mirrors://kde/stable/release-service/26.04.1/src/ktimer-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/ktimer-26.04.2.tar.xz cmake kio-devel @@ -55435,6 +56363,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -55570,7 +56505,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications API for handling TNEF data The API permits access to the actual attachments, the message properties (TNEF/MAPI), and allows one to view/extract message formatted text in Rich Text Format format. - mirrors://kde/stable/release-service/26.04.1/src/ktnef-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/ktnef-26.04.2.tar.xz kdoctools-devel kcontacts-devel @@ -55608,7 +56543,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.ktnef-devel Development files for ktnef - ktnef + ktnef qt6-base-devel @@ -55622,6 +56557,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -55758,7 +56700,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.KDE için güçlü bir BitTorrent istemcisi A powerful BitTorrent client for KDE KDE için güçlü bir BitTorrent istemcisi - https://download.kde.org/stable/release-service/26.04.1/src/ktorrent-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/ktorrent-26.04.2.tar.xz doxygen kio-devel @@ -55793,7 +56735,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.knotifications-devel plasma-workspace-devel kstatusnotifieritem-devel - libktorrent-devel + libktorrent-devel desktop/kde/applications/ktorrent/pspec.xml @@ -55854,6 +56796,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -55988,7 +56937,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.games A simple constructor game suitable for children and adults alike ktuberling a simple constructor game suitable for children and adults alike. The idea of the game is based around a once popular doll making concept. - mirrors://kde/stable/release-service/26.04.1/src/ktuberling-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/ktuberling-26.04.2.tar.xz kio-devel ki18n-devel @@ -56051,6 +57000,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -56188,7 +57144,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kturtle is an educational programming environment that aims to make learning how to program as easily as possible. To achieve this kturtle makes all programming tools available from the user interface. The programming language used is TurtleScript which allows its commands to be translated. kturtle, programlama öğrenmeyi olabildiğince kolaylaştırmak için tasarlanmış bir programlama uygulamasıdır. Bu amaçla tasarlanan arayüz tüm gerekli araçları kullanıcıya sunar. Ayrıca kullanılan programlama dili olan TurtleScript başka dillere çevrilebilen bir yapıya sahiptir. kturtle - mirrors://kde/stable/release-service/26.04.1/src/kturtle-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kturtle-26.04.2.tar.xz kio-devel kxmlgui-devel @@ -56236,6 +57192,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -56371,7 +57334,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.A wallet management tool kwalletmanager is a tool to manage the passwords on your system. By using the KDE wallet subsystem it not only allows you to keep your own secrets but also to access and manage the passwords of every application that integrates with the wallet. kwallet - mirrors://kde/stable/release-service/26.04.1/src/kwalletmanager-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kwalletmanager-26.04.2.tar.xz cmake kio-devel @@ -56446,6 +57409,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -56579,7 +57549,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications A sound editor for KDE With kwave you can record, play back, import and edit many sorts of audio files including multi channel files.kwave includes some plugins to transform audio files in several ways and presents a graphical view with a complete zoom- and scroll capability. - http://download.kde.org/stable/release-service/26.04.1/src/kwave-26.04.1.tar.xz + http://download.kde.org/stable/release-service/26.04.2/src/kwave-26.04.2.tar.xz doxygen kio-devel @@ -56652,6 +57622,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -56786,7 +57763,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.edu kwordquiz is a Flash Card Trainer kwordquiz is a tool that gives you a powerful way to master new vocabularies. It may be a language or any other kind of terminology.. - mirrors://kde/stable/release-service/26.04.1/src/kwordquiz-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/kwordquiz-26.04.2.tar.xz cmake kio-devel @@ -56859,6 +57836,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -56993,7 +57977,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications KDE PIM library providing Gravatar support KDE PIM library providing Gravatar support - mirrors://kde/stable/release-service/26.04.1/src/libgravatar-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libgravatar-26.04.2.tar.xz cmake kio-devel @@ -57055,7 +58039,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kconfig-devel kservice-devel kcoreaddons-devel - libgravatar + libgravatar qt6-base-devel @@ -57067,6 +58051,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -57203,7 +58194,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.CDDB için KDE kitaplığı (Compact Disc Database) KDE library for CDDB (Compact Disc Database). CDDB için KDE kitaplığı (Compact Disc Database). - mirrors://kde/stable/release-service/26.04.1/src/libkcddb-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libkcddb-26.04.2.tar.xz kio-devel ki18n-devel @@ -57248,6 +58239,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -57562,7 +58560,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libkdcraw is a C++ interface around LibRaw library used to decode RAW picture files. libkdcraw, RAW resim dosyalarını çözmek için kullanılan LibRaW kitaplığının C++ arayüzüdür. libkdcraw - mirrors://kde/stable/release-service/26.04.1/src/libkdcraw-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libkdcraw-26.04.2.tar.xz cmake ki18n-devel @@ -57602,7 +58600,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.ki18n-devel libraw-devel kconfig-devel - libkdcraw + libkdcraw qt6-base-devel @@ -57615,6 +58613,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -57749,7 +58754,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.games Common code and data for many KDE games Common code and data for many KDE games - mirrors://kde/stable/release-service/26.04.1/src/libkdegames-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libkdegames-26.04.2.tar.xz cmake libgcc @@ -57826,7 +58831,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Shared libraries for KDE games. kcompletion-devel - libkdegames + libkdegames /usr/include @@ -57838,6 +58843,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -57972,7 +58984,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Libraries for KDE PIM applications Libraries for KDE PIM applications - mirrors://kde/stable/release-service/26.04.1/src/libkdepim-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libkdepim-26.04.2.tar.xz cmake kio-devel @@ -58051,7 +59063,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kconfig-devel kservice-devel kcoreaddons-devel - libkdepim + libkdepim qt6-base-devel qt6-designer-devel @@ -58064,6 +59076,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -58198,7 +59217,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Common libraries for KDE Edu applications Libraries for KDE EDU applications. - mirrors://kde/stable/release-service/26.04.1/src/libkeduvocdocument-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libkeduvocdocument-26.04.2.tar.xz kio-devel ki18n-devel @@ -58232,7 +59251,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libkeduvocdocument-devel Development files for libkeduvocdocument - libkeduvocdocument + libkeduvocdocument /usr/include @@ -58244,6 +59263,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -58380,7 +59406,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Exiv2 sarmalayıcı kitaplığı libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata as EXIF/IPTC and XMP. libkexiv2, EXIF/IPTC ve XMP gibi resim meta bilgilerini düzenlemek için kullanılan Exiv2 kitaplığını sarmalayan bir kitaplıktır. - mirrors://kde/stable/release-service/26.04.1/src/libkexiv2-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libkexiv2-26.04.2.tar.xz cmake exiv2-devel @@ -58412,7 +59438,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for libkexiv2 libkexiv2 için geliştirme dosyaları - libkexiv2 + libkexiv2 /usr/include @@ -58423,6 +59449,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -58558,7 +59591,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Google API library for KDE A KDE-based library for accessing various Google services via their public API - https://download.kde.org/stable/release-service/26.04.1/src/libkgapi-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/libkgapi-26.04.2.tar.xz kio-devel qt6-linguist @@ -58613,7 +59646,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kcontacts-devel kcalendarcore-devel kwindowsystem-devel - libkgapi + libkgapi /usr/include @@ -58625,6 +59658,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -58759,7 +59799,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications KDE PIM cryptographic library KDE PIM cryptographic library - mirrors://kde/stable/release-service/26.04.1/src/libkleo-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libkleo-26.04.2.tar.xz kio-devel boost-devel @@ -58855,7 +59895,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.boost-devel gpgme-devel qgpgme-qt6-devel - libkleo + libkleo qt6-base-devel @@ -58869,6 +59909,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -59003,7 +60050,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.games Common code, backgrounds and tile sets for games using Mahjongg tiles Common code, backgrounds and tile sets for games using Mahjongg tiles. - mirrors://kde/stable/release-service/26.04.1/src/libkmahjongg-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libkmahjongg-26.04.2.tar.xz ki18n-devel gettext-devel @@ -59047,7 +60094,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libkmahjongg-devel Development files for libkmahjongg - libkmahjongg + libkmahjongg /usr/include @@ -59059,6 +60106,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -59195,7 +60249,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.KDE için SANE kitaplık arayüzü libksane is a SANE library interface for KDE. libksane, KDE için bir SANE kitaplık arayüzüdür. - mirrors://kde/stable/release-service/26.04.1/src/libksane-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libksane-26.04.2.tar.xz ki18n-devel kwallet-devel @@ -59234,7 +60288,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for libksane libksane için geliştirme dosyaları - libksane + libksane ksanecore-devel @@ -59247,6 +60301,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -59381,7 +60442,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications KDE PIM library for managing sieves. KDE PIM library for managing sieves. - mirrors://kde/stable/release-service/26.04.1/src/libksieve-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/libksieve-26.04.2.tar.xz kio-devel solid-devel @@ -59402,17 +60463,17 @@ It supports email, address books, calendars, tasks, news feeds and much more.kcalendarcore-devel kunitconversion-devel syntax-highlighting-devel - kimap-devel - kmime-devel - akonadi-devel + kimap-devel + kmime-devel + akonadi-devel qt6-base-devel - pimcommon-devel - libkdepim-devel - akonadi-mime-devel + pimcommon-devel + libkdepim-devel + akonadi-mime-devel qt6-webengine-devel - kmailtransport-devel - akonadi-contacts-devel - kidentitymanagement-devel + kmailtransport-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/libksieve/pspec.xml @@ -59462,7 +60523,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libksieve-devel Development files for libksieve. - libksieve + libksieve /usr/include @@ -59473,6 +60534,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -59609,7 +60677,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Bir BitTorrent protokol uygulaması ktorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol. ktorrent, KDE'nin BitTorrent protokolünü kullanarak dosya indirmenize izin veren bir BitTorrent uygulamasıdır. - https://download.kde.org/stable/release-service/26.04.1/src/libktorrent-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/libktorrent-26.04.2.tar.xz doxygen gmp-devel @@ -59658,7 +60726,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libktorrent için geliştirme dosyaları qt6-5compat-devel - libktorrent + libktorrent /usr/include @@ -59669,6 +60737,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -60378,7 +61453,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Uygulama yerelleştirme yardımcısı. lokalize is also a general computer-aided translation system (CAT) with which you can translate OpenDocument files (*.odt). lokalize, uygulamalar için kolaylıkla yerelleştirme yapabileceğiniz bir programdır. - mirrors://kde/stable/release-service/26.04.1/src/lokalize-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/lokalize-26.04.2.tar.xz kio-devel pkgconfig @@ -60439,6 +61514,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -60574,7 +61656,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications KDE PIM library providing support for mail applications KDE PIM library providing support for mail applications - mirrors://kde/stable/release-service/26.04.1/src/mailcommon-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/mailcommon-26.04.2.tar.xz kio-devel boost-devel @@ -60600,27 +61682,27 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt6-webengine-devel qt6-multimedia-devel kunitconversion-devel - kmbox-devel - kmime-devel - kimap-devel - kldap-devel + kmbox-devel + kmime-devel + kimap-devel + kldap-devel gpgme-devel - akonadi-devel - libkleo-devel - pimcommon-devel - libkdepim-devel + akonadi-devel + libkleo-devel + pimcommon-devel + libkdepim-devel openldap-client qgpgme-qt6-devel - messagelib-devel + messagelib-devel cyrus-sasl-devel - libgravatar-devel - mailimporter-devel - kpimtextedit-devel - akonadi-mime-devel - grantleetheme-devel - kmailtransport-devel - akonadi-contacts-devel - kidentitymanagement-devel + libgravatar-devel + mailimporter-devel + kpimtextedit-devel + akonadi-mime-devel + grantleetheme-devel + kmailtransport-devel + akonadi-contacts-devel + kidentitymanagement-devel syntax-highlighting-devel desktop/kde/applications/mailcommon/pspec.xml @@ -60679,7 +61761,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for mailcommon qt6-webengine-devel - mailcommon + mailcommon /usr/include @@ -60691,6 +61773,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -60826,7 +61915,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Mail importer library Mail importer library - mirrors://kde/stable/release-service/26.04.1/src/mailimporter-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/mailimporter-26.04.2.tar.xz cmake kio-devel @@ -60845,18 +61934,18 @@ It supports email, address books, calendars, tasks, news feeds and much more.extra-cmake-modules kcalendarcore-devel kunitconversion-devel - kmime-devel - kldap-devel - kimap-devel - akonadi-devel - pimcommon-devel + kmime-devel + kldap-devel + kimap-devel + akonadi-devel + pimcommon-devel openldap-client - libkdepim-devel + libkdepim-devel cyrus-sasl-devel - kpimtextedit-devel - akonadi-mime-devel - akonadi-search-devel - akonadi-contacts-devel + kpimtextedit-devel + akonadi-mime-devel + akonadi-search-devel + akonadi-contacts-devel desktop/kde/applications/mailimporter/pspec.xml @@ -60890,7 +61979,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for mailimporter karchive-devel - mailimporter + mailimporter /usr/include @@ -60902,6 +61991,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -61039,7 +62135,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.marble is a virtual globe and world atlas that you can use to learn more about the Earth. marble, sanal küre ve Dünya atlası uygulamasıdır. marble - mirrors://kde/stable/release-service/26.04.1/src/marble-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/marble-26.04.2.tar.xz kio-devel ki18n-devel @@ -61118,7 +62214,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for marble marble için geliştirme dosyaları - marble + marble /usr/include @@ -61128,6 +62224,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -61263,7 +62366,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications KDE PIM library providing support for mail applications KDE PIM library providing support for mail applications - mirrors://kde/stable/release-service/26.04.1/src/messagelib-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/messagelib-26.04.2.tar.xz boost-devel solid-devel @@ -61280,47 +62383,47 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt6-declarative-devel syntax-highlighting-devel kio-devel - kmbox-devel - kmime-devel - kimap-devel - kldap-devel + kmbox-devel + kmime-devel + kimap-devel + kldap-devel gpgme-devel ki18n-devel sonnet-devel - akonadi-devel - libkleo-devel + akonadi-devel + libkleo-devel kcodecs-devel kconfig-devel kxmlgui-devel karchive-devel kservice-devel kcontacts-devel - pimcommon-devel - libkdepim-devel + pimcommon-devel + libkdepim-devel openldap-client knewstuff-devel qgpgme-qt6-devel cyrus-sasl-devel kitemviews-devel - libgravatar-devel + libgravatar-devel kcompletion-devel kdbusaddons-devel kiconthemes-devel kjobwidgets-devel - mailimporter-devel - kpimtextedit-devel - akonadi-mime-devel + mailimporter-devel + kpimtextedit-devel + akonadi-mime-devel ktextwidgets-devel kcalendarcore-devel - grantleetheme-devel + grantleetheme-devel kwindowsystem-devel syntax-highlighting - kmailtransport-devel - akonadi-search-devel + kmailtransport-devel + akonadi-search-devel kconfigwidgets-devel kwidgetsaddons-devel - akonadi-contacts-devel - kidentitymanagement-devel + akonadi-contacts-devel + kidentitymanagement-devel desktop/kde/applications/messagelib/pspec.xml @@ -61389,7 +62492,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.messagelib-devel Development files for messagelib - messagelib + messagelib /usr/include @@ -61401,6 +62504,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -61538,7 +62648,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Parser for MIME trees Parser for MIME trees mimetreeparser - https://download.kde.org/stable/release-service/26.04.1/src/mimetreeparser-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/mimetreeparser-26.04.2.tar.xz gpgme-devel kio-devel @@ -61595,7 +62705,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for mimetreeparser kmbox-devel - mimetreeparser + mimetreeparser /usr/include @@ -61607,6 +62717,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -61741,7 +62858,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications A KDE Software for Music Education Music education Free Software, thoughtfully designed to push your musical skills to the next level. Enhance your ability to recognize intervals, chords, rhythm, and scales while enjoying all the power of Free Software. - https://download.kde.org/stable/release-service/26.04.1/src/minuet-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/minuet-26.04.2.tar.xz kio-devel ki18n-devel @@ -61800,7 +62917,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.minuet-devel Development files for minuet - minuet + minuet qt6-base-devel @@ -61813,6 +62930,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -62138,7 +63262,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.okular is a document viewer. okular bir belge göstericidir. okular - mirrors://kde/stable/release-service/26.04.1/src/okular-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/okular-26.04.2.tar.xz kio-devel tiff-devel @@ -62256,7 +63380,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for okular okular için geliştirme dosyaları - okular + okular /usr/include @@ -62267,6 +63391,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -62404,7 +63535,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.parley is a program to help you memorize things. parley supports many language specific features but can be used for other learning tasks just as well. It uses the spaced repetition learning method, also known as flash cards. Creating new vocabulary collections with parley is easy, but of course it is even better if you can use some of our premade files. Have a look at the KDE-Files.org page or use the "Download New Collections" feature directly in parley. parley ile yeni öğrendiğiniz şeyleri belli zaman aralıklarıyla tekrar ederek uzun zamanlı hafızanızda yer etmelerini sağlayabilirsiniz. parley, flaş kart denilen tekniği kullanır. Dil öğrenimi için özelleşmiş yetenekleri olmasına karşın diğer konularda da kullanıma uygundur. Kartları hazırlamak epey kolay olmakla beraber kde-files.org adresinden ulaşabileceğiniz hazır kart setlerini de kullanabilirsiniz. parley - mirrors://kde/stable/release-service/26.04.1/src/parley-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/parley-26.04.2.tar.xz kio-devel ki18n-devel @@ -62479,6 +63610,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -62615,7 +63753,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.KDE Disk Bölümü Yöneticisi It allows you to easily create, copy, move, delete, resize without losing data, backup and restore partitions.. KDE Disk Bölümü Yöneticisi, disklerinizi, bölümlerinizi ve dosya sistemlerinizi yönetmenize izin verir. Birçok dosya sistemini (ext2/3/4, reiserfs, NTFS, FAT32 ve daha fazlası) desteklemenin yanı sıra, yeni bölüm oluşturabilir ya da var olan bir bölüm üzerinde boyutlandırma, kopyalama, taşıma, yedekleme ve geri yükleme işlemlerini yapabilir. - mirrors://kde/stable/release-service/26.04.1/src/partitionmanager-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/partitionmanager-26.04.2.tar.xz kio-devel ki18n-devel @@ -62676,6 +63814,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -62812,7 +63957,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Resim çizme bulmacası picmi is a single player logic-based puzzle game. The goal is to color cells according to numbers given at the side of the board in order to uncover a hidden pattern or picture. picmi, tablonun kenarında verilen sayılar kadar tabla üzerinde nokta koyarak bir resim tamamlama bulmacasıdır. - https://download.kde.org/stable/release-service/26.04.1/src/picmi-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/picmi-26.04.2.tar.xz kio-devel ki18n-devel @@ -62859,6 +64004,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -62992,7 +64144,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Import and export KDE PIM settings Import and export KDE PIM settings - https://download.kde.org/stable/release-service/26.04.1/src/pim-data-exporter-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/pim-data-exporter-26.04.2.tar.xz kio-devel boost-devel @@ -63018,24 +64170,24 @@ It supports email, address books, calendars, tasks, news feeds and much more.knotifications-devel kunitconversion-devel kstatusnotifieritem-devel - kalarm - kmime-devel - kimap-devel + kalarm + kmime-devel + kimap-devel gpgme-devel - akonadi-devel - libkleo-devel - pimcommon-devel - libkdepim-devel + akonadi-devel + libkleo-devel + pimcommon-devel + libkdepim-devel qgpgme-qt6-devel - mailcommon-devel - messagelib-devel - akonadi-mime-devel - kpimtextedit-devel - kmailtransport-devel - calendarsupport-devel - akonadi-contacts-devel - akonadi-calendar-devel - kidentitymanagement-devel + mailcommon-devel + messagelib-devel + akonadi-mime-devel + kpimtextedit-devel + kmailtransport-devel + calendarsupport-devel + akonadi-contacts-devel + akonadi-calendar-devel + kidentitymanagement-devel desktop/kde/applications/pim-data-exporter/pspec.xml @@ -63082,6 +64234,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -63215,7 +64374,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Mail sieve editor Mail sieve editor - https://download.kde.org/stable/release-service/26.04.1/src/pim-sieve-editor-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/pim-sieve-editor-26.04.2.tar.xz kio-devel kcrash-devel @@ -63278,6 +64437,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -63412,7 +64578,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Common libraries for KDE PIM Common libraries for KDE PIM - mirrors://kde/stable/release-service/26.04.1/src/pimcommon-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/pimcommon-26.04.2.tar.xz kio-devel boost-devel @@ -63436,22 +64602,22 @@ It supports email, address books, calendars, tasks, news feeds and much more.kcalendarcore-devel extra-cmake-modules kunitconversion-devel - kmbox-devel - kmime-devel - kldap-devel - kimap-devel + kmbox-devel + kmime-devel + kldap-devel + kimap-devel qt6-sql-odbc qt6-sql-mysql - akonadi-devel + akonadi-devel qt6-base-devel qt6-sql-sqlite - libkdepim-devel + libkdepim-devel qt6-sql-postgresql - akonadi-mime-devel - kpimtextedit-devel + akonadi-mime-devel + kpimtextedit-devel qt6-webengine-devel - akonadi-search-devel - akonadi-contacts-devel + akonadi-search-devel + akonadi-contacts-devel desktop/kde/applications/pimcommon/pspec.xml @@ -63526,7 +64692,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. boost-devel ktextaddons-devel - pimcommon + pimcommon qt6-base-devel @@ -63540,6 +64706,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -63676,7 +64849,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.DocBook XML dosyalarını çevirme araçları. This is a collection of tools that facilitate translating DocBook XML files using Gettext message files (PO files). poxml, DocBook XML dosyalarını (.po) Gettext yarımıyla çevirmeyi sağlayan bir programdır. - https://download.kde.org/stable/release-service/26.04.1/src/poxml-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/poxml-26.04.2.tar.xz docbook-xsl gettext-devel @@ -63707,6 +64880,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -63841,7 +65021,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.edu rocs5 Graph Theory rocs5 aims to be a Graph Theory IDE for helping professors to show the results of a graph algorithm and also helping students to do the algorithms. rocs5 has a scripting module, done in Qt Script, that interacts with the drawn graph and every change in the graph with the script is reflected on the drawn one.. - mirrors://kde/stable/release-service/26.04.1/src/rocs-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/rocs-26.04.2.tar.xz boost-devel ki18n-devel @@ -63903,7 +65083,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.rocs-devel Development files for rocs - rocs + rocs /usr/include @@ -63914,6 +65094,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -64048,7 +65235,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde6.network kwallet signon extension kwallet signon extension - mirrors://kde/stable/release-service/26.04.1/src/signon-kwallet-extension-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/signon-kwallet-extension-26.04.2.tar.xz kwallet-devel signond-devel @@ -64075,6 +65262,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -64209,7 +65403,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.edu Interactive Physical Simulator step is an interactive physical simulator. It allows you to explore the physical world through simulations. - mirrors://kde/stable/release-service/26.04.1/src/step-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/step-26.04.2.tar.xz eigen3 pkgconfig @@ -64273,6 +65467,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -64409,7 +65610,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.UML modelleme aracı ve kod üreticisi. umbrello UML Modeller is a Unified Modelling Language diagram editor for KDE. umbrello UML (Unified Modellin Language) modelleme ve diyagram editörüdür. - mirrors://kde/stable/release-service/26.04.1/src/umbrello-26.04.1.tar.xz + mirrors://kde/stable/release-service/26.04.2/src/umbrello-26.04.2.tar.xz llvm llvm-mlir @@ -64473,6 +65674,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-07 26.04.1 @@ -76408,9 +77616,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.mirrors://kde/stable/frameworks/6.26/kxmlgui-6.26.0.tar.xz python3-devel - python3-build - pyside6-devel - python3-shiboken6-devel kauth-devel ki18n-devel attica-devel @@ -76438,8 +77643,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.kxmlgui python3 - pyside6 - shiboken6 ki18n attica kconfig @@ -76470,7 +77673,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kxmlgui-devel Development files for kxmlgui - kxmlgui + kxmlgui kconfig-devel qt6-base-devel kguiaddons-devel @@ -76486,7 +77689,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. - + 2026-05-08 6.26.0 Version bump. @@ -79584,242 +80787,229 @@ It supports email, address books, calendars, tasks, news feeds and much more. - kscreen - https://www.kde.org + kpipewire + https://kde.org/plasma-desktop/ - Pisi Linux Admins + PisiLinux Community admins@pisilinux.org - LGPLv2 + LGPLv3 library - app:console desktop.kde.plasma - Provides the interface and basic tools for the KDE workspace - Provides the interface and basic tools for the KDE workspace - mirrors://kde/stable/plasma/6.6.5/kscreen-6.6.5.tar.xz + Components relating to pipewire use in Plasma + Components relating to pipewire use in Plasma + Components relating to pipewire use in Plasma + Components relating to pipewire use in Plasma + kpipewire + https://download.kde.org/stable/plasma/6.6.5/kpipewire-6.6.5.tar.xz - ksvg-devel + mesa-devel + libva-devel ki18n-devel - libXi-devel - kconfig-devel - wayland-devel - kxmlgui-devel - wayland-cursor - wayland-server - kcmutils-devel - kirigami-devel - kdoctools-devel - kdbusaddons-devel - kiconthemes-devel - kglobalaccel-devel - kdeclarative-devel + ffmpeg-devel + libdrm-devel + libepoxy-devel + pipewire-devel + qt6-base-devel + kcoreaddons-devel + qt6-wayland-devel extra-cmake-modules - kwindowsystem-devel - kconfigwidgets-devel - kwidgetsaddons-devel - wayland-protocols-devel - mesa-devel - qt6-base-devel - libplasma-devel - libkscreen-devel - qt6-sensors-devel - qt6-wayland-devel - layer-shell-qt-devel - qt6-declarative-devel + qt6-declarative-devel + plasma-wayland-protocols + kwayland-devel - desktop/kde/plasma/kscreen/pspec.xml + desktop/kde/plasma/kpipewire/pspec.xml - kscreen + kpipewire - ksvg + mesa + libva ki18n - libXi - libgcc - libX11 - libxcb - kconfig - kxmlgui - kcmutils - kirigami - libplasma - libkscreen + ffmpeg + libdrm + libepoxy + pipewire + qt6-base kcoreaddons - kdbusaddons - kglobalaccel - kdeclarative - kwindowsystem - kconfigwidgets - kwidgetsaddons - layer-shell-qt - qt6-base - qt6-sensors - qt6-wayland - qt6-declarative + qt6-declarative - /usr/share - /etc/xdg - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 /usr/lib + /usr/share + /usr/share/locale /usr/share/doc - kscreen-kf6 + kpipewire-kf6 + + + + kpipewire-devel + Development files for kpipewire + + pipewire-devel + libepoxy-devel + kpipewire + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + kpipewire-kf6-devel - + 2026-05-14 6.6.5 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-04-07 6.6.4 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-03-17 6.6.3 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-03-03 6.6.2 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-02-24 6.6.1 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-02-18 6.6.0 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-01-13 6.5.5 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-12-09 6.5.4 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-11-18 6.5.3 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-11-04 6.5.2 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-10-28 6.5.1 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-10-21 6.5.0 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-09-09 6.4.5 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-08-05 6.4.4 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-07-15 6.4.3 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-07-02 6.4.2 Version bump. Kamil Atlı suvari@pisilinux.org - + 2025-06-17 6.4.0 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-05-08 6.3.5 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-04-02 6.3.4 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-02-26 6.3.2 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-02-19 6.3.1 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-01-01 6.2.5 First release @@ -79830,222 +81020,239 @@ It supports email, address books, calendars, tasks, news feeds and much more. - plasma-browser-integration - https://kde.org/plasma-desktop + plasma-activities + https://www.kde.org - Safa Arıman - safaariman@pisilinux.org + Pisi Linux Admins + admins@pisilinux.org - GPLv3 - app + LGPLv2 + library + app:console desktop.kde.plasma - Plasma browser integration - Components necessary to integrate browsers into the Plasma Desktop. - https://download.kde.org/stable/plasma/6.6.5/plasma-browser-integration-6.6.5.tar.xz + Library for KDE's Plasma Activities support + plasma-activities provides an API for using and interacting with the Plasma Activities Manager. + mirrors://kde/stable/plasma/6.6.5/plasma-activities-6.6.5.tar.xz - cmake - kio-devel - ki18n-devel - kcrash-devel - kconfig-devel - krunner-devel - purpose-devel - kservice-devel - qt6-base-devel - kcoreaddons-devel - kdbusaddons-devel - kitemmodels-devel - kjobwidgets-devel - extra-cmake-modules - kfilemetadata-devel - knotifications-devel - qt6-declarative-devel - plasma-activities-devel - kstatusnotifieritem-devel - plasma-workspace-devel + boost-devel + kio-devel + mesa-devel + ki18n-devel + solid-devel + kauth-devel + qt6-sql-odbc + kconfig-devel + kcodecs-devel + kxmlgui-devel + qt6-sql-mysql + qt6-base-devel + kpackage-devel + kservice-devel + kcmutils-devel + qt6-sql-sqlite + kbookmarks-devel + kitemviews-devel + kdbusaddons-devel + kcoreaddons-devel + kcompletion-devel + kjobwidgets-devel + kdeclarative-devel + kglobalaccel-devel + qt6-sql-postgresql + kwindowsystem-devel + extra-cmake-modules + kwidgetsaddons-devel + kconfigwidgets-devel + qt6-declarative-devel - desktop/kde/plasma/plasma-browser-integration/pspec.xml + desktop/kde/plasma/plasma-activities/pspec.xml - plasma-browser-integration + plasma-activities - kio - ki18n - kcrash - kconfig - krunner - purpose - kservice - qt6-base - kjobwidgets - kcoreaddons - kdbusaddons - kfilemetadata - knotifications - plasma-workspace - plasma-activities - kstatusnotifieritem + kconfig + qt6-base + kcoreaddons + qt6-declarative - /usr/bin - /usr/lib - /usr/share/locale + /etc/xdg /usr/share - /etc + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc - plasma-browser-integration-kf6 + plasma-activities-kf6 + + + + plasma-activities-devel + Development files for plasma-activities + + qt6-base-devel + plasma-activities + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + plasma-activities-kf6-devel - + 2026-05-14 6.6.5 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-04-07 6.6.4 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-03-17 6.6.3 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-03-03 6.6.2 - Version bump + Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-02-24 6.6.1 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-02-18 6.6.0 Version bump. Pisi Linux Community admin@pisilinux.org - + 2026-01-13 6.5.5 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-12-09 6.5.4 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-11-18 6.5.3 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-11-04 6.5.2 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-10-28 6.5.1 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-10-21 6.5.0 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-09-09 6.4.5 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-08-05 6.4.4 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-07-15 6.4.3 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-07-02 6.4.2 Version bump. Kamil Atlı suvari@pisilinux.org - + 2025-06-17 6.4.0 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-05-08 6.3.5 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-04-02 6.3.4 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-02-26 6.3.2 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-02-19 6.3.1 Version bump. Pisi Linux Community admin@pisilinux.org - + 2025-01-01 6.2.5 First release @@ -84360,239 +85567,6 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - - kpipewire - https://kde.org/plasma-desktop/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - library - desktop.kde.plasma - Components relating to pipewire use in Plasma - Components relating to pipewire use in Plasma - Components relating to pipewire use in Plasma - Components relating to pipewire use in Plasma - kpipewire - https://download.kde.org/stable/plasma/6.6.5/kpipewire-6.6.5.tar.xz - - mesa-devel - libva-devel - ki18n-devel - ffmpeg-devel - libdrm-devel - libepoxy-devel - pipewire-devel - qt6-base-devel - kcoreaddons-devel - qt6-wayland-devel - extra-cmake-modules - qt6-declarative-devel - plasma-wayland-protocols - kwayland-devel - - desktop/kde/plasma/kpipewire/pspec.xml - - - kpipewire - - mesa - libva - ki18n - ffmpeg - libdrm - libepoxy - pipewire - qt6-base - kcoreaddons - qt6-declarative - - - /usr/lib - /usr/share - /usr/share/locale - /usr/share/doc - - - kpipewire-kf6 - - - - kpipewire-devel - Development files for kpipewire - - pipewire-devel - libepoxy-devel - kpipewire - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - kpipewire-kf6-devel - - - - - 2026-05-14 - 6.6.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-04-07 - 6.6.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-03-17 - 6.6.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-03-03 - 6.6.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-02-24 - 6.6.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-02-18 - 6.6.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-01-13 - 6.5.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-12-09 - 6.5.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-11-18 - 6.5.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-11-04 - 6.5.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-10-28 - 6.5.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-10-21 - 6.5.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-09-09 - 6.4.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-08-05 - 6.4.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-07-15 - 6.4.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-07-02 - 6.4.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2025-06-17 - 6.4.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-05-08 - 6.3.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-04-02 - 6.3.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-02-26 - 6.3.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-02-19 - 6.3.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-01-01 - 6.2.5 - First release - Pisi Linux Community - admin@pisilinux.org - - - krdp @@ -84709,6 +85683,252 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + + kscreen + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + Provides the interface and basic tools for the KDE workspace + Provides the interface and basic tools for the KDE workspace + mirrors://kde/stable/plasma/6.6.5/kscreen-6.6.5.tar.xz + + ksvg-devel + ki18n-devel + libXi-devel + kconfig-devel + wayland-devel + kxmlgui-devel + wayland-cursor + wayland-server + kcmutils-devel + kirigami-devel + kdoctools-devel + kdbusaddons-devel + kiconthemes-devel + kglobalaccel-devel + kdeclarative-devel + extra-cmake-modules + kwindowsystem-devel + kconfigwidgets-devel + kwidgetsaddons-devel + wayland-protocols-devel + mesa-devel + qt6-base-devel + libplasma-devel + libkscreen-devel + qt6-sensors-devel + qt6-wayland-devel + layer-shell-qt-devel + qt6-declarative-devel + + desktop/kde/plasma/kscreen/pspec.xml + + + kscreen + + ksvg + ki18n + libXi + libgcc + libX11 + libxcb + kconfig + kxmlgui + kcmutils + kirigami + libplasma + libkscreen + kcoreaddons + kdbusaddons + kglobalaccel + kdeclarative + kwindowsystem + kconfigwidgets + kwidgetsaddons + layer-shell-qt + qt6-base + qt6-sensors + qt6-wayland + qt6-declarative + + + /usr/share + /etc/xdg + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + kscreen-kf6 + + + + + 2026-05-14 + 6.6.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-04-07 + 6.6.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-03-17 + 6.6.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-03-03 + 6.6.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-02-24 + 6.6.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-02-18 + 6.6.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-01-13 + 6.5.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-12-09 + 6.5.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-11-18 + 6.5.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-11-04 + 6.5.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-10-28 + 6.5.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-10-21 + 6.5.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-09-09 + 6.4.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-08-05 + 6.4.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-07-15 + 6.4.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-07-02 + 6.4.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2025-06-17 + 6.4.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-05-08 + 6.3.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-04-02 + 6.3.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-02-26 + 6.3.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-02-19 + 6.3.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-01-01 + 6.2.5 + First release + Pisi Linux Community + admin@pisilinux.org + + + kscreenlocker @@ -88748,249 +89968,6 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - - plasma-activities - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - Library for KDE's Plasma Activities support - plasma-activities provides an API for using and interacting with the Plasma Activities Manager. - mirrors://kde/stable/plasma/6.6.5/plasma-activities-6.6.5.tar.xz - - boost-devel - kio-devel - mesa-devel - ki18n-devel - solid-devel - kauth-devel - qt6-sql-odbc - kconfig-devel - kcodecs-devel - kxmlgui-devel - qt6-sql-mysql - qt6-base-devel - kpackage-devel - kservice-devel - kcmutils-devel - qt6-sql-sqlite - kbookmarks-devel - kitemviews-devel - kdbusaddons-devel - kcoreaddons-devel - kcompletion-devel - kjobwidgets-devel - kdeclarative-devel - kglobalaccel-devel - qt6-sql-postgresql - kwindowsystem-devel - extra-cmake-modules - kwidgetsaddons-devel - kconfigwidgets-devel - qt6-declarative-devel - - desktop/kde/plasma/plasma-activities/pspec.xml - - - plasma-activities - - kconfig - qt6-base - kcoreaddons - qt6-declarative - - - /etc/xdg - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - plasma-activities-kf6 - - - - plasma-activities-devel - Development files for plasma-activities - - qt6-base-devel - plasma-activities - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - plasma-activities-kf6-devel - - - - - 2026-05-14 - 6.6.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-04-07 - 6.6.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-03-17 - 6.6.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-03-03 - 6.6.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-02-24 - 6.6.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-02-18 - 6.6.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-01-13 - 6.5.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-12-09 - 6.5.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-11-18 - 6.5.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-11-04 - 6.5.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-10-28 - 6.5.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-10-21 - 6.5.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-09-09 - 6.4.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-08-05 - 6.4.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-07-15 - 6.4.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-07-02 - 6.4.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2025-06-17 - 6.4.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-05-08 - 6.3.5 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-04-02 - 6.3.4 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-02-26 - 6.3.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-02-19 - 6.3.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-01-01 - 6.2.5 - First release - Pisi Linux Community - admin@pisilinux.org - - - plasma-activities-stats @@ -89215,6 +90192,232 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + + plasma-browser-integration + https://kde.org/plasma-desktop + + Safa Arıman + safaariman@pisilinux.org + + GPLv3 + app + desktop.kde.plasma + Plasma browser integration + Components necessary to integrate browsers into the Plasma Desktop. + https://download.kde.org/stable/plasma/6.6.5/plasma-browser-integration-6.6.5.tar.xz + + cmake + kio-devel + ki18n-devel + kcrash-devel + kconfig-devel + krunner-devel + purpose-devel + kservice-devel + qt6-base-devel + kcoreaddons-devel + kdbusaddons-devel + kitemmodels-devel + kjobwidgets-devel + extra-cmake-modules + kfilemetadata-devel + knotifications-devel + qt6-declarative-devel + plasma-activities-devel + kstatusnotifieritem-devel + plasma-workspace-devel + + desktop/kde/plasma/plasma-browser-integration/pspec.xml + + + plasma-browser-integration + + kio + ki18n + kcrash + kconfig + krunner + purpose + kservice + qt6-base + kjobwidgets + kcoreaddons + kdbusaddons + kfilemetadata + knotifications + plasma-workspace + plasma-activities + kstatusnotifieritem + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share + /etc + + + plasma-browser-integration-kf6 + + + + + 2026-05-14 + 6.6.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-04-07 + 6.6.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-03-17 + 6.6.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-03-03 + 6.6.2 + Version bump + Pisi Linux Community + admin@pisilinux.org + + + 2026-02-24 + 6.6.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-02-18 + 6.6.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-01-13 + 6.5.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-12-09 + 6.5.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-11-18 + 6.5.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-11-04 + 6.5.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-10-28 + 6.5.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-10-21 + 6.5.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-09-09 + 6.4.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-08-05 + 6.4.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-07-15 + 6.4.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-07-02 + 6.4.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2025-06-17 + 6.4.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-05-08 + 6.3.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-04-02 + 6.3.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-02-26 + 6.3.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-02-19 + 6.3.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-01-01 + 6.2.5 + First release + Pisi Linux Community + admin@pisilinux.org + + + plasma-desktop @@ -160194,7 +161397,7 @@ talking to the kernel. Krita ücretsiz bir dijital resim uygulamasıdır. Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end. Krita, ücretsiz ve açık kaynaklı bir dijital resim uygulamasıdır. Baştan sona profesyonel işler yaratmak isteyen sanatçılar içindir. - https://download.kde.org/stable/krita/6.0.1/krita-6.0.1.1.tar.xz + https://download.kde.org/stable/krita/6.0.2.1/krita-6.0.2.1.tar.xz zug immer @@ -160336,6 +161539,13 @@ talking to the kernel. + + 2026-06-04 + 6.0.2.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-04-24 6.0.1.1 @@ -166627,18 +167837,36 @@ talking to the kernel. hardware.disk exFAT filesystem userspace utilities. As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system. - https://github.com/exfatprogs/exfatprogs/releases/download/1.3.2/exfatprogs-1.3.2.tar.xz + https://github.com/exfatprogs/exfatprogs/releases/download/1.4.1/exfatprogs-1.4.1.tar.xz + + libutil-linux-devel + hardware/disk/exfatprogs/pspec.xml exfatprogs + + libutil-linux + /usr/bin + /usr/lib/exfat-uctbl2bin.sh + /usr/share/man/man1 /usr/share/man/man8 /usr/share/doc/exfatprogs/NEWS + /usr/share/doc/exfatprogs/upcase-mandatory.txt + /usr/share/doc/exfatprogs/upcase-null.txt + /usr/share/doc/exfatprogs/upcase-recommended.txt + + 2026-06-01 + 1.4.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-03-11 1.3.2 @@ -175287,7 +176515,7 @@ talking to the kernel. libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems. libmtp, PlayForSure olarak da anılan, Microsoft'un medya aktarım protokolünü desteklemek için yazılmış bir programlama kütüphanesidir. Uygulamalar, libmtp kütüphanesini kullanarak, PlayForSure destekli MP3 çalar veya dijital kameralardaki içerik üzerinde taşıma, aktarma, isimlendirme vb.. işlemleri kolayca yapabilirler. libmtp es una implementación del protocolo de transferencia de Microsoft's Media (MTP) en forma de una librería para uso en sistemas operativos POSIX compliant. - mirrors://sourceforge/project/libmtp/libmtp/1.1.20/libmtp-1.1.20.tar.gz + mirrors://sourceforge/project/libmtp/libmtp/1.1.23/libmtp-1.1.23.tar.gz doxygen libusb-devel @@ -175314,7 +176542,7 @@ talking to the kernel. Development files for libmtp libmtp için geliştirme dosyaları - libmtp + libmtp libusb-devel @@ -175323,6 +176551,13 @@ talking to the kernel. + + 2026-06-05 + 1.1.23 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2022-07-04 1.1.20 @@ -177102,7 +178337,7 @@ talking to the kernel. KDE için CD/DVD yazma uygulaması K3b provides a comfortable user interface to perform most CD/DVD burning tasks. While the experienced user can take influence in all steps of the burning process the beginner may find comfort in the automatic settings and the reasonable k3b defaults which allow a quick start. K3b her türlü CD/DVD yazma işlevini rahat bir kullanıcı arayüzüyle sunar. Tecrübeli kullanıcılar yazma işleminin her adımına müdahale edebilirken, yeni başlayanlar ise k3b'nin sağladığı öntanımlı ayarlar sayesinde hızlı bir başlangıç yapabilirler. - https://download.kde.org/stable/release-service/26.04.1/src/k3b-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/k3b-26.04.2.tar.xz extra-cmake-modules karchive-devel @@ -177209,6 +178444,13 @@ talking to the kernel. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-08 26.04.1 @@ -232804,7 +234046,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol wayland-cursor pulseaudio-libs libcdio-paranoia - python3-setuptools python3-youtube_dl jack-audio-connection-kit libsdl2 @@ -232827,7 +234068,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol mpv-player-devel - mpv-player + mpv-player /usr/lib/pkgconfig @@ -232835,8 +234076,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - 2025-12-22 + + 2026-06-05 0.41.0 Version bump. Pisi Linux Community @@ -240307,7 +241548,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol NetworkManager attempts to keep an active network connection available at all times. NetworkManager, etkin bir bağlantı kurmak ve onu sürekli ayakta tutmak üzere tasarlanmış, D-Bus ve UDEV teknolojilerini kullanan bir ağ yönetim altyapısıdır. NetworkManager - https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/releases/1.54.3/downloads/NetworkManager-1.54.3.tar.xz + https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/releases/1.56.1/downloads/NetworkManager-1.56.1.tar.xz meson audit-devel @@ -240426,7 +241667,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol glib2-devel dbus-glib-devel - NetworkManager + NetworkManager /usr/include @@ -240437,13 +241678,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol NetworkManager-docs Development files for NetworkManager - NetworkManager + NetworkManager /usr/share/gtk-doc + + 2026-05-21 + 1.56.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-12-14 1.54.3 @@ -254365,7 +255613,7 @@ complete albums that you have purchased from Amazon. Mozilla Firefox – otwarta przeglądarka internetowa oparta na silniku Gecko, stworzona i rozwijana przez Korporację Mozilla oraz ochotników. Navegue por la web de forma rápida y segura. Navegador web de código abierto que se puede personalizar con características adicionales. firefox - https://ftp.mozilla.org/pub/firefox/releases/151.0/source/firefox-151.0.source.tar.xz + https://ftp.mozilla.org/pub/firefox/releases/151.0.3/source/firefox-151.0.3.source.tar.xz mozconfig-inst mozconfig-opt @@ -254500,7 +255748,7 @@ complete albums that you have purchased from Amazon. system.locale lang-az - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-az@firefox.mozilla.org.xpi @@ -254514,7 +255762,7 @@ complete albums that you have purchased from Amazon. system.locale lang-bs - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-bs@firefox.mozilla.org.xpi @@ -254528,7 +255776,7 @@ complete albums that you have purchased from Amazon. system.locale lang-ca - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ca@firefox.mozilla.org.xpi @@ -254542,7 +255790,7 @@ complete albums that you have purchased from Amazon. system.locale lang-da - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-da@firefox.mozilla.org.xpi @@ -254556,7 +255804,7 @@ complete albums that you have purchased from Amazon. system.locale lang-de - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-de@firefox.mozilla.org.xpi @@ -254570,7 +255818,7 @@ complete albums that you have purchased from Amazon. system.locale lang-el - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-el@firefox.mozilla.org.xpi @@ -254584,7 +255832,7 @@ complete albums that you have purchased from Amazon. system.locale lang-en-US - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi @@ -254598,7 +255846,7 @@ complete albums that you have purchased from Amazon. system.locale lang-en-GB - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi @@ -254612,7 +255860,7 @@ complete albums that you have purchased from Amazon. system.locale lang-es-AR - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi @@ -254626,7 +255874,7 @@ complete albums that you have purchased from Amazon. system.locale lang-es-CL - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi @@ -254640,7 +255888,7 @@ complete albums that you have purchased from Amazon. system.locale lang-es-ES - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi @@ -254654,7 +255902,7 @@ complete albums that you have purchased from Amazon. system.locale lang-fi - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-fi@firefox.mozilla.org.xpi @@ -254668,7 +255916,7 @@ complete albums that you have purchased from Amazon. system.locale lang-fr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-fr@firefox.mozilla.org.xpi @@ -254682,7 +255930,7 @@ complete albums that you have purchased from Amazon. system.locale lang-hr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-hr@firefox.mozilla.org.xpi @@ -254696,7 +255944,7 @@ complete albums that you have purchased from Amazon. system.locale lang-hu - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-hu@firefox.mozilla.org.xpi @@ -254710,7 +255958,7 @@ complete albums that you have purchased from Amazon. system.locale lang-it - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-it@firefox.mozilla.org.xpi @@ -254724,7 +255972,7 @@ complete albums that you have purchased from Amazon. system.locale lang-lt - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-lt@firefox.mozilla.org.xpi @@ -254738,7 +255986,7 @@ complete albums that you have purchased from Amazon. system.locale lang-nl - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-nl@firefox.mozilla.org.xpi @@ -254752,7 +256000,7 @@ complete albums that you have purchased from Amazon. system.locale lang-pl - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pl@firefox.mozilla.org.xpi @@ -254766,7 +256014,7 @@ complete albums that you have purchased from Amazon. system.locale lang-pt-BR - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi @@ -254780,7 +256028,7 @@ complete albums that you have purchased from Amazon. system.locale lang-pt-PT - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi @@ -254794,7 +256042,7 @@ complete albums that you have purchased from Amazon. system.locale lang-ro - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ro@firefox.mozilla.org.xpi @@ -254808,7 +256056,7 @@ complete albums that you have purchased from Amazon. system.locale lang-ru - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ru@firefox.mozilla.org.xpi @@ -254822,7 +256070,7 @@ complete albums that you have purchased from Amazon. system.locale lang-sr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-sr@firefox.mozilla.org.xpi @@ -254836,7 +256084,7 @@ complete albums that you have purchased from Amazon. system.locale lang-sv-SE - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi @@ -254850,7 +256098,7 @@ complete albums that you have purchased from Amazon. system.locale lang-tr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-tr@firefox.mozilla.org.xpi @@ -254864,13 +256112,20 @@ complete albums that you have purchased from Amazon. system.locale lang-uk - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-uk@firefox.mozilla.org.xpi + + 2026-06-03 + 151.0.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-18 151.0 @@ -256258,7 +257513,7 @@ complete albums that you have purchased from Amazon. KDE'den ofis ve grafik sanatı paketi Calligra is a free, integrated office suite for KDE. The application suite consists of a word-processor, a spreadsheet application, a presentation creator and viewer application, an organizer and more. Calligra, KDE için ücretsiz, entegre bir ofis paketidir. Uygulama paketi, bir kelime işlemci, bir elektronik tablo uygulaması, bir sunum oluşturucu ve görüntüleyici uygulaması, bir düzenleyici ve daha fazlasını içerir. - https://download.kde.org/stable/release-service/26.04.1/src/calligra-26.04.1.tar.xz + https://download.kde.org/stable/release-service/26.04.2/src/calligra-26.04.2.tar.xz qt6-base-devel qt6-keychain-devel @@ -256587,6 +257842,13 @@ complete albums that you have purchased from Amazon. + + 2026-06-04 + 26.04.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-08 26.04.1 @@ -263029,6 +264291,102 @@ complete albums that you have purchased from Amazon. + + + aiksaurus + http://sourceforge.net/projects/aiksaurus + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + office.misc + An English thesaurus library + İngilizce kavramlar dizini kitaplığı + Aiksaurus is an English-language thesaurus library that can be embedded in word processors, email composers, and other authoring software to provide thesaurus capabilities. + Aiksaurus, kelime işlemcilerde, e-posta istemcilerinde ve diğer yazım uygulamalarında kullanılan bir kavramlar dizini kitaplığıdır. + mirrors://sourceforge/aiksaurus/aiksaurus-1.2.1.tar.gz + + atk-devel + gtk2-devel + cairo-devel + pango-devel + fontconfig-devel + + office/misc/aiksaurus/pspec.xml + + + aiksaurus + app:console + library + + libgcc + + + /usr/bin + /usr/lib + /usr/share/aiksaurus + /usr/share/doc + + + + aiksaurus-gtk + GTK+ frontend for Aiksaurus, an English thesaurus + İngilizce kavramlar dizini kitaplığı olan Aiksaurus'un GTK+ arayüzü + app:gui + library + + gtk2 + glib2 + aiksaurus + + + /usr/bin/gaiksaurus + /usr/lib/libAiksaurusGTK* + /usr/share/applications + /usr/share/pixmaps + + + aiksaurus.desktop + aiksaurus.png + + + + aiksaurus-devel + Development files for aiksaurus + aiksaurus için geliştirme dosyaları + + aiksaurus + + + /usr/include + /usr/lib/pkgconfig + + + + aiksaurus-gtk-devel + Development files for aiksaurus-gtk + aiksaurus-gtk için geliştirme dosyaları + + gtk2-devel + aiksaurus-devel + aiksaurus-gtk + + + /usr/include/Aiksaurus/AiksaurusGTK* + /usr/lib/pkgconfig/gaiksaurus* + + + + + 2026-06-08 + 1.2.1 + First release + Kamil Atlı + suvari@pisilinux.org + + + asciidoctor @@ -268376,6 +269734,72 @@ complete albums that you have purchased from Amazon. + + + wv + http://wvware.sourceforge.net/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + app:console + office.misc + Microsoft Word to HTML, Latex, DVI, PS, PDF, text, WML, RTF or Abiword converter + Microsoft Word belgelerini başka biçimlere dönüştürme uygulaması + wv can convert many versions of Microsoft Word .doc files to many other formats including HTML, Latex, DVI, PS, PDF, plaintext, WML, RTF and Abiword formats. + Wv, pek çok Microsoft Word .doc sürümünden HTML, Latex, DVI, PS, PDF, düzmetin, WML, RTF veya Abiword biçimine dönüştürebilir. + https://github.com/AbiWord/wv/archive/refs/heads/master.zip + + git + zlib-devel + glib2-devel + libwmf-devel + libgsf-devel + libxml2-devel + + office/misc/wv/pspec.xml + + + wv + + zlib + glib2 + libwmf + libgsf + libxml2 + + + /usr/bin + /usr/lib + /usr/share/doc/wv + /usr/share/man + /usr/share/wv + + + + wv-devel + Development files for wv + wv için geliştirme dosyaları + + wv + libgsf-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2026-06-02 + 1.2.9 + First release + Kamil Atlı + suvari@pisilinux.org + + + xournalpp @@ -270240,6 +271664,74 @@ complete albums that you have purchased from Amazon. + + + link-grammar + https://opencog.github.io/link-grammar-website/ + + Kamil Atlı + suvari@pisilinux.org + + LGPL-2.1-or-later + library + office.spellcheck + A grammar checking library + Bir dilbilgisi kontrol kütüphanesi + The Link Grammar Parser exhibits the linguistic (natural language) structure of English, Thai, Russian, Arabic, Persian and limited subsets of a half-dozen other languages. This structure is a graph of typed links (edges) between the words in a sentence. One may obtain the more conventional HPSG (constituent) and dependency style parses from Link Grammar by applying a collection of rules to convert to these different formats. + Bağlantı Dilbilgisi Ayrıştırıcısı, İngilizce, Tayca, Rusça, Arapça, Farsça ve diğer yarım düzine dilin sınırlı alt kümelerinin dilsel (doğal dil) yapısını sergiler. Bu yapı, bir cümledeki kelimeler arasındaki türlendirilmiş bağlantıların (kenarların) bir grafiğidir. Bağlantı Dilbilgisinden daha geleneksel HPSG (bileşen) ve bağımlılık stili ayrıştırmaları, bu farklı biçimlere dönüştürmek için bir dizi kural uygulayarak elde edilebilir. + https://www.gnucash.org/link-grammar/downloads/5.13.0/link-grammar-5.13.0.tar.gz + + ant + swig + sqlite-devel + aspell-devel + libedit-devel + libpcre2-devel + hunspell-devel + strip-nondeterminism + + office/spellcheck/link-grammar/pspec.xml + + + link-grammar + + aspell + sqlite + libedit + libpcre2 + hunspell + strip-nondeterminism + + + /usr/bin + /usr/lib/liblink-grammar.* + /usr/share/link-grammar + /usr/share/man + /usr/share/info + /usr/share/doc + + + + link-grammar-devel + Development files for link-grammar + + link-grammar + + + /usr/include + /usr/lib/pkgconfig + + + + + 2026-06-08 + 4.8.5 + First release + Kamil Atlı + suvari@pisilinux.org + + + nuspell @@ -273747,9 +275239,8 @@ complete albums that you have purchased from Amazon. Open Java Development Kit OpenJDK (Open Java Development Kit) is a free and open source implementation of the Java Platform, Standard Edition (Java SE). java8 - https://icedtea.classpath.org/download/source/icedtea-3.38.0.tar.xz - https://icedtea.classpath.org/download/drops/icedtea8/3.38.0/openjdk-git.tar.xz - https://icedtea.classpath.org/download/drops/icedtea8/3.38.0/openjdk-git.tar.xz + https://icedtea.classpath.org/download/source/icedtea-3.39.0.tar.xz + https://icedtea.classpath.org/download/drops/icedtea8/3.39.0/openjdk-git.tar.xz gentoo/openjdk-8-insantiate-arrayallocator.patch gentoo/openjdk-8.402_p06-0001-Fix-Wint-conversion.patch @@ -274048,6 +275539,13 @@ complete albums that you have purchased from Amazon. + + 2026-06-03 + 8u_492.3.39.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-02-03 8u_482.3.38.0 @@ -279128,64 +280626,102 @@ complete albums that you have purchased from Amazon. - perl-File-Remove - https://metacpan.org/pod/File::Remove + perl-File-Listing + https://metacpan.org/release/File-Listing - PisiLinux Community - admins@pisilinux.org + Osman Erkan + osman.erkan@pisilinux.org Artistic - library + GPLv2 + app:console programming.language.perl - Remove files and directories. - File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames. - https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.61.tar.gz + File::Listing - Dosya sistemi dizin listesini çözümler. + Bu modül "parse_dir()" adında dosya sistemi dizin listesini çözümleyebilen bir yordamı dışa aktarır. + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.07.tar.gz perl - perl-Module-Build + perl-HTTP-Date - programming/language/perl/perl-File-Remove/pspec.xml + programming/language/perl/perl-File-Listing/pspec.xml - perl-File-Remove + perl-File-Listing + File::Listing - parse directory listing perl - perl-Module-Build + perl-HTTP-Date - /usr/lib/perl5/vendor_perl - /usr/share/man - /usr/share/perl5 + /usr/share + /usr/lib + /usr/share/doc + /usr/share/man - + 2026-04-08 - 1.61 + 6.07 Rebuild Mustafa Cinasal muscnsl@gmail.com + + 2025-07-08 + 6.07 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2024-05-16 + 6.07 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-10-01 + 6.07 + Minor version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-01-11 + 6.04 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 6.04 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + - 2025-07-08 - 1.61 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com + 2017-01-24 + 6.04 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org - 2024-05-16 - 1.61 - First build. - fury - uglyside@yandex.ru + 2016-06-09 + 6.04 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2022-11-19 - 1.61 - First build. - fury - uglyside@yandex.ru + 2014-09-10 + 6.04 + First release + Marcin Bojara + marcin@pisilinux.org @@ -280391,6 +281927,105 @@ complete albums that you have purchased from Amazon. + + + perl-HTML-Format + https://metacpan.org/release/NIGELM/HTML-Format-2.12 + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + programming.language.perl + A Perl module that format HTML as plaintext, RTF and PostScript + HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür + perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript. + perl-HTML-Format HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür + http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Format-2.12.tar.gz + + perl-Module-Build + perl-HTML-Tree + perl-Font-AFM + perl + + programming/language/perl/perl-HTML-Format/pspec.xml + + + perl-HTML-Format + A Perl module that format HTML as plaintext, RTF and PostScript + + perl-Module-Build + perl-HTML-Tree + perl-Font-AFM + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/share/perl5 + + + + + 2026-04-08 + 2.12 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2025-07-08 + 2.12 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2024-05-16 + 2.12 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 2.12 + Rebuild for new toolchain. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 2.12 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-24 + 2.12 + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 2.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-03-27 + 2.12 + First release + Alihan Öztürk + alihan@pisilinux.org + + + perl-Class-Method-Modifiers @@ -280555,112 +282190,74 @@ complete albums that you have purchased from Amazon. - perl-File-Listing - https://metacpan.org/release/File-Listing + perl-File-Remove + https://metacpan.org/pod/File::Remove - Osman Erkan - osman.erkan@pisilinux.org + PisiLinux Community + admins@pisilinux.org Artistic - GPLv2 - app:console + library programming.language.perl - File::Listing - Dosya sistemi dizin listesini çözümler. - Bu modül "parse_dir()" adında dosya sistemi dizin listesini çözümleyebilen bir yordamı dışa aktarır. - https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.07.tar.gz + Remove files and directories. + File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames. + https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.61.tar.gz perl - perl-HTTP-Date + perl-Module-Build - programming/language/perl/perl-File-Listing/pspec.xml + programming/language/perl/perl-File-Remove/pspec.xml - perl-File-Listing - File::Listing - parse directory listing + perl-File-Remove perl - perl-HTTP-Date + perl-Module-Build - /usr/share - /usr/lib - /usr/share/doc - /usr/share/man + /usr/lib/perl5/vendor_perl + /usr/share/man + /usr/share/perl5 - - 2026-04-08 - 6.07 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2025-07-08 - 6.07 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2024-05-16 - 6.07 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-10-01 - 6.07 - Minor version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-01-11 - 6.04 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - 2018-07-26 - 6.04 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org + 2026-04-08 + 1.61 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com - 2017-01-24 - 6.04 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org + 2025-07-08 + 1.61 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 6.04 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2024-05-16 + 1.61 + First build. + fury + uglyside@yandex.ru - 2014-09-10 - 6.04 - First release - Marcin Bojara - marcin@pisilinux.org + 2022-11-19 + 1.61 + First build. + fury + uglyside@yandex.ru - perl-HTML-Format - https://metacpan.org/release/NIGELM/HTML-Format-2.12 + perl-HTML-Formatter + https://metacpan.org/release/HTML-Formatter - Pisi Linux Admins - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com GPLv2 library @@ -280668,23 +282265,23 @@ complete albums that you have purchased from Amazon. A Perl module that format HTML as plaintext, RTF and PostScript HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript. - perl-HTML-Format HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür - http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Format-2.12.tar.gz + perl-HTML-Formatter HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür + https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Formatter-2.16.tar.gz perl-Module-Build + perl-File-Slurper perl-HTML-Tree perl-Font-AFM perl + perl-Test-Warnings - programming/language/perl/perl-HTML-Format/pspec.xml + programming/language/perl/perl-HTML-Formatter/pspec.xml - perl-HTML-Format + perl-HTML-Formatter A Perl module that format HTML as plaintext, RTF and PostScript - perl-Module-Build perl-HTML-Tree - perl-Font-AFM perl @@ -280695,196 +282292,100 @@ complete albums that you have purchased from Amazon. - - 2026-04-08 - 2.12 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2025-07-08 - 2.12 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2024-05-16 - 2.12 - Rebuild for new toolchain - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 2.12 - Rebuild for new toolchain. - Blue Devil - bluedevil@sctzine.com - - 2018-07-26 - 2.12 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org + 2026-04-08 + 2.16 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com - 2017-01-24 - 2.12 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org + 2025-07-08 + 2.16 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 2.12 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2024-05-16 + 2.16 + First release. + Blue Devil + bluedevil@sctzine.com - 2016-03-27 - 2.12 - First release - Alihan Öztürk - alihan@pisilinux.org + 2020-02-12 + 2.16 + First release. + Blue Devil + bluedevil@sctzine.com - perl-Image-ExifTool - https://exiftool.org/index.html + perl-Import-Into + https://metacpan.org/release/Import-Into - Pisi Linux Admins - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com - Artistic - GPLv2 - app:console + Perlv5 + library programming.language.perl - A command-line application for reading, writing and editing meta information in image, audio and video files - Görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz bir komut satırı uygulaması - ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files. - ExifTool; görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz platformdan bağımsız bir Perl kütüphanesi ve komut satırı uygulamasıdır. - https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.50.tar.gz + Import::Into - Import packages into other packages. + Paketleri diğer paketlere içe aktaran perl modülü + Import::Into provides global methods to import packages into other packages. + perl-Import-Into, paketleri diğer paketlere içe aktaran perl modülü sunar. + https://cpan.metacpan.org/authors/id/H/HA/HAARG/Import-Into-1.002005.tar.gz perl + perl-Module-Runtime - programming/language/perl/perl-Image-ExifTool/pspec.xml + programming/language/perl/perl-Import-Into/pspec.xml - perl-Image-ExifTool - A command-line application for reading, writing and editing meta information in image, audio and video files + perl-Import-Into + Import::Into - Import packages into other packages. perl + perl-Module-Runtime /usr/lib /usr/share/man - /usr/bin - /usr/share/perl5 - /usr/share/doc/perl-Image-ExifTool/Changes - - - - perl-Image-ExifTool-docs - Documentation of perl-Image-ExifTool - perl-Image-ExifTool için belgelendirme dosyaları - perl-Image-ExifTool-docs, perl-Image-ExifTool için belgelendirme dosyaları içerir - - perl-Image-ExifTool - - /usr/share/doc + /usr/share/perl5 - - 2026-04-08 - 12.50 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2025-07-08 - 12.50 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2024-05-16 - 12.50 - Version bump. - fury - uglyside@yandex.ru - - - 2023-01-17 - 12.50 - Version bump. - fury - uglyside@yandex.ru - - - 2020-07-20 - 12.00 - Major version bump - Blue Devil - bluedevil@sctzine.com - - - 2020-03-11 - 11.91 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-12 - 11.86 - Version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-14 - 11.84 - Version bump. - Blue Devil - bluedevil@sctzine.com - - 2018-07-26 - 11.01 - Version Bump - Pisi Linux Community - admin@pisilinux.org + 2026-04-08 + 1.002005 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com - 2017-01-24 - 10.40 - Version Bump - Pisi Linux Community - admin@pisilinux.org + 2025-07-08 + 1.002005 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-09 - 10.00 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2024-05-16 + 1.002005 + First release. + Blue Devil + bluedevil@sctzine.com - 2015-08-27 - 10.00 - First release - Vedat Demir - vedat@pisilinux.org + 2020-09-23 + 1.002005 + First release. + Blue Devil + bluedevil@sctzine.com @@ -281101,28 +282602,29 @@ complete albums that you have purchased from Amazon. - perl-Test-RequiresInternet - https://metacpan.org/pod/Test::RequiresInternet + perl-Test-Requires + https://metacpan.org/release/Test-Requires Blue Devil bluedevil@sctzine.com - Perl 5 + Artistic-2 + GPLv1 library programming.language.perl - Test::RequiresInternet - Easily test network connectivity - Test::RequiresInternet - Kolay bir şekilde ağ baglantı durumunu denetler. - This module is intended to easily test network connectivity before functional tests begin to non-local Internet resources. It does not require any modules beyond those supplied in core Perl. - perl-Test-RequiresInternet, herhangi fazladan modül gerektirmeden internet bağlantısını denetleyebilen bir perl modülüdür. - https://cpan.metacpan.org/authors/id/M/MA/MALLEN/Test-RequiresInternet-0.05.tar.gz + Checks to see if the module can be loaded. + Bir modülün yüklenip yüklenemeyeceğini denetlemek için Perl modülü + perl-Test-Requires is a Perl module to check if the module can be loaded. + perl-Test-Requires, bir modülün yüklenip yüklenemeyeceğini denetlemek için gerekli bir Perl modülüdür. + https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz perl - programming/language/perl/perl-Test-RequiresInternet/pspec.xml + programming/language/perl/perl-Test-Requires/pspec.xml - perl-Test-RequiresInternet - Test::RequiresInternet - Easily test network connectivity + perl-Test-Requires + Checks to see if the module can be loaded. perl @@ -281136,28 +282638,28 @@ complete albums that you have purchased from Amazon. 2026-04-08 - 0.05 + 0.11 Rebuild Mustafa Cinasal muscnsl@gmail.com 2025-07-08 - 0.05 + 0.11 Rebuild Mustafa Cinasal muscnsl@gmail.com 2024-05-16 - 0.05 + 0.11 First Pisi Release. Blue Devil bluedevil@sctzine.com - 2020-01-14 - 0.05 + 2020-09-23 + 0.11 First Pisi Release. Blue Devil bluedevil@sctzine.com @@ -281166,35 +282668,27 @@ complete albums that you have purchased from Amazon. - perl-HTML-Formatter - https://metacpan.org/release/HTML-Formatter + perl-Unicode-String + https://metacpan.org/pod/Unicode::String - Blue Devil - bluedevil@sctzine.com + Pisi Linux Admins + admins@pisilinux.org - GPLv2 + Artistic library programming.language.perl - A Perl module that format HTML as plaintext, RTF and PostScript - HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür - perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript. - perl-HTML-Formatter HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür - https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Formatter-2.16.tar.gz + String manipulation for Unicode strings + Perl modules to handle various Unicode issues. + https://cpan.metacpan.org/authors/id/G/GA/GAAS/GAAS/Unicode-String-2.10.tar.gz - perl-Module-Build - perl-File-Slurper - perl-HTML-Tree - perl-Font-AFM perl - perl-Test-Warnings + perl-ExtUtils-MakeMaker - programming/language/perl/perl-HTML-Formatter/pspec.xml + programming/language/perl/perl-Unicode-String/pspec.xml - perl-HTML-Formatter - A Perl module that format HTML as plaintext, RTF and PostScript + perl-Unicode-String - perl-HTML-Tree perl @@ -281207,31 +282701,31 @@ complete albums that you have purchased from Amazon. 2026-04-08 - 2.16 + 2.10 Rebuild Mustafa Cinasal muscnsl@gmail.com 2025-07-08 - 2.16 + 2.10 Rebuild Mustafa Cinasal muscnsl@gmail.com - 2024-05-16 - 2.16 - First release. - Blue Devil - bluedevil@sctzine.com + 2024-05-17 + 2.10 + First build. + fury + uglyside@yandex.ru - 2020-02-12 - 2.16 - First release. - Blue Devil - bluedevil@sctzine.com + 2023-01-08 + 2.10 + First build. + fury + uglyside@yandex.ru @@ -282771,68 +284265,136 @@ complete albums that you have purchased from Amazon. - perl-Import-Into - https://metacpan.org/release/Import-Into + perl-Image-ExifTool + https://exiftool.org/index.html - Blue Devil - bluedevil@sctzine.com + Pisi Linux Admins + admins@pisilinux.org - Perlv5 - library + Artistic + GPLv2 + app:console programming.language.perl - Import::Into - Import packages into other packages. - Paketleri diğer paketlere içe aktaran perl modülü - Import::Into provides global methods to import packages into other packages. - perl-Import-Into, paketleri diğer paketlere içe aktaran perl modülü sunar. - https://cpan.metacpan.org/authors/id/H/HA/HAARG/Import-Into-1.002005.tar.gz + A command-line application for reading, writing and editing meta information in image, audio and video files + Görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz bir komut satırı uygulaması + ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files. + ExifTool; görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz platformdan bağımsız bir Perl kütüphanesi ve komut satırı uygulamasıdır. + https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.50.tar.gz perl - perl-Module-Runtime - programming/language/perl/perl-Import-Into/pspec.xml + programming/language/perl/perl-Image-ExifTool/pspec.xml - perl-Import-Into - Import::Into - Import packages into other packages. + perl-Image-ExifTool + A command-line application for reading, writing and editing meta information in image, audio and video files perl - perl-Module-Runtime /usr/lib /usr/share/man - /usr/share/doc + /usr/bin /usr/share/perl5 + /usr/share/doc/perl-Image-ExifTool/Changes + + + + perl-Image-ExifTool-docs + Documentation of perl-Image-ExifTool + perl-Image-ExifTool için belgelendirme dosyaları + perl-Image-ExifTool-docs, perl-Image-ExifTool için belgelendirme dosyaları içerir + + perl-Image-ExifTool + + + /usr/share/doc - + 2026-04-08 - 1.002005 + 12.50 Rebuild Mustafa Cinasal muscnsl@gmail.com + + 2025-07-08 + 12.50 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2024-05-16 + 12.50 + Version bump. + fury + uglyside@yandex.ru + + + 2023-01-17 + 12.50 + Version bump. + fury + uglyside@yandex.ru + + + 2020-07-20 + 12.00 + Major version bump + Blue Devil + bluedevil@sctzine.com + + + 2020-03-11 + 11.91 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-12 + 11.86 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-14 + 11.84 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2018-07-26 + 11.01 + Version Bump + Pisi Linux Community + admin@pisilinux.org + - 2025-07-08 - 1.002005 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com + 2017-01-24 + 10.40 + Version Bump + Pisi Linux Community + admin@pisilinux.org - 2024-05-16 - 1.002005 - First release. - Blue Devil - bluedevil@sctzine.com + 2016-06-09 + 10.00 + Release Bump + Pisi Linux Community + admin@pisilinux.org - 2020-09-23 - 1.002005 - First release. - Blue Devil - bluedevil@sctzine.com + 2015-08-27 + 10.00 + First release + Vedat Demir + vedat@pisilinux.org @@ -288902,29 +290464,28 @@ complete albums that you have purchased from Amazon. - perl-Test-Requires - https://metacpan.org/release/Test-Requires + perl-Test-RequiresInternet + https://metacpan.org/pod/Test::RequiresInternet Blue Devil bluedevil@sctzine.com - Artistic-2 - GPLv1 + Perl 5 library programming.language.perl - Checks to see if the module can be loaded. - Bir modülün yüklenip yüklenemeyeceğini denetlemek için Perl modülü - perl-Test-Requires is a Perl module to check if the module can be loaded. - perl-Test-Requires, bir modülün yüklenip yüklenemeyeceğini denetlemek için gerekli bir Perl modülüdür. - https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz + Test::RequiresInternet - Easily test network connectivity + Test::RequiresInternet - Kolay bir şekilde ağ baglantı durumunu denetler. + This module is intended to easily test network connectivity before functional tests begin to non-local Internet resources. It does not require any modules beyond those supplied in core Perl. + perl-Test-RequiresInternet, herhangi fazladan modül gerektirmeden internet bağlantısını denetleyebilen bir perl modülüdür. + https://cpan.metacpan.org/authors/id/M/MA/MALLEN/Test-RequiresInternet-0.05.tar.gz perl - programming/language/perl/perl-Test-Requires/pspec.xml + programming/language/perl/perl-Test-RequiresInternet/pspec.xml - perl-Test-Requires - Checks to see if the module can be loaded. + perl-Test-RequiresInternet + Test::RequiresInternet - Easily test network connectivity perl @@ -288938,28 +290499,28 @@ complete albums that you have purchased from Amazon. 2026-04-08 - 0.11 + 0.05 Rebuild Mustafa Cinasal muscnsl@gmail.com 2025-07-08 - 0.11 + 0.05 Rebuild Mustafa Cinasal muscnsl@gmail.com 2024-05-16 - 0.11 + 0.05 First Pisi Release. Blue Devil bluedevil@sctzine.com - 2020-09-23 - 0.11 + 2020-01-14 + 0.05 First Pisi Release. Blue Devil bluedevil@sctzine.com @@ -290120,69 +291681,6 @@ complete albums that you have purchased from Amazon. - - - perl-Unicode-String - https://metacpan.org/pod/Unicode::String - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - String manipulation for Unicode strings - Perl modules to handle various Unicode issues. - https://cpan.metacpan.org/authors/id/G/GA/GAAS/GAAS/Unicode-String-2.10.tar.gz - - perl - perl-ExtUtils-MakeMaker - - programming/language/perl/perl-Unicode-String/pspec.xml - - - perl-Unicode-String - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/share/perl5 - - - - - 2026-04-08 - 2.10 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2025-07-08 - 2.10 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2024-05-17 - 2.10 - First build. - fury - uglyside@yandex.ru - - - 2023-01-08 - 2.10 - First build. - fury - uglyside@yandex.ru - - - perl-URI @@ -299722,6 +301220,7 @@ complete albums that you have purchased from Amazon. cmake ninja libxslt-devel + pyside6-devel python3-devel llvm-clang-devel qt6-base-devel @@ -299815,7 +301314,7 @@ complete albums that you have purchased from Amazon. pyside6-devel Development headers for the shiboken6 library. - pyside6 + pyside6 python3-shiboken6-devel @@ -299825,6 +301324,13 @@ complete albums that you have purchased from Amazon. + + 2026-06-05 + 6.10.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-04-03 6.10.3 @@ -303827,99 +305333,73 @@ complete albums that you have purchased from Amazon. - python3-httpx - https://github.com/encode/httpx + python3-httptools + https://github.com/MagicStack/httptools Blue Devil bluedevil@sctzine.com - BSDv3 + MIT library programming.language.python3 - The next generation HTTP client. - Gelecek nesil HTTP istemcisi - HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2. - python3-httpx, tam donanımlı python3 için HTTP istemcisidir. Asenkron APIler sunar ve hem HTT11/1'i hem de http/2'yi destekler. - https://github.com/encode/httpx/archive/0.20.0.tar.gz + A collection of framework independent HTTP protocol utils. + Toplu Özgür HTTP protokol araçları + httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break. + python3-httptools, nodejs HTTP çözümleyicisi için python3 bağlayıcılarını içerir. + https://files.pythonhosted.org/packages/67/1d/d77686502fced061b3ead1c35a2d70f6b281b5f723c4eff7a2277c04e4a2/httptools-0.6.1.tar.gz + https://github.com/nodejs/http-parser/archive/refs/tags/v2.9.4.tar.gz - python3-devel + pip3 + python3-wheel python3-setuptools + python3-devel - programming/language/python3/python3-httpx/pspec.xml + programming/language/python3/python3-httptools/pspec.xml - python3-httpx - The next generation HTTP client. + python3-httptools + A collection of framework independent HTTP protocol utils. python3 - python3-certifi - python3-chardet - python3-rfc3986 - python3-sniffio - python3-urllib3 - python3-httpcore - python3-hstspreload - /usr/bin/httpx + /usr/share/doc/python3-httptools /usr/share/man - /usr/lib/python3* - /usr/share/doc/python3-httpx + /usr/lib - - 2023-10-17 - 0.20.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-28 - 0.20.0 + + 2023-10-19 + 0.6.1 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2020-08-30 - 0.14.2 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-05-24 - 0.13.1 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - 2020-03-27 - 0.12.1 - Patch version bump. - Blue Devil - bluedevil@sctzine.com + 2021-10-28 + 0.1.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com - 2020-03-11 - 0.12.0 - Minor version bump. + 2020-02-08 + 0.1.1 + Version bump. Blue Devil bluedevil@sctzine.com - 2020-01-23 - 0.11.1 + 2020-02-06 + 0.1.0 Version bump. Blue Devil bluedevil@sctzine.com 2020-01-15 - 0.11.0 + 0.0.13 First pisi release. Blue Devil bluedevil@sctzine.com @@ -303928,287 +305408,57 @@ complete albums that you have purchased from Amazon. - python3-isodate - https://github.com/gweis/isodate/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python3 - ISO 8601 date/time parser. - This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. - https://github.com/gweis/isodate/archive/refs/tags/0.6.1.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-isodate/pspec.xml - - - python3-isodate - - python3 - - - /usr/lib - /usr/share - - - - - 2023-10-17 - 0.6.1 - Rebuild - fury - uglyside@yandex.ru - - - 2022-01-18 - 0.6.1 - Version bump - fury - uglyside@yandex.ru - - - 2021-10-28 - 0.6.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-18 - 0.6.0 - First build - fury - uglyside@yandex.ru - - - - - - python3-mako - https://www.makotemplates.org/ + python3-iso8601 + https://pypi.org/project/iso8601/ PisiLinux Community admins@pisilinux.org MIT - app:console - library + app programming.language.python3 - A python3 templating language - Python şablonlama dili - python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages. - python3-mako, varolan şablonlama dillerindeki en iyi fikirleri bir araya getiren süper hızlı bir şablonlama dilidir. - https://pypi.org/packages/source/m/mako/Mako-1.1.5.tar.gz + Simple module to parse ISO 8601 dates + Simple module to parse ISO 8601 dates + ISO 8601 tarihlerini ayrıştırmak için basit modül + ISO 8601 tarihlerini ayrıştırmak için basit modül + python3-iso8601 + https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz + python3-build python3-devel - python3-beaker - python3-setuptools - python3-MarkupSafe + python3-pyproject-hooks + python3-poetry-core - programming/language/python3/python3-mako/pspec.xml + programming/language/python3/python3-iso8601/pspec.xml - python3-mako - A python3 templating language + python3-iso8601 python3 - python3-beaker - python3-MarkupSafe /usr/lib /usr/share/doc - /usr/bin - - - - python3-mako-docs - Documentation files for python3-mako - python3-mako için belgelendirme dosyaları - python3-mako-docs, python3-mako için belgelendirme dosyalarını içerir. - - python3-mako - - - /usr/share/doc/*/html - /usr/share/doc/*/build - /usr/share/doc/*/examples - - 2023-10-17 - 1.1.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-29 - 1.1.5 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 1.1.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-07-21 - 1.1.3 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-03-04 - 1.1.2 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-01-23 - 1.1.1 - Version bump. - Blue Devil - bluedevil@sctzine.com - - 2020-01-08 + 2024-04-09 + 2.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2023-10-17 1.1.0 - Version bump - Idris Kalp - idriskalp@gmail.com - - - 2019-04-08 - 1.0.8 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-28 - 1.0.7 - First release - Mustafa Cinasal - muscnsl@gmail.com - - - - - - python3-pallets-sphinx-themes - https://github.com/pallets/pallets-sphinx-themes - - Blue Devil - bluedevil@sctzine.com - - BSDv3 - library - programming.language.python3 - Sphinx themes for Pallets and related projects. - Pallets ve benzeri projeler için sphinx teması. - python3-pallets-sphinx-themes provides sphinx themes for Pallets and related projects. - python3-pallets-sphinx-themes, pallets ve benzeri projeler için sphinx teması sağlar. - https://files.pythonhosted.org/packages/da/ff/dc403f870b3e7886aabc4abab24feeeae0ca8b6278cca2a402d3249ed4f3/Pallets-Sphinx-Themes-2.0.1.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-pallets-sphinx-themes/pspec.xml - - - python3-pallets-sphinx-themes - Sphinx themes for Pallets and related projects. - - python3-importlib_metadata - python3-sphinx - python3 - - - /usr/lib/python3* - /usr/share/doc/python3-pallets-sphinx-themes - - - - - 2023-10-17 - 2.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-22 - 2.0.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-18 - 1.2.3 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-poetry-core - https://github.com/python-poetry/poetry-core - - PisiLinux Community - admins@pisilinux.org - - MIT - app - programming.language.python3 - Poetry PEP 517 Build Backend Core Utilities - Poetry PEP 517 Build Backend Core Utilities - Poetry PEP 517 Build Backend Core Utilities - Poetry PEP 517 Build Backend Core Utilities - python3-poetry-core - https://github.com/python-poetry/poetry-core/releases/download/1.6.1/poetry_core-1.6.1.tar.gz - - python3-build - python3-installer - - programming/language/python3/python3-poetry-core/pspec.xml - - - python3-poetry-core - - python3 - - - /usr/lib - /usr/share/doc - - - - - 2023-10-17 - 1.6.1 Rebuild PisiLinux Community admins@pisilinux.org - 2023-06-11 - 1.6.1 + 2023-03-31 + 1.1.0 First release PisiLinux Community admins@pisilinux.org @@ -304217,187 +305467,41 @@ complete albums that you have purchased from Amazon. - python3-pyelftools - https://github.com/eliben/pyelftools - - Blue DeviL - bluedevil@sctzine.com - - Public Domain - library - app:console - programming.language.python3 - Python3 library for analyzing ELF files and DWARF debugging information - Python3 için pyelftools modülü - pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information. - pyelftools ELF ve DWARF dosyaları için çözümleme, inceleme ve hata ayıklamak için python ile yazılmış bir kitaplıktır. - https://github.com/eliben/pyelftools/archive/v0.27.tar.gz - - python3-devel - python3-setuptools - - programming/language/python3/python3-pyelftools/pspec.xml - - - python3-pyelftools - Python3 library for analyzing ELF files and DWARF debugging information - - python3 - - - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2023-10-17 - 0.27 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-28 - 0.27 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-12-12 - 0.26 - First pisi release. - Blue DeviL - bluedevil@sctzine.com - - - - - - python3-pyrsistent - https://github.com/tobgu/pyrsistent - - Blue Devil - bluedevil@sctzine.com - - MIT - library - programming.language.python3 - Persistent/Immutable/Functional data structures for Python. - Kalıcı/Değismez/İşlevsel veriyapıları kitaplığı. - Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. - python3-pyrsistent python için Kalıcı/Değişmez/İşlevsel veriyapıları kitaplığı sağlar. - https://github.com/tobgu/pyrsistent/archive/v0.18.0.tar.gz - - python3-setuptools - python3-devel - - programming/language/python3/python3-pyrsistent/pspec.xml - - - python3-pyrsistent - Persistent/Immutable/Functional data structures for Python. - - python3-six - python3 - - - /usr/share/doc/python3-pyrsistent - /usr/lib/python3* - - - - - 2023-10-17 - 0.18.0 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-28 - 0.18.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-27 - 0.16.0 - Minor version bump. - Blue Devil - bluedevil@sctzine.com - - - 2020-02-19 - 0.15.7 - First release. - Blue Devil - bluedevil@sctzine.com - - - - - - python3-rdflib - https://pypi.org/project/rdflib/ + python3-magic + https://github.com/ahupp/python-magic/ PisiLinux Community admins@pisilinux.org - BSD + MIT app programming.language.python3 - A Python library for working with RDF, a simple yet powerful language for representing information - A Python library for working with RDF, a simple yet powerful language for representing information - A Python library for working with RDF, a simple yet powerful language for representing information - A Python library for working with RDF, a simple yet powerful language for representing information - https://files.pythonhosted.org/packages/source/r/rdflib/rdflib-6.1.1.tar.gz + A python wrapper for libmagic + A python wrapper for libmagic + A python wrapper for libmagic + A python wrapper for libmagic + https://github.com/ahupp/python-magic/archive/refs/tags/0.4.27.tar.gz - python3-devel - python3-setuptools + python3-build + python3-pytest - programming/language/python3/python3-rdflib/pspec.xml + programming/language/python3/python3-magic/pspec.xml - python3-rdflib + python3-magic python3 - /usr/bin /usr/lib /usr/share /usr/share/doc - - 2023-10-17 - 6.1.1 - Rebuild - Pisilinux Community - admins@pisilinux.org - - - 2021-01-18 - 6.1.1 - Version bump - Pisilinux Community - admins@pisilinux.org - - - 2021-10-14 - 6.0.1 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - 2021-10-09 - 6.0.1 + 2024-11-26 + 0.4.27 First release PisiLinux Community admins@pisilinux.org @@ -304406,317 +305510,429 @@ complete albums that you have purchased from Amazon. - python3-sip - https://www.riverbankcomputing.com/news + python3-pafy + https://github.com/mps-youtube/pafy - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Blue Devil + bluedevil@sctzine.com - GPLv2 - app:console + LGPLv3 + library programming.language.python3 - SIP is a tool for generating bindings for C++ classes so that they can be used by Python3 - C ve C++ kütüphaneleri için python bağlayıcıları oluşturan bir araç - Generator powiązań Pythona z bibliotekami klas C++ - SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python3. It takes any C or C++ libraries and converts them into Python extension modules. - SIP3 C ve C++ kütüphanelerini Python'da kullanabilmek için bağlayıcılar oluşturan bir araçtır. Herhangi bir C veya C++ kütüphanesini Python genişletme modülüne dönüştürür. - Generuje powiązania Pythona z bibliotekami klas C++ ze zbioru plików ze specyfikacjami klas. Obsługiwany jest Python 2 i 3. - https://pypi.python.org/packages/source/s/sip/sip-6.15.1.tar.gz + Python library to download YouTube content and retrieve metadata. + Youtube için Python APIsi + python3-pafy can retrieve YouTube content and metadata. + python3-pafy, Python ile YouTube içerik ve metadatanın çekilmesine olanak tanıyan python apisi sunar. + https://github.com/mps-youtube/pafy/archive/v0.5.5.tar.gz + python3-setuptools + python3-youtube_dl python3-devel - python3-build - programming/language/python3/python3-sip/pspec.xml + programming/language/python3/python3-pafy/pspec.xml - python3-sip - Python 3.x SIP bindings for C and C++ libraries + python3-pafy + A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". - libgcc + python3-youtube_dl python3 - python3-PLY - python3-toml - python3-tomli - python3-pyparsing - python3-packaging - /usr/bin - /usr/lib - /usr/include - /usr/share/licenses - - - - python3-sip-docs - Documentation files for python3-sip - python3-sip için belgelendirme dosyaları - python3-sip-docs, python3-sip için belgelendirme dosyalarını içerir. - - python3-sip - - - /usr/share/doc/python3-sip + /usr/bin/ytdl + /usr/lib/python3* + /usr/share/doc/python3-pafy - - 2026-01-29 - 6.15.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-12-04 - 6.14.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-08-28 - 6.12.0 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2025-06-11 - 6.12.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2024-09-29 - 6.8.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2024-06-09 - 6.8.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2023-10-22 - 6.7.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - + 2023-10-17 - 6.7.8 + 0.5.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-28 + 0.5.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-12-26 + 0.5.5 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-pocketsphinx + https://github.com/AzatAI/pocketsphinx-python + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python3 + Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. + Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. + This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools. + This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools. + https://files.pythonhosted.org/packages/13/6f/280431fc903d7bc1a0b7efe5dc837602f0f193e382b36006bf23178acab5/pocketsphinx2-0.1.17.tar.gz + + python3-devel + swig + alsa-lib-devel + pulseaudio-libs-devel + python-setuptools + python3-setuptools + + programming/language/python3/python3-pocketsphinx/pspec.xml + + + python3-pocketsphinx + Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. + + python3 + python3-soupsieve + + + /usr/lib/python3* + /usr/share/doc/python3-pocketsphinx + + + + python-pocketsphinx + Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. + + python + + + /usr/lib/python* + /usr/share/doc/python-pocketsphinx + + + + + 2023-10-17 + 0.1.17 + Rebuild + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + 2022-01-23 + 0.1.17 + First release + Ali Cengiz Kurt + alicengizkurt@gmail.com + + + + + + python3-pycryptodomex + https://pypi.org/project/pycryptodomex/ + + Blue DeviL + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + A self-contained Python package of low-level cryptographic primitives and doesn't conflict with pycrypto. + Düşük seviye kriptografik ilkeler içeren python3 paketidir. + PyCryptodomex is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1) + PyCrypto'dan çatallanan PyCryptodomex düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır. + https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-3.11.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-pycryptodomex/pspec.xml + + + python3-pycryptodomex + A self-contained Python package of low-level cryptographic primitives + + python3 + gmp + + + /usr/lib/python3* + /usr/share/doc/python3-pycryptodomex + + + + + 2023-10-17 + 3.11.0 Rebuild. Mustafa Cinasal muscnsl@gmail.com - - 2023-04-10 - 6.7.8 + + 2021-10-28 + 3.11.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2022-10-13 - 6.7.2 - Version bump - Mustafa Cinasal - muscnsl@gmail.com + + 2020-07-21 + 3.9.8 + Patch version bump. + Blue Devil + bluedevil@sctzine.com - - 2021-10-22 - 4.19.25 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-12-19 - 4.19.24 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-09-10 - 4.19.24 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-04-04 - 4.19.22 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-03-01 - 4.19.21 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 4.19.20 - Rebuild bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-01-14 - 4.19.20 + + 2020-02-24 + 3.9.7 Version bump. Blue Devil bluedevil@sctzine.com + + + + + python3-pyqt6-sip + https://riverbankcomputing.com/software/pyqt/intro + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app + programming.language.python3 + The sip module support for PyQt6 + The sip module support for PyQt6 + The sip module support for PyQt6 + The sip module support for PyQt6 + python3-pyqt6-sip + https://files.pythonhosted.org/packages/90/24/a753e1af94b9ae5b2da63d4598457308da3cdbf0838c959381db086ccc86/pyqt6_sip-13.11.1.tar.gz + + python3-devel + python3-build + + programming/language/python3/python3-pyqt6-sip/pspec.xml + + + python3-pyqt6-sip + + python3 + + + /usr/lib + /usr/share/doc + + + - 2019-09-13 - 4.19.19 + 2026-04-03 + 13.11.1 Version bump. - Mustafa Cinasal - muscnsl@gmail.com + Pisi Linux Community + admin@pisilinux.org - 2019-07-13 - 4.19.18 + 2026-01-29 + 13.11.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-12-04 + 13.10.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2025-06-11 + 13.10.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-02-03 + 13.10.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2024-12-14 + 13.9.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2024-09-29 + 13.8.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2019-04-14 - 4.19.14 - Rebuild pyqt6 sip. - Mustafa Cinasal - muscnsl@gmail.com - - - 2019-01-14 - 4.19.12 - Rebuild pyqt6 sip. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-06 - 4.19.12 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-10 - 4.19.6 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-02 - 4.19.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - 2016-06-18 - 4.18 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2023-11-18 + 13.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-11 - 4.18 - Release Bump - Pisi Linux Community - admin@pisilinux.org + 2023-10-09 + 13.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-06-06 - 4.18 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2023-06-01 + 13.5.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-05-20 - 4.18 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2023-04-14 + 13.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2016-05-08 - 4.16.9 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + 2022-10-08 + 13.4.0 + First release. + PisiLinux Community + admins@pisilinux.org - python3-sphinxcontrib-jsmath - https://github.com/sphinx-doc/sphinxcontrib-jsmath + python3-rangehttpserver + https://github.com/danvk/RangeHTTPServer + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + library + programming.language.python3 + SimpleHTTPServer with support for Range requests. + SimpleHTTPServer with support for Range requests. + https://files.pythonhosted.org/packages/source/r/rangehttpserver/rangehttpserver-1.4.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-rangehttpserver/pspec.xml + + + python3-rangehttpserver + + python3 + + + /usr/lib + /usr/share + + + + + 2025-04-16 + 1.4.0 + Rebuild. + fury + uglyside@yandex.ru + + + 2023-10-17 + 1.2.0 + Rebuild. + fury + uglyside@yandex.ru + + + 2022-11-15 + 1.2.0 + First build. + fury + uglyside@yandex.ru + + + + + + python3-simplejson + https://github.com/simplejson/simplejson Blue Devil bluedevil@sctzine.com - BSD + AFL + MIT library programming.language.python3 - Sphinx extension which renders display math in HTML via JavaScript. - python3-sphinxcontrib-jsmath, javascript kullanarak html içerisinde matematiksel karakterlerin görüntülenmesini sağlar. - sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript. - python3-sphinxcontrib-jsmath, javascript kullanarak html içerisinde matematiksel karakterlerin görüntülenmesini sağlayan sphinx genisleme modülüdür. - https://github.com/sphinx-doc/sphinxcontrib-jsmath/archive/1.0.1.tar.gz + Simple, fast, extensible JSON encoder/decoder for Python. + Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık. + simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. + Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık modülü sunar. + https://github.com/simplejson/simplejson/archive/v3.17.5.tar.gz - python3-setuptools python3-devel + python3-setuptools - programming/language/python3/python3-sphinxcontrib-jsmath/pspec.xml + programming/language/python3/python3-simplejson/pspec.xml - python3-sphinxcontrib-jsmath - sphinxcontrib-jsmath module for python + python3-simplejson + Simple, fast, extensible JSON encoder/decoder for Python. python3 /usr/lib/python3* - /usr/share/doc/python3-sphinxcontrib-jsmath + /usr/share/doc/python3-simplejson - + 2023-10-17 - 1.0.1 + 3.17.5 Rebuild. - Pisi Linux Admins - admins@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-28 + 3.17.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2021-10-22 - 1.0.1 - Rebuild. - Pisi Linux Admins - admins@pisilinux.org + 2020-07-21 + 3.17.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com - 2019-12-30 - 1.0.1 - First pisi release + 2020-01-24 + 3.17.0 + First Pisi Release. Blue Devil bluedevil@sctzine.com @@ -304724,33 +305940,92 @@ complete albums that you have purchased from Amazon. - python3-typing_extensions - https://pypi.org/project/typing-extensions/ + python3-sphinxcontrib-jquery + https://pypi.org/project/sphinxcontrib-jquery/ + + PisiLinux Community + admins@pisilinux.org + + custom + app + programming.language.python3 + Extension to include jQuery on newer Sphinx releases + Extension to include jQuery on newer Sphinx releases + Extension to include jQuery on newer Sphinx releases + Extension to include jQuery on newer Sphinx releases + python3-sphinxcontrib-jquery + https://files.pythonhosted.org/packages/de/f3/aa67467e051df70a6330fe7770894b3e4f09436dea6881ae0b4f3d87cad8/sphinxcontrib-jquery-4.1.tar.gz + + python3-devel + python3-build + python3-sphinx + python3-pytest + + programming/language/python3/python3-sphinxcontrib-jquery/pspec.xml + + + python3-sphinxcontrib-jquery + + python3 + python3-sphinx + python3-pytest + + + /usr/lib/python3* + /usr/share/doc + + + + + 2023-10-22 + 4.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-twisted + https://github.com/twisted/twisted/ PisiLinux Community admins@pisilinux.org MIT - library + app programming.language.python3 - The blessed package to manage your versions by scm tags - The blessed package to manage your versions by scm tags - The blessed package to manage your versions by scm tags - The blessed package to manage your versions by scm tags - https://files.pythonhosted.org/packages/9e/1d/d128169ff58c501059330f1ad96ed62b79114a2eb30b8238af63a2e27f70/typing_extensions-4.3.0.tar.gz + Asynchronous networking framework written in Python + Asynchronous networking framework written in Python + Asynchronous networking framework written in Python + Asynchronous networking framework written in Python + https://github.com/twisted/twisted/archive/refs/tags/twisted-24.10.0.tar.gz - pip3 python3-devel - python3-wheel - python3-flit-core - python3-setuptools + python3-build + python3-attrs + python3-constantly + python3-hyperlink + python3-incremental + python3-zope-interface + python3-typing_extensions + python3-hatch-fancy-pypi-readme - programming/language/python3/python3-typing_extensions/pspec.xml + programming/language/python3/python3-twisted/pspec.xml - python3-typing_extensions + python3-twisted python3 + python3-attrs + python3-automat + python3-constantly + python3-hyperlink + python3-incremental + python3-zope-interface + python3-typing_extensions + python3-hatch-fancy-pypi-readme /usr/bin @@ -304759,17 +306034,10 @@ complete albums that you have purchased from Amazon. - - 2024-04-17 - 4.3.0 - Rebuild - PisiLinux Community - admins@pisilinux.org - - 2022-07-02 - 4.3.0 - First release + 2024-12-06 + 24.10.0 + First release. PisiLinux Community admins@pisilinux.org @@ -308123,73 +309391,99 @@ complete albums that you have purchased from Amazon. - python3-httptools - https://github.com/MagicStack/httptools + python3-httpx + https://github.com/encode/httpx Blue Devil bluedevil@sctzine.com - MIT + BSDv3 library programming.language.python3 - A collection of framework independent HTTP protocol utils. - Toplu Özgür HTTP protokol araçları - httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break. - python3-httptools, nodejs HTTP çözümleyicisi için python3 bağlayıcılarını içerir. - https://files.pythonhosted.org/packages/67/1d/d77686502fced061b3ead1c35a2d70f6b281b5f723c4eff7a2277c04e4a2/httptools-0.6.1.tar.gz - https://github.com/nodejs/http-parser/archive/refs/tags/v2.9.4.tar.gz + The next generation HTTP client. + Gelecek nesil HTTP istemcisi + HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2. + python3-httpx, tam donanımlı python3 için HTTP istemcisidir. Asenkron APIler sunar ve hem HTT11/1'i hem de http/2'yi destekler. + https://github.com/encode/httpx/archive/0.20.0.tar.gz - pip3 - python3-wheel - python3-setuptools python3-devel + python3-setuptools - programming/language/python3/python3-httptools/pspec.xml + programming/language/python3/python3-httpx/pspec.xml - python3-httptools - A collection of framework independent HTTP protocol utils. + python3-httpx + The next generation HTTP client. python3 + python3-certifi + python3-chardet + python3-rfc3986 + python3-sniffio + python3-urllib3 + python3-httpcore + python3-hstspreload - /usr/share/doc/python3-httptools + /usr/bin/httpx /usr/share/man - /usr/lib + /usr/lib/python3* + /usr/share/doc/python3-httpx - - 2023-10-19 - 0.6.1 + + 2023-10-17 + 0.20.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-28 + 0.20.0 Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2020-08-30 + 0.14.2 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-05-24 + 0.13.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + - 2021-10-28 - 0.1.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com + 2020-03-27 + 0.12.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com - 2020-02-08 - 0.1.1 - Version bump. + 2020-03-11 + 0.12.0 + Minor version bump. Blue Devil bluedevil@sctzine.com - 2020-02-06 - 0.1.0 + 2020-01-23 + 0.11.1 Version bump. Blue Devil bluedevil@sctzine.com 2020-01-15 - 0.0.13 + 0.11.0 First pisi release. Blue Devil bluedevil@sctzine.com @@ -309288,60 +310582,62 @@ complete albums that you have purchased from Amazon. - python3-iso8601 - https://pypi.org/project/iso8601/ + python3-isodate + https://github.com/gweis/isodate/ PisiLinux Community admins@pisilinux.org - MIT - app + BSD + library programming.language.python3 - Simple module to parse ISO 8601 dates - Simple module to parse ISO 8601 dates - ISO 8601 tarihlerini ayrıştırmak için basit modül - ISO 8601 tarihlerini ayrıştırmak için basit modül - python3-iso8601 - https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz + ISO 8601 date/time parser. + This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. + https://github.com/gweis/isodate/archive/refs/tags/0.6.1.tar.gz - python3-build python3-devel - python3-pyproject-hooks - python3-poetry-core + python3-setuptools - programming/language/python3/python3-iso8601/pspec.xml + programming/language/python3/python3-isodate/pspec.xml - python3-iso8601 + python3-isodate python3 /usr/lib - /usr/share/doc + /usr/share + + 2023-10-17 + 0.6.1 + Rebuild + fury + uglyside@yandex.ru + - 2024-04-09 - 2.1.0 - Version bump. + 2022-01-18 + 0.6.1 + Version bump + fury + uglyside@yandex.ru + + + 2021-10-28 + 0.6.0 + Rebuild Mustafa Cinasal muscnsl@gmail.com - - 2023-10-17 - 1.1.0 - Rebuild - PisiLinux Community - admins@pisilinux.org - - 2023-03-31 - 1.1.0 - First release - PisiLinux Community - admins@pisilinux.org + 2021-06-18 + 0.6.0 + First build + fury + uglyside@yandex.ru @@ -310398,44 +311694,120 @@ complete albums that you have purchased from Amazon. - python3-magic - https://github.com/ahupp/python-magic/ + python3-mako + https://www.makotemplates.org/ PisiLinux Community admins@pisilinux.org MIT - app + app:console + library programming.language.python3 - A python wrapper for libmagic - A python wrapper for libmagic - A python wrapper for libmagic - A python wrapper for libmagic - https://github.com/ahupp/python-magic/archive/refs/tags/0.4.27.tar.gz + A python3 templating language + Python şablonlama dili + python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages. + python3-mako, varolan şablonlama dillerindeki en iyi fikirleri bir araya getiren süper hızlı bir şablonlama dilidir. + https://pypi.org/packages/source/m/mako/Mako-1.1.5.tar.gz - python3-build - python3-pytest + python3-devel + python3-beaker + python3-setuptools + python3-MarkupSafe - programming/language/python3/python3-magic/pspec.xml + programming/language/python3/python3-mako/pspec.xml - python3-magic + python3-mako + A python3 templating language python3 + python3-beaker + python3-MarkupSafe /usr/lib - /usr/share /usr/share/doc + /usr/bin + + + + python3-mako-docs + Documentation files for python3-mako + python3-mako için belgelendirme dosyaları + python3-mako-docs, python3-mako için belgelendirme dosyalarını içerir. + + python3-mako + + + /usr/share/doc/*/html + /usr/share/doc/*/build + /usr/share/doc/*/examples + + 2023-10-17 + 1.1.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-29 + 1.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 1.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-07-21 + 1.1.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-04 + 1.1.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-23 + 1.1.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-01-08 + 1.1.0 + Version bump + Idris Kalp + idriskalp@gmail.com + + + 2019-04-08 + 1.0.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + - 2024-11-26 - 0.4.27 + 2019-01-28 + 1.0.7 First release - PisiLinux Community - admins@pisilinux.org + Mustafa Cinasal + muscnsl@gmail.com @@ -310467,7 +311839,6 @@ complete albums that you have purchased from Amazon. python3 python3-PyYAML - python3-setuptools /usr/bin @@ -310476,6 +311847,13 @@ complete albums that you have purchased from Amazon. + + 2026-06-05 + 3.3.4 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + 2023-10-17 3.3.4 @@ -311658,59 +313036,58 @@ complete albums that you have purchased from Amazon. - python3-pafy - https://github.com/mps-youtube/pafy + python3-pallets-sphinx-themes + https://github.com/pallets/pallets-sphinx-themes Blue Devil bluedevil@sctzine.com - LGPLv3 + BSDv3 library programming.language.python3 - Python library to download YouTube content and retrieve metadata. - Youtube için Python APIsi - python3-pafy can retrieve YouTube content and metadata. - python3-pafy, Python ile YouTube içerik ve metadatanın çekilmesine olanak tanıyan python apisi sunar. - https://github.com/mps-youtube/pafy/archive/v0.5.5.tar.gz + Sphinx themes for Pallets and related projects. + Pallets ve benzeri projeler için sphinx teması. + python3-pallets-sphinx-themes provides sphinx themes for Pallets and related projects. + python3-pallets-sphinx-themes, pallets ve benzeri projeler için sphinx teması sağlar. + https://files.pythonhosted.org/packages/da/ff/dc403f870b3e7886aabc4abab24feeeae0ca8b6278cca2a402d3249ed4f3/Pallets-Sphinx-Themes-2.0.1.tar.gz python3-setuptools - python3-youtube_dl python3-devel - programming/language/python3/python3-pafy/pspec.xml + programming/language/python3/python3-pallets-sphinx-themes/pspec.xml - python3-pafy - A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". + python3-pallets-sphinx-themes + Sphinx themes for Pallets and related projects. - python3-youtube_dl + python3-importlib_metadata + python3-sphinx python3 - /usr/bin/ytdl /usr/lib/python3* - /usr/share/doc/python3-pafy + /usr/share/doc/python3-pallets-sphinx-themes 2023-10-17 - 0.5.5 - Rebuild + 2.0.1 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2021-10-28 - 0.5.5 - Rebuild + 2021-10-22 + 2.0.1 + Version bump. Mustafa Cinasal muscnsl@gmail.com - 2019-12-26 - 0.5.5 - First Pisi Release + 2020-02-18 + 1.2.3 + First release. Blue Devil bluedevil@sctzine.com @@ -312818,67 +314195,51 @@ complete albums that you have purchased from Amazon. - python3-pocketsphinx - https://github.com/AzatAI/pocketsphinx-python + python3-poetry-core + https://github.com/python-poetry/poetry-core PisiLinux Community admins@pisilinux.org - BSD - library + MIT + app programming.language.python3 - Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. - Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. - This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools. - This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools. - https://files.pythonhosted.org/packages/13/6f/280431fc903d7bc1a0b7efe5dc837602f0f193e382b36006bf23178acab5/pocketsphinx2-0.1.17.tar.gz + Poetry PEP 517 Build Backend Core Utilities + Poetry PEP 517 Build Backend Core Utilities + Poetry PEP 517 Build Backend Core Utilities + Poetry PEP 517 Build Backend Core Utilities + python3-poetry-core + https://github.com/python-poetry/poetry-core/releases/download/1.6.1/poetry_core-1.6.1.tar.gz - python3-devel - swig - alsa-lib-devel - pulseaudio-libs-devel - python-setuptools - python3-setuptools + python3-build + python3-installer - programming/language/python3/python3-pocketsphinx/pspec.xml + programming/language/python3/python3-poetry-core/pspec.xml - python3-pocketsphinx - Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. + python3-poetry-core python3 - python3-soupsieve - /usr/lib/python3* - /usr/share/doc/python3-pocketsphinx - - - - python-pocketsphinx - Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition. - - python - - - /usr/lib/python* - /usr/share/doc/python-pocketsphinx + /usr/lib + /usr/share/doc 2023-10-17 - 0.1.17 + 1.6.1 Rebuild - Ali Cengiz Kurt - alicengizkurt@gmail.com + PisiLinux Community + admins@pisilinux.org - 2022-01-23 - 0.1.17 + 2023-06-11 + 1.6.1 First release - Ali Cengiz Kurt - alicengizkurt@gmail.com + PisiLinux Community + admins@pisilinux.org @@ -313940,65 +315301,59 @@ complete albums that you have purchased from Amazon. - python3-pycryptodomex - https://pypi.org/project/pycryptodomex/ + python3-pyelftools + https://github.com/eliben/pyelftools Blue DeviL bluedevil@sctzine.com - BSD + Public Domain library + app:console programming.language.python3 - A self-contained Python package of low-level cryptographic primitives and doesn't conflict with pycrypto. - Düşük seviye kriptografik ilkeler içeren python3 paketidir. - PyCryptodomex is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1) - PyCrypto'dan çatallanan PyCryptodomex düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır. - https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-3.11.0.tar.gz + Python3 library for analyzing ELF files and DWARF debugging information + Python3 için pyelftools modülü + pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information. + pyelftools ELF ve DWARF dosyaları için çözümleme, inceleme ve hata ayıklamak için python ile yazılmış bir kitaplıktır. + https://github.com/eliben/pyelftools/archive/v0.27.tar.gz python3-devel python3-setuptools - programming/language/python3/python3-pycryptodomex/pspec.xml + programming/language/python3/python3-pyelftools/pspec.xml - python3-pycryptodomex - A self-contained Python package of low-level cryptographic primitives + python3-pyelftools + Python3 library for analyzing ELF files and DWARF debugging information python3 - gmp - /usr/lib/python3* - /usr/share/doc/python3-pycryptodomex + /usr/lib + /usr/share/doc + /usr/bin - + 2023-10-17 - 3.11.0 + 0.27 Rebuild. Mustafa Cinasal muscnsl@gmail.com - + 2021-10-28 - 3.11.0 + 0.27 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2020-07-21 - 3.9.8 - Patch version bump. - Blue Devil - bluedevil@sctzine.com - - 2020-02-24 - 3.9.7 - Version bump. - Blue Devil + 2019-12-12 + 0.26 + First pisi release. + Blue DeviL bluedevil@sctzine.com @@ -315325,121 +316680,66 @@ complete albums that you have purchased from Amazon. - python3-pyqt6-sip - https://riverbankcomputing.com/software/pyqt/intro + python3-pyrsistent + https://github.com/tobgu/pyrsistent - PisiLinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com - GPLv3 - app + MIT + library programming.language.python3 - The sip module support for PyQt6 - The sip module support for PyQt6 - The sip module support for PyQt6 - The sip module support for PyQt6 - python3-pyqt6-sip - https://files.pythonhosted.org/packages/90/24/a753e1af94b9ae5b2da63d4598457308da3cdbf0838c959381db086ccc86/pyqt6_sip-13.11.1.tar.gz + Persistent/Immutable/Functional data structures for Python. + Kalıcı/Değismez/İşlevsel veriyapıları kitaplığı. + Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. + python3-pyrsistent python için Kalıcı/Değişmez/İşlevsel veriyapıları kitaplığı sağlar. + https://github.com/tobgu/pyrsistent/archive/v0.18.0.tar.gz + python3-setuptools python3-devel - python3-build - programming/language/python3/python3-pyqt6-sip/pspec.xml + programming/language/python3/python3-pyrsistent/pspec.xml - python3-pyqt6-sip + python3-pyrsistent + Persistent/Immutable/Functional data structures for Python. + python3-six python3 - /usr/lib - /usr/share/doc + /usr/share/doc/python3-pyrsistent + /usr/lib/python3* - - 2026-04-03 - 13.11.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2026-01-29 - 13.11.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-12-04 - 13.10.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2025-06-11 - 13.10.2 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2025-02-03 - 13.10.0 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2024-12-14 - 13.9.1 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2024-09-29 - 13.8.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-11-18 - 13.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2023-10-09 - 13.5.2 - Version bump. + 2023-10-17 + 0.18.0 + Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2023-06-01 - 13.5.1 + 2021-10-28 + 0.18.0 Version bump. Mustafa Cinasal muscnsl@gmail.com - 2023-04-14 - 13.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2020-03-27 + 0.16.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com - 2022-10-08 - 13.4.0 + 2020-02-19 + 0.15.7 First release. - PisiLinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com @@ -316187,7 +317487,6 @@ complete albums that you have purchased from Amazon. python3 libyaml - python3-setuptools /usr/share/doc/python3-PyYAML @@ -316195,6 +317494,13 @@ complete albums that you have purchased from Amazon. + + 2026-06-05 + 5.4.1.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-17 5.4.1.1 @@ -317035,55 +318341,66 @@ complete albums that you have purchased from Amazon. - python3-rangehttpserver - https://github.com/danvk/RangeHTTPServer + python3-rdflib + https://pypi.org/project/rdflib/ PisiLinux Community admins@pisilinux.org - Apache-2.0 - library + BSD + app programming.language.python3 - SimpleHTTPServer with support for Range requests. - SimpleHTTPServer with support for Range requests. - https://files.pythonhosted.org/packages/source/r/rangehttpserver/rangehttpserver-1.4.0.tar.gz + A Python library for working with RDF, a simple yet powerful language for representing information + A Python library for working with RDF, a simple yet powerful language for representing information + A Python library for working with RDF, a simple yet powerful language for representing information + A Python library for working with RDF, a simple yet powerful language for representing information + https://files.pythonhosted.org/packages/source/r/rdflib/rdflib-6.1.1.tar.gz python3-devel python3-setuptools - programming/language/python3/python3-rangehttpserver/pspec.xml + programming/language/python3/python3-rdflib/pspec.xml - python3-rangehttpserver + python3-rdflib python3 + /usr/bin /usr/lib /usr/share + /usr/share/doc + + 2023-10-17 + 6.1.1 + Rebuild + Pisilinux Community + admins@pisilinux.org + - 2025-04-16 - 1.4.0 - Rebuild. - fury - uglyside@yandex.ru + 2021-01-18 + 6.1.1 + Version bump + Pisilinux Community + admins@pisilinux.org - 2023-10-17 - 1.2.0 + 2021-10-14 + 6.0.1 Rebuild. - fury - uglyside@yandex.ru + PisiLinux Community + admins@pisilinux.org - 2022-11-15 - 1.2.0 - First build. - fury - uglyside@yandex.ru + 2021-10-09 + 6.0.1 + First release + PisiLinux Community + admins@pisilinux.org @@ -318251,7 +319568,7 @@ complete albums that you have purchased from Amazon. Python3 shared library files used by shiboken6. python3 - shiboken6 + shiboken6 /usr/lib/python3*/site-packages/shiboken6* @@ -318263,7 +319580,7 @@ complete albums that you have purchased from Amazon. Development headers for the shiboken6 library. llvm-clang-devel - python3-shiboken6 + python3-shiboken6 /usr/lib/cmake/ @@ -318272,6 +319589,20 @@ complete albums that you have purchased from Amazon. + + 2026-06-07 + 6.10.3 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2026-06-05 + 6.11.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-16 6.10.3 @@ -318374,66 +319705,262 @@ complete albums that you have purchased from Amazon. - python3-simplejson - https://github.com/simplejson/simplejson + python3-sip + https://www.riverbankcomputing.com/news - Blue Devil - bluedevil@sctzine.com + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - AFL - MIT - library + GPLv2 + app:console programming.language.python3 - Simple, fast, extensible JSON encoder/decoder for Python. - Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık. - simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. - Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık modülü sunar. - https://github.com/simplejson/simplejson/archive/v3.17.5.tar.gz + SIP is a tool for generating bindings for C++ classes so that they can be used by Python3 + C ve C++ kütüphaneleri için python bağlayıcıları oluşturan bir araç + Generator powiązań Pythona z bibliotekami klas C++ + SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python3. It takes any C or C++ libraries and converts them into Python extension modules. + SIP3 C ve C++ kütüphanelerini Python'da kullanabilmek için bağlayıcılar oluşturan bir araçtır. Herhangi bir C veya C++ kütüphanesini Python genişletme modülüne dönüştürür. + Generuje powiązania Pythona z bibliotekami klas C++ ze zbioru plików ze specyfikacjami klas. Obsługiwany jest Python 2 i 3. + https://pypi.python.org/packages/source/s/sip/sip-6.15.1.tar.gz python3-devel - python3-setuptools + python3-build - programming/language/python3/python3-simplejson/pspec.xml + programming/language/python3/python3-sip/pspec.xml - python3-simplejson - Simple, fast, extensible JSON encoder/decoder for Python. + python3-sip + Python 3.x SIP bindings for C and C++ libraries + libgcc python3 + python3-PLY + python3-toml + python3-tomli + python3-pyparsing + python3-packaging - /usr/lib/python3* - /usr/share/doc/python3-simplejson + /usr/bin + /usr/lib + /usr/include + /usr/share/licenses + + + + python3-sip-docs + Documentation files for python3-sip + python3-sip için belgelendirme dosyaları + python3-sip-docs, python3-sip için belgelendirme dosyalarını içerir. + + python3-sip + + + /usr/share/doc/python3-sip - - 2023-10-17 - 3.17.5 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com + + 2026-01-29 + 6.15.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org - - 2021-10-28 - 3.17.5 + + 2025-12-04 + 6.14.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2025-08-28 + 6.12.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + + + 2025-06-11 + 6.12.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2024-09-29 + 6.8.6 Version bump. Mustafa Cinasal muscnsl@gmail.com - - 2020-07-21 - 3.17.2 - Patch version bump. + + 2024-06-09 + 6.8.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2023-10-22 + 6.7.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2023-10-17 + 6.7.8 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2023-04-10 + 6.7.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-10-13 + 6.7.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-10-22 + 4.19.25 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-12-19 + 4.19.24 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-09-10 + 4.19.24 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-04-04 + 4.19.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-03-01 + 4.19.21 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 4.19.20 + Rebuild bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-01-14 + 4.19.20 + Version bump. Blue Devil bluedevil@sctzine.com + + 2019-09-13 + 4.19.19 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-07-13 + 4.19.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-04-14 + 4.19.14 + Rebuild pyqt6 sip. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-01-14 + 4.19.12 + Rebuild pyqt6 sip. + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-08-06 + 4.19.12 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-01-10 + 4.19.6 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-02 + 4.19.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-06-18 + 4.18 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-11 + 4.18 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-06 + 4.18 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-05-20 + 4.18 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + - 2020-01-24 - 3.17.0 - First Pisi Release. - Blue Devil - bluedevil@sctzine.com + 2016-05-08 + 4.16.9 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org @@ -319518,49 +321045,59 @@ complete albums that you have purchased from Amazon. - python3-sphinxcontrib-jquery - https://pypi.org/project/sphinxcontrib-jquery/ + python3-sphinxcontrib-jsmath + https://github.com/sphinx-doc/sphinxcontrib-jsmath - PisiLinux Community - admins@pisilinux.org + Blue Devil + bluedevil@sctzine.com - custom - app + BSD + library programming.language.python3 - Extension to include jQuery on newer Sphinx releases - Extension to include jQuery on newer Sphinx releases - Extension to include jQuery on newer Sphinx releases - Extension to include jQuery on newer Sphinx releases - python3-sphinxcontrib-jquery - https://files.pythonhosted.org/packages/de/f3/aa67467e051df70a6330fe7770894b3e4f09436dea6881ae0b4f3d87cad8/sphinxcontrib-jquery-4.1.tar.gz + Sphinx extension which renders display math in HTML via JavaScript. + python3-sphinxcontrib-jsmath, javascript kullanarak html içerisinde matematiksel karakterlerin görüntülenmesini sağlar. + sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript. + python3-sphinxcontrib-jsmath, javascript kullanarak html içerisinde matematiksel karakterlerin görüntülenmesini sağlayan sphinx genisleme modülüdür. + https://github.com/sphinx-doc/sphinxcontrib-jsmath/archive/1.0.1.tar.gz + python3-setuptools python3-devel - python3-build - python3-sphinx - python3-pytest - programming/language/python3/python3-sphinxcontrib-jquery/pspec.xml + programming/language/python3/python3-sphinxcontrib-jsmath/pspec.xml - python3-sphinxcontrib-jquery + python3-sphinxcontrib-jsmath + sphinxcontrib-jsmath module for python python3 - python3-sphinx - python3-pytest /usr/lib/python3* - /usr/share/doc + /usr/share/doc/python3-sphinxcontrib-jsmath - - 2023-10-22 - 4.1 - First release - PisiLinux Community + + 2023-10-17 + 1.0.1 + Rebuild. + Pisi Linux Admins admins@pisilinux.org + + 2021-10-22 + 1.0.1 + Rebuild. + Pisi Linux Admins + admins@pisilinux.org + + + 2019-12-30 + 1.0.1 + First pisi release + Blue Devil + bluedevil@sctzine.com + @@ -320597,45 +322134,33 @@ complete albums that you have purchased from Amazon. - python3-twisted - https://github.com/twisted/twisted/ + python3-typing_extensions + https://pypi.org/project/typing-extensions/ PisiLinux Community admins@pisilinux.org MIT - app + library programming.language.python3 - Asynchronous networking framework written in Python - Asynchronous networking framework written in Python - Asynchronous networking framework written in Python - Asynchronous networking framework written in Python - https://github.com/twisted/twisted/archive/refs/tags/twisted-24.10.0.tar.gz + The blessed package to manage your versions by scm tags + The blessed package to manage your versions by scm tags + The blessed package to manage your versions by scm tags + The blessed package to manage your versions by scm tags + https://files.pythonhosted.org/packages/9e/1d/d128169ff58c501059330f1ad96ed62b79114a2eb30b8238af63a2e27f70/typing_extensions-4.3.0.tar.gz + pip3 python3-devel - python3-build - python3-attrs - python3-constantly - python3-hyperlink - python3-incremental - python3-zope-interface - python3-typing_extensions - python3-hatch-fancy-pypi-readme + python3-wheel + python3-flit-core + python3-setuptools - programming/language/python3/python3-twisted/pspec.xml + programming/language/python3/python3-typing_extensions/pspec.xml - python3-twisted + python3-typing_extensions python3 - python3-attrs - python3-automat - python3-constantly - python3-hyperlink - python3-incremental - python3-zope-interface - python3-typing_extensions - python3-hatch-fancy-pypi-readme /usr/bin @@ -320644,10 +322169,17 @@ complete albums that you have purchased from Amazon. + + 2024-04-17 + 4.3.0 + Rebuild + PisiLinux Community + admins@pisilinux.org + - 2024-12-06 - 24.10.0 - First release. + 2022-07-02 + 4.3.0 + First release PisiLinux Community admins@pisilinux.org @@ -322019,7 +323551,6 @@ complete albums that you have purchased from Amazon. python3-youtube_dl Youtube Video Downloader - python3-setuptools python3 @@ -322033,8 +323564,8 @@ complete albums that you have purchased from Amazon. - - 2023-10-17 + + 2026-06-05 2021.12.17 Rebuild. Mustafa Cinasal @@ -329488,81 +331019,6 @@ yığın. Üç bölüm sağlar: - - - libfreehand - https://wiki.documentfoundation.org/DLP/Libraries/libfreehand - - PisiLinux Community - admins@pisilinux.org - - MPL2 - library - programming.library - A library for import of Aldus/Macromedia/Adobe FreeHand documents - A library for import of Aldus/Macromedia/Adobe FreeHand documents - A library for import of Aldus/Macromedia/Adobe FreeHand documents - A library for import of Aldus/Macromedia/Adobe FreeHand documents - libfreehand - https://dev-www.libreoffice.org/src/libfreehand/libfreehand-0.1.2.tar.xz - - gperf - doxygen - zlib-devel - icu4c-devel - boost-devel - cppunit-devel - lcms2-devel - librevenge-devel - - - libfreehand-0.1.2-icu-fix.patch - - programming/library/libfreehand/pspec.xml - - - libfreehand - - zlib - lcms2 - librevenge - - - /usr/bin - /usr/lib - /usr/share/doc - - - - libfreehand-devel - Development files for libfreehand - - zlib-devel - librevenge-devel - libfreehand - - - /usr/include - /usr/lib/pkgconfig - - - - - 2026-02-17 - 0.1.2 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2023-05-17 - 0.1.2 - First release - PisiLinux Community - admins@pisilinux.org - - - libfyaml @@ -329612,6 +331068,89 @@ yığın. Üç bölüm sağlar: + + + libgdata + https://wiki.gnome.org/Projects/libgdata + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app + programming.library + GLib-based library for accessing online service APIs using the GData protocol + GLib-based library for accessing online service APIs using the GData protocol + GData protokolünü kullanarak çevrimiçi hizmet API'lerine erişmek için GLib tabanlı kitaplık + GData protokolünü kullanarak çevrimiçi hizmet API'lerine erişmek için GLib tabanlı kitaplık + https://download.gnome.org/sources/libgdata/0.18/libgdata-0.18.1.tar.xz + + meson + gcr-devel + vala-devel + glib2-devel + libsoup-devel + libxml2-devel + json-glib-devel + libuhttpmock-devel + gnome-online-accounts-devel + + programming/library/libgdata/pspec.xml + + + libgdata + + gcr + glib2 + libsoup + libxml2 + json-glib + libuhttpmock + gnome-online-accounts + + + /usr/lib + /usr/share/gir-1.0 + /usr/share/locale + /usr/share/vala + /usr/share/doc + + + + libgdata-devel + Development files for libgdata + + libgdata + gcr-devel + glib2-devel + libsoup-devel + libxml2-devel + json-glib-devel + libuhttpmock-devel + gnome-online-accounts-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2022-09-18 + 0.18.1 + Rebuild. + Pisi Linux Admins + admin@pisilinux.org + + + 2021-06-02 + 0.18.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + libgedit-amtk @@ -331219,60 +332758,45 @@ yığın. Üç bölüm sağlar: - libmsgraph - https://gitlab.gnome.org/GNOME/msgraph + libnih + https://launchpad.net/libnih - PisiLinux Community - admins@pisilinux.org + Aydın Demirel + aydin.demirel@pisilinux.org - LGPLv3 - library + GPL + app:library programming.library - A shared library for accessing MS Graph API - A shared library for accessing MS Graph API - MS Graph API'ye erişim için paylaşılan bir kitaplık - MS Graph API'ye erişim için paylaşılan bir kitaplık - libmsgraph - https://download.gnome.org/sources/msgraph/0.3/msgraph-0.3.3.tar.xz + Small library for C application development + C uygulama geliştirme için küçük bir kütüphane + Small library for C application development. + C uygulama geliştirme için küçük bir kütüphane. + https://launchpad.net/libnih/1.0/1.0.3/+download/libnih-1.0.3.tar.gz - meson - gi-docgen - glib2-devel - librest-devel - libsoup3-devel - libuhttpmock-devel - json-glib-devel - gobject-introspection-devel - gnome-online-accounts-devel + dbus-devel + expat-devel - programming/library/libmsgraph/pspec.xml + programming/library/libnih/pspec.xml - libmsgraph + libnih - glib2 - librest - libsoup3 - json-glib - libuhttpmock - gnome-online-accounts + dbus + expat - /usr/lib - /usr/share/gir-1.0 - /usr/share/doc + /usr/bin + /usr/share/man + /usr/share/aclocal + /usr/lib/ - libmsgraph-devel - Development files for libmsgraph + libnih-devel - libmsgraph - glib2-devel - librest-devel - libsoup3-devel - json-glib-devel - gnome-online-accounts-devel + libnih + dbus-devel + expat-devel /usr/include @@ -331280,33 +332804,40 @@ yığın. Üç bölüm sağlar: - - 2025-04-05 - 0.3.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2024-06-25 - 0.2.3 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - - 2024-05-22 - 0.2.2 - Version bump. + + 2020-02-01 + 1.0.3 + Rebuild New T. Mustafa Cinasal muscnsl@gmail.com + + 2018-08-13 + 1.0.3 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-12-13 + 1.0.3 + Release Bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-06-09 + 1.0.3 + Release Bump + Pisi Linux Community + admin@pisilinux.org + - 2024-03-18 - 0.2.1 + 2014-06-27 + 1.0.3 First release - PisiLinux Community - admins@pisilinux.org + Aydın Demirel + aydin.demirel@pisilinux.org @@ -332947,166 +334478,6 @@ yığın. Üç bölüm sağlar: - - - liburing - https://git.kernel.dk/cgit/liburing/ - - PisiLinux Community - admins@pisilinux.org - - GPL - LGPL - MIT - library - programming.library - This is the io_uring library, liburing. - liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation. - https://github.com/axboe/liburing/archive/refs/tags/liburing-2.14.tar.gz - programming/library/liburing/pspec.xml - - - liburing - - /usr/lib/liburing* - /usr/share/man - /usr/share/doc - - - - liburing-devel - - liburing - - - /usr/lib/pkgconfig - /usr/include - - - - - 2026-04-05 - 2.14 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-11-10 - 2.3 - Version bump. - fury - uglyside@yandex.ru - - - 2022-06-29 - 2.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-09-15 - 2.1 - Version bump. - fury - uglyside@yandex.ru - - - 2021-07-10 - 2.0 - Version bump. - fury - uglyside@yandex.ru - - - 2020-12-13 - 0.7 - First build. - fury - uglyside@yandex.ru - - - - - - libwlocate - https://sourceforge.net/projects/libwlocate/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - library - programming.library - A shared library that can be used for location-based services - libwlocate is a shared library that can be used for location-based services. - http://sourceforge.net/projects/pisilinux/files/source/libwlocate-code-213bcf6fb073d968af5e849a5c1828603f69e5ac.tar.gz - - wireless-tools-devel - - programming/library/libwlocate/pspec.xml - - - libwlocate - A shared library that can be used for location-based services - - wireless-tools - - - /usr/bin - /usr/lib - /usr/share/doc - - - - libwlocate-devel - Development files for libwlocate - - libwlocate - - - /usr/include - - - - - 2020-03-04 - 0.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2018-09-04 - 0.2 - Rebuild. - Pisi Linux Community - admin@pisilinux.org - - - 2017-05-11 - 0.2 - Release Bump - Kamil Atlı - admin@pisilinux.org - - - 2016-06-09 - 0.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-12-03 - 0.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - fmt @@ -333355,40 +334726,115 @@ yığın. Üç bölüm sağlar: - libgdata - https://wiki.gnome.org/Projects/libgdata + libfreehand + https://wiki.documentfoundation.org/DLP/Libraries/libfreehand - Pisi Linux Admins - admin@pisilinux.org + PisiLinux Community + admins@pisilinux.org - GPLv3 - app + MPL2 + library programming.library - GLib-based library for accessing online service APIs using the GData protocol - GLib-based library for accessing online service APIs using the GData protocol - GData protokolünü kullanarak çevrimiçi hizmet API'lerine erişmek için GLib tabanlı kitaplık - GData protokolünü kullanarak çevrimiçi hizmet API'lerine erişmek için GLib tabanlı kitaplık - https://download.gnome.org/sources/libgdata/0.18/libgdata-0.18.1.tar.xz + A library for import of Aldus/Macromedia/Adobe FreeHand documents + A library for import of Aldus/Macromedia/Adobe FreeHand documents + A library for import of Aldus/Macromedia/Adobe FreeHand documents + A library for import of Aldus/Macromedia/Adobe FreeHand documents + libfreehand + https://dev-www.libreoffice.org/src/libfreehand/libfreehand-0.1.2.tar.xz - meson - gcr-devel - vala-devel - glib2-devel - libsoup-devel - libxml2-devel - json-glib-devel - libuhttpmock-devel - gnome-online-accounts-devel + gperf + doxygen + zlib-devel + icu4c-devel + boost-devel + cppunit-devel + lcms2-devel + librevenge-devel - programming/library/libgdata/pspec.xml + + libfreehand-0.1.2-icu-fix.patch + + programming/library/libfreehand/pspec.xml - libgdata + libfreehand + + zlib + lcms2 + librevenge + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libfreehand-devel + Development files for libfreehand + + zlib-devel + librevenge-devel + libfreehand + + + /usr/include + /usr/lib/pkgconfig + + + + + 2026-02-17 + 0.1.2 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2023-05-17 + 0.1.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libmsgraph + https://gitlab.gnome.org/GNOME/msgraph + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + programming.library + A shared library for accessing MS Graph API + A shared library for accessing MS Graph API + MS Graph API'ye erişim için paylaşılan bir kitaplık + MS Graph API'ye erişim için paylaşılan bir kitaplık + libmsgraph + https://download.gnome.org/sources/msgraph/0.3/msgraph-0.3.3.tar.xz + + meson + gi-docgen + glib2-devel + librest-devel + libsoup3-devel + libuhttpmock-devel + json-glib-devel + gobject-introspection-devel + gnome-online-accounts-devel + + programming/library/libmsgraph/pspec.xml + + + libmsgraph - gcr glib2 - libsoup - libxml2 + librest + libsoup3 json-glib libuhttpmock gnome-online-accounts @@ -333396,22 +334842,18 @@ yığın. Üç bölüm sağlar: /usr/lib /usr/share/gir-1.0 - /usr/share/locale - /usr/share/vala /usr/share/doc - libgdata-devel - Development files for libgdata + libmsgraph-devel + Development files for libmsgraph - libgdata - gcr-devel + libmsgraph glib2-devel - libsoup-devel - libxml2-devel + librest-devel + libsoup3-devel json-glib-devel - libuhttpmock-devel gnome-online-accounts-devel @@ -333420,104 +334862,306 @@ yığın. Üç bölüm sağlar: - - 2022-09-18 - 0.18.1 - Rebuild. - Pisi Linux Admins + + 2025-04-05 + 0.3.3 + Version bump. + Pisi Linux Community admin@pisilinux.org - - 2021-06-02 - 0.18.1 - First release - Pisi Linux Admins + + 2024-06-25 + 0.2.3 + Version bump. + Pisi Linux Community admin@pisilinux.org + + 2024-05-22 + 0.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2024-03-18 + 0.2.1 + First release + PisiLinux Community + admins@pisilinux.org + - libnih - https://launchpad.net/libnih + liburing + https://git.kernel.dk/cgit/liburing/ - Aydın Demirel - aydin.demirel@pisilinux.org + PisiLinux Community + admins@pisilinux.org GPL - app:library + LGPL + MIT + library programming.library - Small library for C application development - C uygulama geliştirme için küçük bir kütüphane - Small library for C application development. - C uygulama geliştirme için küçük bir kütüphane. - https://launchpad.net/libnih/1.0/1.0.3/+download/libnih-1.0.3.tar.gz - - dbus-devel - expat-devel - - programming/library/libnih/pspec.xml + This is the io_uring library, liburing. + liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation. + https://github.com/axboe/liburing/archive/refs/tags/liburing-2.14.tar.gz + programming/library/liburing/pspec.xml - libnih - - dbus - expat - + liburing - /usr/bin + /usr/lib/liburing* /usr/share/man - /usr/share/aclocal - /usr/lib/ + /usr/share/doc - libnih-devel + liburing-devel - libnih - dbus-devel - expat-devel + liburing + + + /usr/lib/pkgconfig + /usr/include + + + + + 2026-04-05 + 2.14 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2022-11-10 + 2.3 + Version bump. + fury + uglyside@yandex.ru + + + 2022-06-29 + 2.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-09-15 + 2.1 + Version bump. + fury + uglyside@yandex.ru + + + 2021-07-10 + 2.0 + Version bump. + fury + uglyside@yandex.ru + + + 2020-12-13 + 0.7 + First build. + fury + uglyside@yandex.ru + + + + + + qtutilities + https://github.com/Martchus/qtutilities + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.library + Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. + Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. + https://github.com/Martchus/qtutilities/archive/v6.14.6/qtutilities-6.14.6.tar.gz + + cmake + ninja + qt6-linguist + qt6-base-devel + cpp-utilities-devel + + programming/library/qtutilities/pspec.xml + + + qtutilities + + qt6-base + cpp-utilities + + + /usr/lib + /usr/share + /usr/share/doc + + + + qtutilities-devel + + qtutilities + qt6-base-devel /usr/include /usr/lib/pkgconfig + /usr/share/qtutilities/cmake + + + + + 2025-02-10 + 6.14.6 + Version bump. + PisiLinux Community + admin@pisilinux.org + + + 2023-03-08 + 6.11.0 + Version bump. + fury + uglyside@yandex.ru + + + 2023-02-02 + 6.10.0 + Rebuild. + fury + uglyside@yandex.ru + + + 2022-11-23 + 6.10.0 + Version bump. + fury + uglyside@yandex.ru + + + 2022-09-09 + 6.8.0 + Version bump + fury + uglyside@yandex.ru + + + 2022-07-10 + 6.6.2 + Version bump + fury + uglyside@yandex.ru + + + 2022-04-14 + 6.6.0 + Version bump + fury + uglyside@yandex.ru + + + 2022-01-18 + 6.5.3 + Version bump + fury + uglyside@yandex.ru + + + 2021-11-04 + 6.5.0 + First build + fury + uglyside@yandex.ru + + + + + + libwlocate + https://sourceforge.net/projects/libwlocate/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + library + programming.library + A shared library that can be used for location-based services + libwlocate is a shared library that can be used for location-based services. + http://sourceforge.net/projects/pisilinux/files/source/libwlocate-code-213bcf6fb073d968af5e849a5c1828603f69e5ac.tar.gz + + wireless-tools-devel + + programming/library/libwlocate/pspec.xml + + + libwlocate + A shared library that can be used for location-based services + + wireless-tools + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libwlocate-devel + Development files for libwlocate + + libwlocate + + + /usr/include - 2020-02-01 - 1.0.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2020-03-04 + 0.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - 2018-08-13 - 1.0.3 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com + 2018-09-04 + 0.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org - 2017-12-13 - 1.0.3 + 2017-05-11 + 0.2 Release Bump Kamil Atlı - suvari@pisilinux.org + admin@pisilinux.org 2016-06-09 - 1.0.3 + 0.2 Release Bump Pisi Linux Community admin@pisilinux.org - 2014-06-27 - 1.0.3 + 2015-12-03 + 0.2 First release - Aydın Demirel - aydin.demirel@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org @@ -333584,57 +335228,6 @@ yığın. Üç bölüm sağlar: - - - rapidjson - http://rapidjson.org/ - - Kamil Atlı - suvari@pisilinux.org - - MIT - app - programming.library - A fast JSON parser/generator for C++ with both SAX/DOM style API. - Hem SAX/DOM stili API ile C++ için hızlı bir JSON ayrıştırıcı/oluşturucu - A fast JSON parser/generator for C++ with both SAX/DOM style API. - Hem SAX/DOM stili API ile C++ için hızlı bir JSON ayrıştırıcı/oluşturucu - https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.tar.gz - - cmake - - programming/library/rapidjson/pspec.xml - - - rapidjson - - /usr/lib - /usr/share/doc - - - - rapidjson-devel - Development files for rapidjson - rapidjson için geliştirme dosyaları - - rapidjson - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2022-05-01 - 1.1.0 - First release. - Kamil Atlı - suvari@pisilinux.org - - - libxdg-basedir @@ -334767,119 +336360,6 @@ yığın. Üç bölüm sağlar: - - - qtutilities - https://github.com/Martchus/qtutilities - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.library - Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. - Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. - https://github.com/Martchus/qtutilities/archive/v6.14.6/qtutilities-6.14.6.tar.gz - - cmake - ninja - qt6-linguist - qt6-base-devel - cpp-utilities-devel - - programming/library/qtutilities/pspec.xml - - - qtutilities - - qt6-base - cpp-utilities - - - /usr/lib - /usr/share - /usr/share/doc - - - - qtutilities-devel - - qtutilities - qt6-base-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/qtutilities/cmake - - - - - 2025-02-10 - 6.14.6 - Version bump. - PisiLinux Community - admin@pisilinux.org - - - 2023-03-08 - 6.11.0 - Version bump. - fury - uglyside@yandex.ru - - - 2023-02-02 - 6.10.0 - Rebuild. - fury - uglyside@yandex.ru - - - 2022-11-23 - 6.10.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-09-09 - 6.8.0 - Version bump - fury - uglyside@yandex.ru - - - 2022-07-10 - 6.6.2 - Version bump - fury - uglyside@yandex.ru - - - 2022-04-14 - 6.6.0 - Version bump - fury - uglyside@yandex.ru - - - 2022-01-18 - 6.5.3 - Version bump - fury - uglyside@yandex.ru - - - 2021-11-04 - 6.5.0 - First build - fury - uglyside@yandex.ru - - - range-v3 @@ -334933,6 +336413,57 @@ yığın. Üç bölüm sağlar: + + + rapidjson + http://rapidjson.org/ + + Kamil Atlı + suvari@pisilinux.org + + MIT + app + programming.library + A fast JSON parser/generator for C++ with both SAX/DOM style API. + Hem SAX/DOM stili API ile C++ için hızlı bir JSON ayrıştırıcı/oluşturucu + A fast JSON parser/generator for C++ with both SAX/DOM style API. + Hem SAX/DOM stili API ile C++ için hızlı bir JSON ayrıştırıcı/oluşturucu + https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.tar.gz + + cmake + + programming/library/rapidjson/pspec.xml + + + rapidjson + + /usr/lib + /usr/share/doc + + + + rapidjson-devel + Development files for rapidjson + rapidjson için geliştirme dosyaları + + rapidjson + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2022-05-01 + 1.1.0 + First release. + Kamil Atlı + suvari@pisilinux.org + + + re2 @@ -335732,7 +337263,7 @@ to create header files and sources from protocol files. FUSE filesystem to mount squashfs archives FUSE filesystem to mount squashfs archives FUSE filesystem to mount squashfs archives - https://github.com/vasi/squashfuse/archive/refs/tags/0.1.104.tar.gz + https://github.com/vasi/squashfuse/releases/download/0.6.2/squashfuse-0.6.2.tar.gz xz-devel lz4-devel @@ -335765,7 +337296,7 @@ to create header files and sources from protocol files. squashfuse-devel Development files for squashfuse - squashfuse + squashfuse xz-devel @@ -335774,6 +337305,13 @@ to create header files and sources from protocol files. + + 2026-06-02 + 0.6.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2021-05-19 0.1.104 @@ -346431,6 +347969,53 @@ contacts, tasks, and calendar information. + + + strip-nondeterminism + https://salsa.debian.org/reproducible-builds/strip-nondeterminism + + Kamil Atlı + suvari@pisilinux.org + + GPL-3.0-or-later + library + programming.language.perl + Tool for stripping bits of non-deterministic information from files + Tool for stripping bits of non-deterministic information from files + https://reproducible-builds.org/_lfs/releases/strip-nondeterminism/strip-nondeterminism-1.15.0.tar.bz2 + + perl + perl-Archive-Zip + perl-archive-cpio + perl-sub-override + + programming/misc/strip-nondeterminism/pspec.xml + + + strip-nondeterminism + + perl + perl-Archive-Zip + perl-archive-cpio + perl-sub-override + + + /usr/bin + /usr/share/man + /usr/share/perl5/vendor_perl + /usr/share/doc + + + + + 2026-06-08 + 1.15.0 + First release + Kamil Atlı + suvari@pisilinux.org + + + termcap @@ -379393,7 +380978,7 @@ contacts, tasks, and calendar information. - libXfont2 + libXfont https://www.x.org/ PisiLinux Community @@ -379402,9 +380987,12 @@ contacts, tasks, and calendar information. MIT library x11.library + Librairie Xfont de X.Org X.Org Xfont library + X.Org Xfont kitaplığı + X.Org Xfont Bibliothek libXfont is the Xorg library that allows using various types of fonts. - http://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.7.tar.xz + mirrors://xorg/individual/lib/libXfont-1.5.4.tar.bz2 libfontenc-devel util-macros @@ -379413,16 +381001,14 @@ contacts, tasks, and calendar information. xtrans xmlto zlib-devel - libbsd-devel - x11/library/libXfont2/pspec.xml + x11/library/libXfont/pspec.xml - libXfont2 + libXfont libfontenc zlib - libbsd freetype @@ -379431,11 +381017,11 @@ contacts, tasks, and calendar information. - libXfont2-devel + libXfont-devel Development files for libXfont + libXfont için geliştirme dosyaları - libXfont2 - xorg-proto + libXfont libfontenc-devel freetype-devel @@ -379445,68 +381031,61 @@ contacts, tasks, and calendar information. - - 2024-08-02 - 2.0.7 - Version bump. - Pisi Linux Community - admin@pisilinux.org - - 2022-09-06 - 2.0.6 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com + 2020-01-10 + 1.5.4 + Rebuild. + Idris Kalp + idriskalp@gmail.com - 2021-10-19 - 2.0.5 - Version bump. + 2019-10-20 + 1.5.4 + Rebuild. Mustafa Cinasal muscnsl@gmail.com - 2020-01-10 - 2.0.4 - Rebuild - Idris Kalp - idriskalp@gmail.com + 2019-01-07 + 1.5.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com - 2019-10-20 - 2.0.4 + 2018-09-16 + 1.5.4 Version bump. - Mustafa Cinasal - muscnsl@gmail.com + PisiLinux Community + admin@pisilinux.org - 2019-01-07 - 2.0.3 - Rebuild. - Mustafa Cinasal - muscnsl@gmail.com + 2018-02-22 + 1.5.4 + Version bump. + PisiLinux Community + admin@pisilinux.org - 2018-09-16 - 2.0.3 - Rebuild. + 2017-02-02 + 1.5.2 + Version bump PisiLinux Community admin@pisilinux.org - 2018-02-22 - 2.0.3 - Version bump. + 2016-04-30 + 1.5.1 + Release bump PisiLinux Community admin@pisilinux.org - 2017-03-02 - 2.0.1 + 2015-08-15 + 1.5.1 First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com @@ -383766,7 +385345,7 @@ contacts, tasks, and calendar information. - libXfont + libXfont2 https://www.x.org/ PisiLinux Community @@ -383775,12 +385354,9 @@ contacts, tasks, and calendar information. MIT library x11.library - Librairie Xfont de X.Org X.Org Xfont library - X.Org Xfont kitaplığı - X.Org Xfont Bibliothek libXfont is the Xorg library that allows using various types of fonts. - mirrors://xorg/individual/lib/libXfont-1.5.4.tar.bz2 + http://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.7.tar.xz libfontenc-devel util-macros @@ -383789,14 +385365,16 @@ contacts, tasks, and calendar information. xtrans xmlto zlib-devel + libbsd-devel - x11/library/libXfont/pspec.xml + x11/library/libXfont2/pspec.xml - libXfont + libXfont2 libfontenc zlib + libbsd freetype @@ -383805,11 +385383,11 @@ contacts, tasks, and calendar information. - libXfont-devel + libXfont2-devel Development files for libXfont - libXfont için geliştirme dosyaları - libXfont + libXfont2 + xorg-proto libfontenc-devel freetype-devel @@ -383819,61 +385397,68 @@ contacts, tasks, and calendar information. + + 2024-08-02 + 2.0.7 + Version bump. + Pisi Linux Community + admin@pisilinux.org + - 2020-01-10 - 1.5.4 - Rebuild. - Idris Kalp - idriskalp@gmail.com + 2022-09-06 + 2.0.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com - 2019-10-20 - 1.5.4 - Rebuild. + 2021-10-19 + 2.0.5 + Version bump. Mustafa Cinasal muscnsl@gmail.com + 2020-01-10 + 2.0.4 + Rebuild + Idris Kalp + idriskalp@gmail.com + + + 2019-10-20 + 2.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + 2019-01-07 - 1.5.4 + 2.0.3 Rebuild. Mustafa Cinasal muscnsl@gmail.com - - 2018-09-16 - 1.5.4 - Version bump. - PisiLinux Community - admin@pisilinux.org - - - 2018-02-22 - 1.5.4 - Version bump. - PisiLinux Community - admin@pisilinux.org - - 2017-02-02 - 1.5.2 - Version bump + 2018-09-16 + 2.0.3 + Rebuild. PisiLinux Community admin@pisilinux.org - 2016-04-30 - 1.5.1 - Release bump + 2018-02-22 + 2.0.3 + Version bump. PisiLinux Community admin@pisilinux.org - 2015-08-15 - 1.5.1 + 2017-03-02 + 2.0.1 First release - Ertuğrul Erata - ertugrulerata@gmail.com + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org @@ -387071,7 +388656,7 @@ contacts, tasks, and calendar information. Mesa, OpenGL belirtiminin (etkileşimli 3B grafiklerin gerçeklenmesi için bir sistem) açık kaynaklı bir uyarlamasıdır. Mesa jest open-source'ową implementacją specyfikacji OpenGL do renderowania trójwymiarowej grafiki. mesa - https://archive.mesa3d.org//mesa-26.1.1.tar.xz + https://archive.mesa3d.org//mesa-26.1.2.tar.xz crossfile.ini @@ -387238,7 +388823,7 @@ contacts, tasks, and calendar information. libXdamage-devel libXxf86vm-devel libxshmfence-devel - mesa + mesa /usr/include @@ -387318,7 +388903,7 @@ contacts, tasks, and calendar information. libunwind-32bit spirv-tools-32bit xcb-util-keysyms-32bit - mesa + mesa llvm-32bit @@ -387327,6 +388912,13 @@ contacts, tasks, and calendar information. + + 2026-06-04 + 26.1.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-05-31 26.1.1 @@ -392356,7 +393948,7 @@ contacts, tasks, and calendar information. X sunucu, grafiksel arayüz için gerekli ana uygulamadır. X serwer to główna aplikacja, która umożliwia interfejs graficzny. xorg - mirrors://xorg/individual/xserver/xorg-server-21.1.22.tar.xz + mirrors://xorg/individual/xserver/xorg-server-21.1.23.tar.xz valgrind xorg-proto @@ -392583,6 +394175,13 @@ contacts, tasks, and calendar information. + + 2026-06-02 + 21.1.23 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-04-14 21.1.22 @@ -396432,7 +398031,7 @@ contacts, tasks, and calendar information. Run X clients under wayland Run X clients under wayland Run X clients under wayland - https://xorg.freedesktop.org/archive/individual/xserver/xwayland-24.1.11.tar.xz + https://xorg.freedesktop.org/archive/individual/xserver/xwayland-24.1.12.tar.xz meson xtrans @@ -396496,7 +398095,7 @@ contacts, tasks, and calendar information. xorg-xwayland-devel Development files for xorg-xwayland - xorg-xwayland + xorg-xwayland /usr/include @@ -396507,6 +398106,13 @@ contacts, tasks, and calendar information. + + 2026-06-02 + 24.1.12 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-04-27 24.1.11 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 8d417c994f..30abe2912b 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -df17e6f0f1d3ac36f687c0f6517db020f9d1d46f \ No newline at end of file +4334dbab0abfa9a13a27cca75149142e22a26366 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index e021b1e9c3..eed05fb8d8 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 06c4bc627f..e2202c872b 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -f6bbdc401a5931aebf4f908ac4adbf9c243f6051 \ No newline at end of file +71af705d65c6b320e88b3340ece90842c3c3be42 \ No newline at end of file diff --git a/programming/misc/strip-nondeterminism/actions.py b/programming/misc/strip-nondeterminism/actions.py new file mode 100644 index 0000000000..4a61e240a7 --- /dev/null +++ b/programming/misc/strip-nondeterminism/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 get +from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules + +WorkDir="strip-nondeterminism-%s" % get.srcVERSION() + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("README", "COPYING") diff --git a/programming/misc/strip-nondeterminism/pspec.xml b/programming/misc/strip-nondeterminism/pspec.xml new file mode 100644 index 0000000000..cdfa7fac41 --- /dev/null +++ b/programming/misc/strip-nondeterminism/pspec.xml @@ -0,0 +1,50 @@ + + + + + strip-nondeterminism + https://salsa.debian.org/reproducible-builds/strip-nondeterminism + + Kamil Atlı + suvari@pisilinux.org + + programming.language.perl + GPL-3.0-or-later + library + Tool for stripping bits of non-deterministic information from files + Tool for stripping bits of non-deterministic information from files + https://reproducible-builds.org/_lfs/releases/strip-nondeterminism/strip-nondeterminism-1.15.0.tar.bz2 + + perl + perl-Archive-Zip + perl-archive-cpio + perl-sub-override + + + + + strip-nondeterminism + + perl + perl-Archive-Zip + perl-archive-cpio + perl-sub-override + + + /usr/bin + /usr/share/man + /usr/share/perl5/vendor_perl + /usr/share/doc + + + + + + 2026-06-08 + 1.15.0 + First release + Kamil Atlı + suvari@pisilinux.org + + +