diff --git a/desktop/kde6/applications/akonadi-contacts-kf6/actions.py b/desktop/kde6/applications/akonadi-contacts-kf6/actions.py
new file mode 100755
index 0000000000..e241e5ce33
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-contacts-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/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 pisitools
+from pisi.actionsapi import kde6
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ #pisitools.dodoc("COPYING", "COPYING.BSD", "COPYING.LIB")
diff --git a/desktop/kde6/applications/akonadi-contacts-kf6/files/qt5.patch b/desktop/kde6/applications/akonadi-contacts-kf6/files/qt5.patch
new file mode 100755
index 0000000000..61384c10ac
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-contacts-kf6/files/qt5.patch
@@ -0,0 +1,12 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2017-12-08 04:02:01.000000000 +0300
++++ b/CMakeLists.txt 2017-12-16 19:06:49.046309936 +0300
+@@ -30,7 +30,7 @@
+ set(kmime-kf6LIB_VERSION "5.7.0")
+ set(AKONADI_VERSION "5.7.0")
+
+-set(QT_REQUIRED_VERSION "5.8.0")
++set(QT_REQUIRED_VERSION "5.7.1")
+ find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
+ ########### Find packages ###########
+ find_package(KF5kio-kf6 ${KF5_VERSION} CONFIG REQUIRED)
diff --git a/desktop/kde6/applications/akonadi-contacts-kf6/pspec.xml b/desktop/kde6/applications/akonadi-contacts-kf6/pspec.xml
new file mode 100755
index 0000000000..64aed48065
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-contacts-kf6/pspec.xml
@@ -0,0 +1,113 @@
+
+
+
+
+
+ akonadi-contacts-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Libraries and daemons to implement Contact Management in Akonadi.
+ Libraries and daemons to implement Contact Management in Akonadi.
+ mirrors://kde/stable/release-service/24.02.0/src/akonadi-contacts-24.02.0.tar.xz
+
+ qt6-base-devel
+ qt6-webengine-devel
+ libical-devel
+ ki18n-kf6-devel
+ prison-kf6-devel
+ gettext-devel
+ kdoctools-kf6-devel
+ boost-devel
+ akonadi-kf6-devel
+ extra-cmake-modules-kf6
+
+
+ kmime-kf6-devel
+ kcontacts-kf6-devel
+ kcalendarcore-kf6-devel
+
+ kitemmodels-kf6-devel
+
+
+ ktextwidgets-kf6-devel
+ kiconthemes-kf6-devel
+ grantleetheme-kf6-devel
+ kunitconversion-kf6-devel
+ grantlee-qt5-devel
+
+ kcmutils-kf6-devel
+
+
+
+
+
+
+
+ akonadi-contacts-kf6
+
+ qt6-base
+ ki18n-kf6
+ kcodecs-kf6
+ kmime-kf6
+ kio-kf6
+ akonadi-kf6
+ prison-kf6
+ libgcc
+ kconfig-kf6
+ kxmlgui-kf6
+ kjobwidgets-kf6
+ kservice-kf6
+ kcmutils-kf6
+ kcompletion-kf6
+ kcontacts-kf6
+ qt6-webengine
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ kiconthemes-kf6
+ ktextwidgets-kf6
+ grantlee-qt5
+ grantleetheme-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt6
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ akonadi-contacts-kf6-devel
+ Development files for akonadi-contacts-kf6
+
+ qt6-base-devel
+ akonadi-contacts-kf6
+ grantleetheme-kf6-devel
+ grantlee-qt5-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/akonadi-mime-kf6/actions.py b/desktop/kde6/applications/akonadi-mime-kf6/actions.py
new file mode 100755
index 0000000000..e241e5ce33
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-mime-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/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 pisitools
+from pisi.actionsapi import kde6
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ #pisitools.dodoc("COPYING", "COPYING.BSD", "COPYING.LIB")
diff --git a/desktop/kde6/applications/akonadi-mime-kf6/pspec.xml b/desktop/kde6/applications/akonadi-mime-kf6/pspec.xml
new file mode 100755
index 0000000000..e801f8c8dd
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-mime-kf6/pspec.xml
@@ -0,0 +1,83 @@
+
+
+
+
+
+ akonadi-mime-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Libraries and daemons to implement basic email handling
+ Libraries and daemons to implement basic email handling
+ mirrors://kde/stable/release-service/24.02.0/src/akonadi-mime-24.02.0.tar.xz
+
+ qt6-base-devel
+ boost-devel
+ ki18n-kf6-devel
+ kdoctools-kf6-devel
+ kitemmodels-kf6-devel
+ gettext-devel
+ akonadi-kf6-devel
+ extra-cmake-modules-kf6
+ kxmlgui-kf6-devel
+ libxslt-devel
+ extra-cmake-modules-kf6
+ kmime-kf6-devel
+ kio-kf6-devel
+ shared-mime-info
+
+
+
+
+ akonadi-mime-kf6
+
+ qt6-base
+ ki18n-kf6
+ akonadi-kf6
+ libgcc
+ kio-kf6
+ kmime-kf6
+ kconfig-kf6
+ kxmlgui-kf6
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ kwidgetsaddons-kf6
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt6
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ akonadi-mime-kf6-devel
+ Development files for akonadi-mime-kf6
+
+ qt6-base-devel
+ akonadi-mime-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/akonadi-notes-kf6/actions.py b/desktop/kde6/applications/akonadi-notes-kf6/actions.py
new file mode 100755
index 0000000000..e241e5ce33
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-notes-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/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 pisitools
+from pisi.actionsapi import kde6
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ #pisitools.dodoc("COPYING", "COPYING.BSD", "COPYING.LIB")
diff --git a/desktop/kde6/applications/akonadi-notes-kf6/files/qt5.patch b/desktop/kde6/applications/akonadi-notes-kf6/files/qt5.patch
new file mode 100755
index 0000000000..6fe1c0aa4a
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-notes-kf6/files/qt5.patch
@@ -0,0 +1,12 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2017-12-08 04:02:04.000000000 +0300
++++ b/CMakeLists.txt 2017-12-17 11:11:24.680708300 +0300
+@@ -22,7 +22,7 @@
+ include(ECMCoverageOption)
+
+
+-set(QT_REQUIRED_VERSION "5.8.0")
++set(QT_REQUIRED_VERSION "5.7.1")
+ set(AKONADI_NOTES_VERSION ${PIM_VERSION})
+
+ set(kmime-kf6LIB_VERSION "5.7.0")
diff --git a/desktop/kde6/applications/akonadi-notes-kf6/pspec.xml b/desktop/kde6/applications/akonadi-notes-kf6/pspec.xml
new file mode 100755
index 0000000000..9aeea2f0ee
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-notes-kf6/pspec.xml
@@ -0,0 +1,84 @@
+
+
+
+
+
+ akonadi-notes-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Libraries and daemons to implement management of notes in Akonadi
+ Libraries and daemons to implement management of notes in Akonadi
+ mirrors://kde/stable/release-service/24.02.0/src/akonadi-notes-24.02.0.tar.xz
+
+ qt6-base-devel
+ boost-devel
+ ki18n-kf6-devel
+ kdoctools-kf6-devel
+ kitemmodels-kf6-devel
+ gettext-devel
+ akonadi-kf6-devel
+ extra-cmake-modules-kf6
+ kxmlgui-kf6-devel
+ libxslt-devel
+ extra-cmake-modules-kf6
+ kmime-kf6-devel
+ shared-mime-info
+
+
+
+
+
+
+
+ akonadi-notes-kf6
+
+ qt6-base
+ ki18n-kf6
+ akonadi-kf6
+ libgcc
+ kio-kf6
+ kmime-kf6
+ kconfig-kf6
+ kxmlgui-kf6
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ kwidgetsaddons-kf6
+
+
+ /usr/share
+ /usr/lib/qt6
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ akonadi-notes-kf6-devel
+ Development files for akonadi-notes-kf6
+
+ qt6-base-devel
+ akonadi-notes-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/audiocd-kio-kf6/actions.py b/desktop/kde6/applications/audiocd-kio-kf6/actions.py
new file mode 100755
index 0000000000..995dd6b97e
--- /dev/null
+++ b/desktop/kde6/applications/audiocd-kio-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("COPYING", "COPYING.DOC")
diff --git a/desktop/kde6/applications/audiocd-kio-kf6/pspec.xml b/desktop/kde6/applications/audiocd-kio-kf6/pspec.xml
new file mode 100755
index 0000000000..4e234b727b
--- /dev/null
+++ b/desktop/kde6/applications/audiocd-kio-kf6/pspec.xml
@@ -0,0 +1,99 @@
+
+
+
+
+
+ audiocd-kio-kf6
+ https://www.kde.org/applications/multimedia/
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ FDL
+ GPL
+ LGPL
+ kio-kf6slave for accessing audio CDs
+ kio-kf6slave for accessing audio CDs
+ https://download.kde.org/stable/release-service/24.02.0/src/audiocd-kio-24.02.0.tar.xz
+
+ cdparanoia-devel
+ flac-devel
+ gettext-devel
+ kconfig-kf6-devel
+
+ kdoctools-kf6-devel
+ kio-kf6-devel
+ lame-devel
+ libkcompactdisc-kf6-devel
+ libvorbis-devel
+ qt6-base-devel
+ ki18n-kf6-devel
+ qt6-phonon-devel
+ extra-cmake-modules-kf6
+ libogg-devel
+ kcompletion-kf6-devel
+ kcoreaddons-kf6-devel
+ kconfigwidgets-kf6-devel
+
+
+ kitemmodels-kf6-devel
+
+ kunitconversion-kf6-devel
+ libkcddb-kf6
+ kcmutils-kf6-devel
+
+
+
+ audiocd-kio-kf6
+ kio-kf6slave for accessing audio CDs
+
+ cdparanoia
+ flac
+ lame
+ libkcompactdisc-kf6
+ libvorbis
+ qt6-base
+ qt6-phonon
+ kio-kf6
+ ki18n-kf6
+ libgcc
+ libogg
+ kconfig-kf6
+ kcmutils-kf6
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kconfigwidgets-kf6
+
+ libkcddb-kf6
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib
+ /usr/lib/qt6
+ /usr/share/doc
+
+
+
+
+ audiocd-kio-kf6-devel
+ Development files for audiocd-kio-kf6
+
+ audiocd-kio-kf6
+ qt6-base-devel
+
+
+ /usr/include
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/bomber-kf6/actions.py b/desktop/kde6/applications/bomber-kf6/actions.py
new file mode 100755
index 0000000000..b29afbc032
--- /dev/null
+++ b/desktop/kde6/applications/bomber-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/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 pisitools
+from pisi.actionsapi import kde6
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/applications/bomber-kf6/pspec.xml b/desktop/kde6/applications/bomber-kf6/pspec.xml
new file mode 100755
index 0000000000..7784b2454d
--- /dev/null
+++ b/desktop/kde6/applications/bomber-kf6/pspec.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+ bomber-kf6
+ https://www.kde.org/applications/games/bomber/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv3
+ app:gui
+ desktop.kde.games
+ A single player arcade game
+ bomber-kf6 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/24.02.0/src/bomber-24.02.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ mesa-devel
+ kxmlgui-kf6-devel
+ libkdegames-kf6-devel
+ qt6-declarative-devel
+
+ kdoctools-kf6-devel
+
+ kitemmodels-kf6-devel
+
+ kunitconversion-kf6-devel
+ kcrash-kf6-devel
+
+
+
+
+ bomber-kf6
+
+ ki18n-kf6
+ libgcc
+ kcrash-kf6
+ kconfig-kf6
+ kxmlgui-kf6
+ qt6-base
+ qt6-phonon
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ libkdegames-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+
+
+ /usr/bin
+ /usr/share/appdata
+ /usr/share/applications
+ /usr/share
+ /usr/share/bomber-kf6
+ /usr/share/config.kcfg
+ /usr/share/icons
+ /usr/share/doc
+ /usr/share/kxmlgui-kf65
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/bovo-kf6/actions.py b/desktop/kde6/applications/bovo-kf6/actions.py
new file mode 100755
index 0000000000..62c153796d
--- /dev/null
+++ b/desktop/kde6/applications/bovo-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/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 pisitools
+from pisi.actionsapi import kde6
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("AUTHORS", "COPYING", "TODO", "README.PACKAGERS")
diff --git a/desktop/kde6/applications/bovo-kf6/files/org.kde.bovo.desktop b/desktop/kde6/applications/bovo-kf6/files/org.kde.bovo.desktop
new file mode 100755
index 0000000000..737355992b
--- /dev/null
+++ b/desktop/kde6/applications/bovo-kf6/files/org.kde.bovo.desktop
@@ -0,0 +1,123 @@
+[Desktop Entry]
+Exec=bovo-kf6 -qwindowtitle %c
+Name=bovo-kf6
+Name[ast]=bovo-kf6
+Name[bs]=bovo-kf6
+Name[ca]=bovo-kf6
+Name[ca@valencia]=bovo-kf6
+Name[cs]=bovo-kf6
+Name[da]=bovo-kf6
+Name[de]=bovo-kf6
+Name[el]=bovo-kf6
+Name[en_GB]=bovo-kf6
+Name[eo]=bovo-kf6
+Name[es]=bovo-kf6
+Name[et]=bovo-kf6
+Name[eu]=bovo-kf6
+Name[fa]=بُوُ
+Name[fi]=bovo-kf6
+Name[fr]=bovo-kf6
+Name[ga]=bovo-kf6
+Name[gl]=bovo-kf6
+Name[hne]=बोवो
+Name[hr]=bovo-kf6
+Name[hu]=bovo-kf6
+Name[it]=bovo-kf6
+Name[ja]=bovo-kf6
+Name[kk]=Бово
+Name[km]=bovo-kf6
+Name[ko]=bovo-kf6
+Name[lt]=bovo-kf6
+Name[lv]=bovo-kf6
+Name[mai]=bovo-kf6
+Name[mr]=बोव्हो
+Name[ms]=bovo-kf6
+Name[nb]=bovo-kf6
+Name[nds]=bovo-kf6
+Name[ne]=बोभो
+Name[nl]=bovo-kf6
+Name[nn]=bovo-kf6
+Name[pa]=ਬੋਵੋ
+Name[pl]=bovo-kf6
+Name[pt]=bovo-kf6
+Name[pt_BR]=bovo-kf6
+Name[ro]=bovo-kf6
+Name[ru]=bovo-kf6
+Name[sk]=bovo-kf6
+Name[sl]=bovo-kf6
+Name[sq]=bovo-kf6
+Name[sr]=Бово
+Name[sr@ijekavian]=Бово
+Name[sr@ijekavianlatin]=bovo-kf6
+Name[sr@latin]=bovo-kf6
+Name[sv]=bovo-kf6
+Name[te]=బొవొ
+Name[tr]=bovo-kf6
+Name[ug]=bovo-kf6
+Name[uk]=Бово
+Name[wa]=bovo-kf6
+Name[x-test]=xxbovo-kf6xx
+Name[zh_CN]=bovo-kf6
+Name[zh_TW]=bovo-kf6
+Icon=bovo-kf6
+Type=Application
+X-DocPath=bovo/index.html
+GenericName=Five-in-a-row Board Game
+GenericName[ast]=Xuegu de tableru cinco en llinia
+GenericName[bs]=Pet-u-redu Igra na ploči
+GenericName[ca]=Joc de cinc en fila
+GenericName[ca@valencia]=Joc de cinc en fila
+GenericName[cs]=Desková hra "pět v řadě"
+GenericName[da]=Fem-på-række-brætspil
+GenericName[de]=Fünf-Gewinnt-Brettspiel
+GenericName[el]=Επιτραπέζιο παιχνίδι Πέντε στη σειρά
+GenericName[en_GB]=Five-in-a-row Board Game
+GenericName[eo]=Gobanga bretludo
+GenericName[es]=Juego de tablero de cinco en línea
+GenericName[et]=Viis ritta lauamäng
+GenericName[eu]=Bostko artzain-jokoa
+GenericName[fa]=بازی تخته پنج در یک سطر
+GenericName[fi]=Viiden suora
+GenericName[fr]=Jeu de plateau « Cinq-en-ligne »
+GenericName[ga]=Cluiche cláir cúig-cinn-as-a-chéile
+GenericName[gl]=Xogo de taboleiro «pai, fillo e nai»
+GenericName[hne]=बोर्ड मं एक लकीर मं पांच वाले खेल
+GenericName[hu]=Ötöt egy sorba táblajáték
+GenericName[is]=Fimm-í-röð borðleikur
+GenericName[it]=Forza 5, gioco da tavolo
+GenericName[ja]=五目並べ
+GenericName[kk]="Бесеуін - қатарға" ойны
+GenericName[km]=ល្បែងក្ដារ ប្រាំក្នុងមួយជួរ
+GenericName[ko]=오목 게임
+GenericName[lt]=Penki-vienoje-eilutėje stalo žaidimas
+GenericName[lv]=Galda spēle pieci-rindā
+GenericName[mr]=एका-ओळीत-पाच बोर्ड खेळ
+GenericName[nb]=Brettspill fem på rad
+GenericName[nds]="Fief op de Reeg"-Speel
+GenericName[ne]=एक पङ्क्तिमा पाँच बोर्ड खेल
+GenericName[nl]=Vijf-op-een-rij bordspel
+GenericName[nn]=Fem på rad
+GenericName[pl]=Gra planszowa "Pięć w rzędzie"
+GenericName[pt]=Jogo de Tabuleiro Cinco-em-Linha
+GenericName[pt_BR]=Jogo de tabuleiro como Reversi
+GenericName[ro]=Joc de table Cinci-în-linie
+GenericName[ru]=Японские крестики-нолики
+GenericName[sk]=Stolová hra Piškvorky
+GenericName[sl]=Namizna igra Pet v vrsto
+GenericName[sr]=Игра на табли „пет у низу“
+GenericName[sr@ijekavian]=Игра на табли „пет у низу“
+GenericName[sr@ijekavianlatin]=Igra na tabli „pet u nizu“
+GenericName[sr@latin]=Igra na tabli „pet u nizu“
+GenericName[sv]=Fem-i-rad brädspel
+GenericName[tr]=Bir-satırda-beş Tahta Oyunu
+GenericName[ug]=بىر-قۇردا-بەش تاختا ئويۇنى
+GenericName[uk]=Гра на дошці (п'ять-в-рядку)
+GenericName[wa]=Djeu «cénk e roye»
+GenericName[x-test]=xxFive-in-a-row Board Gamexx
+GenericName[zh_CN]=五子棋游戏
+GenericName[zh_TW]=五子棋棋盤遊戲
+Terminal=false
+StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;BoardGame;
+X-DBUS-ServiceName=org.kde.bovo-kf6
diff --git a/desktop/kde6/applications/bovo-kf6/pspec.xml b/desktop/kde6/applications/bovo-kf6/pspec.xml
new file mode 100755
index 0000000000..1b173e7817
--- /dev/null
+++ b/desktop/kde6/applications/bovo-kf6/pspec.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+ bovo-kf6
+ https://www.kde.org/applications/games/bovo/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv3
+ bovo-kf6
+ app:gui
+ desktop.kde.games
+ A Gomoku like game for two players.
+ bovo-kf6 is a Gomoku like game for two players, where the opponents alternate in placing their respective pictogram on the game board.
+ mirrors://kde/stable/release-service/24.02.0/src/bovo-24.02.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ mesa-devel
+ qt6-svg-devel
+ kxmlgui-kf6-devel
+ kdoctools-kf6-devel
+ libkdegames-kf6-devel
+ qt6-declarative-devel
+
+
+ kitemmodels-kf6-devel
+
+ kunitconversion-kf6-devel
+
+
+
+
+ bovo-kf6
+
+ ki18n-kf6
+ libgcc
+ kconfig-kf6
+ kxmlgui-kf6
+ qt6-svg
+ qt6-base
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ libkdegames-kf6
+ kwidgetsaddons-kf6
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/appdata
+ /usr/share/icons
+ /usr/share/kxmlgui-kf65
+ /usr/share/applications
+ /usr/share/bovo-kf6
+ /usr/share/doc
+
+
+ org.kde.bovo-kf6.desktop
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/cantor-kf6/actions.py b/desktop/kde6/applications/cantor-kf6/actions.py
new file mode 100755
index 0000000000..995a46b8e0
--- /dev/null
+++ b/desktop/kde6/applications/cantor-kf6/actions.py
@@ -0,0 +1,26 @@
+#!/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 pisitools
+from pisi.actionsapi import kde6
+from pisi.actionsapi import get
+
+NoStrip=["/usr/share/icons"]
+# TODO: kalgebra-kf6 icon not shown in GUI
+# TODO: more sub packages? *-libs etc.?
+
+def setup():
+ pisitools.cxxflags.add("-std=c++11 -pthread")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/applications/cantor-kf6/pspec.xml b/desktop/kde6/applications/cantor-kf6/pspec.xml
new file mode 100755
index 0000000000..1e35725ec3
--- /dev/null
+++ b/desktop/kde6/applications/cantor-kf6/pspec.xml
@@ -0,0 +1,139 @@
+
+
+
+
+
+ cantor-kf6
+ http://edu.kde.org/cantor-kf6
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2+
+ cantor-kf6
+ app:gui
+ desktop.kde.edu
+ A KDE frontend to mathematical softwares
+ cantor-kf6 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.
+ mirrors://kde/stable/release-service/24.02.0/src/cantor-24.02.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ qt6-sql-sqlite
+ qt6-sql-odbc
+ qt6-sql-mysql
+ qt6-sql-postgresql
+ qt6-assistant-devel
+ mesa-devel
+ qt6-svg-devel
+
+ qt6-webengine-devel
+
+
+ kdoctools-kf6-devel
+
+ kitemmodels-kf6-devel
+
+ kunitconversion-kf6-devel
+ ktexteditor-kf6-devel
+ knewstuff-kf6-devel
+ kpty-kf6-devel
+ analitza-kf6-devel
+ libqalculate-devel
+ cln-devel
+
+ libspectre-devel
+ python-devel
+ python3-devel
+ R-devel
+ luajit-devel
+ syntax-highlighting-kf6-devel
+ poppler-qt6-devel
+ karchive-kf6-devel
+
+
+
+
+ cantor-kf6
+
+ R
+ cln
+ kio-kf6
+ kpty-kf6
+ ki18n-kf6
+ kparts-kf6
+ kcrash-kf6
+ libgcc
+ python
+ luajit
+ python3
+ kconfig-kf6
+ kxmlgui-kf6
+ analitza-kf6
+ karchive-kf6
+ kservice-kf6
+ libspectre
+ knewstuff-kf6
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kiconthemes-kf6
+ ktexteditor-kf6
+ ktextwidgets-kf6
+ libqalculate
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+
+ qt6-base
+
+
+
+ /etc
+ /usr/share
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+ /usr/bin
+ /usr/share/locale
+
+
+
+
+ cantor-kf6-devel
+ Development files for cantor-kf6
+
+ cantor-kf6
+
+
+ /usr/include
+ /usr/share/kde6/apps/cmake
+
+
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/cantor-kf6/translations.xml b/desktop/kde6/applications/cantor-kf6/translations.xml
new file mode 100755
index 0000000000..af5bc8465f
--- /dev/null
+++ b/desktop/kde6/applications/cantor-kf6/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ cantor-kf6
+ Matematiksel uygulamalar için bir KDE önyüzü
+ cantor-kf6; Sage, Maxima, R and kalgebra-kf6 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-kf6-devel
+ cantor-kf6 için geliştirme dosyaları
+
+
+
+ cantor-kf6-R
+ cantor-kf6 için R arkaucu
+
+
diff --git a/desktop/kde6/applications/dolphin-kf6/actions.py b/desktop/kde6/applications/dolphin-kf6/actions.py
new file mode 100755
index 0000000000..a7464b1612
--- /dev/null
+++ b/desktop/kde6/applications/dolphin-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/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 kde6
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/applications/dolphin-kf6/files/2cd3d58e.patch b/desktop/kde6/applications/dolphin-kf6/files/2cd3d58e.patch
new file mode 100644
index 0000000000..9b45b435ae
--- /dev/null
+++ b/desktop/kde6/applications/dolphin-kf6/files/2cd3d58e.patch
@@ -0,0 +1,310 @@
+From 2cd3d58eec5695899c26ca66a631fb79867b6584 Mon Sep 17 00:00:00 2001
+From: Nicolas Fella
+Date: Tue, 7 Nov 2023 15:45:01 +0100
+Subject: [PATCH] Port away from KMoreTools
+
+The idea behind KMoreTools was to point the user at external tools for a given job.
+
+It provides a rather complex framework for that, including suggesting not-yet-installed tools.
+
+The UX behind that isn't great though, which somewhat deep menu hierarchies and a somewhat arbitrary list of tools.
+
+Most KDE apps have moved away from it, with only Dolphin remaining.
+
+Instead provide direct integration with relevant KDE tools (Filelight, KDiskFree, KFind)
+---
+ .kde-ci.yml | 1 -
+ CMakeLists.txt | 1 -
+ src/CMakeLists.txt | 2 -
+ src/dolphinmainwindow.cpp | 20 +++++----
+ src/dolphinpart.cpp | 16 ++-----
+ src/search/dolphinsearchbox.cpp | 37 ++++++++++------
+ src/search/dolphinsearchbox.h | 2 -
+ src/statusbar/statusbarspaceinfo.cpp | 66 +++++++++++++++++++++++++---
+ 8 files changed, 98 insertions(+), 47 deletions(-)
+
+diff --git a/.kde-ci.yml b/.kde-ci.yml
+index 28fcaac569..500b80c569 100644
+--- a/.kde-ci.yml
++++ b/.kde-ci.yml
+@@ -28,7 +28,6 @@ Dependencies:
+ 'frameworks/kuserfeedback': '@latest-kf6'
+ 'plasma/kactivities': '@latest-kf6'
+ 'libraries/phonon': '@latest-kf6'
+- 'libraries/kmoretools': '@latest-kf6'
+
+ - 'on': ['Linux/Qt6', 'FreeBSD/Qt6']
+ 'require':
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d9e574f2cb..a14d6895b7 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -75,7 +75,6 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
+ WindowSystem
+ WidgetsAddons
+ Codecs
+- MoreTools
+ )
+
+ find_package(KUserFeedbackQt6 1.2.1)
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 0792af0c0b..8eb5a0e9f0 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -212,8 +212,6 @@ target_link_libraries(
+ KF6::Codecs
+ KF6::KCMUtils
+
+- KF6::MoreTools
+-
+ ${FTS_LIB}
+ )
+
+diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
+index 0d31df2da0..635121062a 100644
+--- a/src/dolphinmainwindow.cpp
++++ b/src/dolphinmainwindow.cpp
+@@ -48,7 +48,6 @@
+ #include
+ #include
+ #include
+-#include
+ #include
+ #include
+ #include
+@@ -1127,15 +1126,20 @@ void DolphinMainWindow::toggleShowMenuBar()
+ QPointer DolphinMainWindow::preferredSearchTool()
+ {
+ m_searchTools.clear();
+- KMoreToolsMenuFactory("dolphin/search-tools").fillMenuFromGroupingNames(&m_searchTools, {"files-find"}, m_activeViewContainer->url());
+- QList actions = m_searchTools.actions();
+- if (actions.isEmpty()) {
+- return nullptr;
+- }
+- QAction *action = actions.first();
+- if (action->isSeparator()) {
++
++ KService::Ptr kfind = KService::serviceByDesktopName(QStringLiteral("org.kde.kfind"));
++
++ if (!kfind) {
+ return nullptr;
+ }
++
++ auto *action = new QAction(QIcon::fromTheme(kfind->icon()), kfind->name(), this);
++
++ connect(action, &QAction::triggered, this, [kfind] {
++ auto *job = new KIO::ApplicationLauncherJob(kfind);
++ job->start();
++ });
++
+ return action;
+ }
+
+diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
+index 4ba1f07420..bb27e0a5e4 100644
+--- a/src/dolphinpart.cpp
++++ b/src/dolphinpart.cpp
+@@ -28,7 +28,6 @@
+ #include
+ #include
+ #include
+-#include
+ #include
+ #include
+ #include
+@@ -527,17 +526,10 @@ void DolphinPart::slotOpenTerminal()
+
+ void DolphinPart::slotFindFile()
+ {
+- QMenu searchTools;
+- KMoreToolsMenuFactory("dolphin/search-tools").fillMenuFromGroupingNames(&searchTools, {"files-find"}, QUrl::fromLocalFile(localFilePathOrHome()));
+- QList actions = searchTools.actions();
+- if (!(actions.isEmpty())) {
+- actions.first()->trigger();
+- } else {
+- KIO::CommandLauncherJob *job = new KIO::CommandLauncherJob(QStringLiteral("kfind"), {url().toString()}, this);
+- job->setDesktopName(QStringLiteral("org.kde.kfind"));
+- job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, widget()));
+- job->start();
+- }
++ KIO::CommandLauncherJob *job = new KIO::CommandLauncherJob(QStringLiteral("kfind"), {url().toString()}, this);
++ job->setDesktopName(QStringLiteral("org.kde.kfind"));
++ job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, widget()));
++ job->start();
+ }
+
+ void DolphinPart::updateNewMenu()
+diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
+index a3cec6fe7e..dfd733e5da 100644
+--- a/src/search/dolphinsearchbox.cpp
++++ b/src/search/dolphinsearchbox.cpp
+@@ -13,9 +13,10 @@
+ #include "dolphinquery.h"
+
+ #include "config-dolphin.h"
++#include
+ #include
+-#include
+ #include
++#include
+ #if HAVE_BALOO
+ #include
+ #include
+@@ -395,18 +396,24 @@ void DolphinSearchBox::init()
+ searchLocationGroup->addButton(m_fromHereButton);
+ searchLocationGroup->addButton(m_everywhereButton);
+
+- auto moreSearchToolsButton = new QToolButton(this);
+- moreSearchToolsButton->setAutoRaise(true);
+- moreSearchToolsButton->setPopupMode(QToolButton::InstantPopup);
+- moreSearchToolsButton->setIcon(QIcon::fromTheme("arrow-down-double"));
+- moreSearchToolsButton->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
+- moreSearchToolsButton->setText(i18n("More Search Tools"));
+- moreSearchToolsButton->setMenu(new QMenu(this));
+- connect(moreSearchToolsButton->menu(), &QMenu::aboutToShow, moreSearchToolsButton->menu(), [this, moreSearchToolsButton]() {
+- m_menuFactory.reset(new KMoreToolsMenuFactory("dolphin/search-tools"));
+- moreSearchToolsButton->menu()->clear();
+- m_menuFactory->fillMenuFromGroupingNames(moreSearchToolsButton->menu(), {"files-find"}, this->m_searchPath);
+- });
++ KService::Ptr kfind = KService::serviceByDesktopName(QStringLiteral("org.kde.kfind"));
++
++ QToolButton *kfindToolsButton = nullptr;
++ if (kfind) {
++ kfindToolsButton = new QToolButton(this);
++ kfindToolsButton->setAutoRaise(true);
++ kfindToolsButton->setPopupMode(QToolButton::InstantPopup);
++ kfindToolsButton->setIcon(QIcon::fromTheme("arrow-down-double"));
++ kfindToolsButton->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
++ kfindToolsButton->setText(i18n("Open %1", kfind->name()));
++ kfindToolsButton->setIcon(QIcon::fromTheme(kfind->icon()));
++
++ connect(kfindToolsButton, &QToolButton::clicked, this, [this, kfind] {
++ auto *job = new KIO::ApplicationLauncherJob(kfind);
++ job->setUrls({m_searchPath});
++ job->start();
++ });
++ }
+
+ // Create "Facets" widget
+ m_facetsWidget = new DolphinFacetsWidget(this);
+@@ -429,7 +436,9 @@ void DolphinSearchBox::init()
+ optionsLayout->addWidget(m_fromHereButton);
+ optionsLayout->addWidget(m_everywhereButton);
+ optionsLayout->addWidget(new KSeparator(Qt::Vertical, this));
+- optionsLayout->addWidget(moreSearchToolsButton);
++ if (kfindToolsButton) {
++ optionsLayout->addWidget(kfindToolsButton);
++ }
+ optionsLayout->addStretch(1);
+
+ m_optionsScrollArea = new QScrollArea(this);
+diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h
+index b73c2899ff..9f1ad29525 100644
+--- a/src/search/dolphinsearchbox.h
++++ b/src/search/dolphinsearchbox.h
+@@ -18,7 +18,6 @@ class QToolButton;
+ class QScrollArea;
+ class QLabel;
+ class QVBoxLayout;
+-class KMoreToolsMenuFactory;
+
+ /**
+ * @brief Input box for searching files with or without Baloo.
+@@ -172,7 +171,6 @@ private:
+ DolphinFacetsWidget *m_facetsWidget;
+
+ QUrl m_searchPath;
+- QScopedPointer m_menuFactory;
+
+ QTimer *m_startSearchTimer;
+ };
+diff --git a/src/statusbar/statusbarspaceinfo.cpp b/src/statusbar/statusbarspaceinfo.cpp
+index 4eef8497df..546c217a7a 100644
+--- a/src/statusbar/statusbarspaceinfo.cpp
++++ b/src/statusbar/statusbarspaceinfo.cpp
+@@ -8,11 +8,14 @@
+
+ #include "spaceinfoobserver.h"
+
++#include
++#include
+ #include
+-#include
++#include
+
+-#include
++#include
+ #include
++#include
+
+ StatusBarSpaceInfo::StatusBarSpaceInfo(QWidget *parent)
+ : KCapacityBar(KCapacityBar::DrawTextInline, parent)
+@@ -87,11 +90,60 @@ void StatusBarSpaceInfo::mousePressEvent(QMouseEvent *event)
+ // Creates a menu with tools that help to find out more about free
+ // disk space for the given url.
+
+- // Note that this object must live long enough in case the user opens
+- // the "Configure..." dialog
+- KMoreToolsMenuFactory menuFactory(QStringLiteral("dolphin/statusbar-diskspace-menu"));
+- menuFactory.setParentWidget(this);
+- auto menu = menuFactory.createMenuFromGroupingNames({"disk-usage", "more:", "disk-partitions"}, m_url);
++ const KService::Ptr filelight = KService::serviceByDesktopName(QStringLiteral("org.kde.filelight"));
++ const KService::Ptr kdiskfree = KService::serviceByDesktopName(QStringLiteral("org.kde.kdf"));
++
++ if (!filelight && !kdiskfree) {
++ // nothing to show
++ return;
++ }
++
++ QMenu *menu = new QMenu(this);
++
++ if (filelight) {
++ QAction *filelightFolderAction = menu->addAction(QIcon::fromTheme(QStringLiteral("filelight")), i18n("Disk Usage Statistics - current folder"));
++
++ menu->connect(filelightFolderAction, &QAction::triggered, menu, [this, filelight](bool) {
++ auto *job = new KIO::ApplicationLauncherJob(filelight);
++ job->setUrls({m_url});
++ job->start();
++ });
++
++ // For remote URLs like FTP analyzing the device makes no sense
++ if (m_url.isLocalFile()) {
++ QAction *filelightDiskAction = menu->addAction(QIcon::fromTheme(QStringLiteral("filelight")), i18n("Disk Usage Statistics - current device"));
++
++ menu->connect(filelightDiskAction, &QAction::triggered, menu, [this, filelight](bool) {
++ const QStorageInfo info(m_url.toLocalFile());
++
++ if (info.isValid() && info.isReady()) {
++ auto *job = new KIO::ApplicationLauncherJob(filelight);
++ job->setUrls({QUrl::fromLocalFile(info.rootPath())});
++ job->start();
++ }
++ });
++ }
++
++ QAction *filelightAllAction = menu->addAction(QIcon::fromTheme(QStringLiteral("filelight")), i18n("Disk Usage Statistics - all devices"));
++
++ menu->connect(filelightAllAction, &QAction::triggered, menu, [this, filelight](bool) {
++ const QStorageInfo info(m_url.toLocalFile());
++
++ if (info.isValid() && info.isReady()) {
++ auto *job = new KIO::ApplicationLauncherJob(filelight);
++ job->start();
++ }
++ });
++ }
++
++ if (kdiskfree) {
++ QAction *kdiskfreeAction = menu->addAction(QIcon::fromTheme(QStringLiteral("kdf")), i18n("KDiskFree"));
++
++ connect(kdiskfreeAction, &QAction::triggered, this, [kdiskfree] {
++ auto *job = new KIO::ApplicationLauncherJob(kdiskfree);
++ job->start();
++ });
++ }
+
+ menu->exec(QCursor::pos());
+ }
+--
+GitLab
+
diff --git a/desktop/kde6/applications/dolphin-kf6/files/dolphin-17.04.0-allow-root.patch b/desktop/kde6/applications/dolphin-kf6/files/dolphin-17.04.0-allow-root.patch
new file mode 100755
index 0000000000..fbf1532200
--- /dev/null
+++ b/desktop/kde6/applications/dolphin-kf6/files/dolphin-17.04.0-allow-root.patch
@@ -0,0 +1,28 @@
+diff -Nuar a/src/main.cpp b/src/main.cpp
+--- a/src/main.cpp 2023-04-14 06:19:08.000000000 +0300
++++ b/src/main.cpp 2023-04-20 21:26:52.104629720 +0300
+@@ -52,15 +52,15 @@
+ {
+ #ifndef Q_OS_WIN
+ // Prohibit using sudo or kdesu-kf6 (but allow using the root user directly)
+- if (getuid() == 0) {
+- if (!qEnvironmentVariableIsEmpty("SUDO_USER")) {
+- std::cout << "Running dolphin-kf6 with sudo can cause bugs and expose you to security vulnerabilities." << std::endl;
+- return EXIT_FAILURE;
+- } else if (!qEnvironmentVariableIsEmpty("kdesu-kf6_USER")) {
+- std::cout << "Running dolphin-kf6 with kdesu-kf6 can cause bugs and expose you to security vulnerabilities." << std::endl;
+- return EXIT_FAILURE;
+- }
+- }
++ //if (getuid() == 0) {
++ // if (!qEnvironmentVariableIsEmpty("SUDO_USER")) {
++ // std::cout << "Running dolphin-kf6 with sudo can cause bugs and expose you to security vulnerabilities." << std::endl;
++ // return EXIT_FAILURE;
++ //} else if (!qEnvironmentVariableIsEmpty("kdesu-kf6_USER")) {
++ // std::cout << "Running dolphin-kf6 with kdesu-kf6 can cause bugs and expose you to security vulnerabilities." << std::endl;
++ //return EXIT_FAILURE;
++ //}
++ //}
+ #endif
+
+ /**
diff --git a/desktop/kde6/applications/dolphin-kf6/files/find-kactivities.patch b/desktop/kde6/applications/dolphin-kf6/files/find-kactivities.patch
new file mode 100644
index 0000000000..6b53f87199
--- /dev/null
+++ b/desktop/kde6/applications/dolphin-kf6/files/find-kactivities.patch
@@ -0,0 +1,15 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a14d6895b..fb7be4db2 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -88,9 +88,9 @@ if(KUserFeedbackQt6_FOUND)
+ endif()
+
+ find_package(KF6 ${KF6_MIN_VERSION} OPTIONAL_COMPONENTS
+- Activities
+ DocTools
+ )
++find_package(KF6Activities)
+ set_package_properties(KF6Activities PROPERTIES DESCRIPTION "KActivities libraries"
+ URL "https://www.kde.org"
+ TYPE OPTIONAL
diff --git a/desktop/kde6/applications/dolphin-kf6/files/kdebug-419585.patch b/desktop/kde6/applications/dolphin-kf6/files/kdebug-419585.patch
new file mode 100644
index 0000000000..2b87e72254
--- /dev/null
+++ b/desktop/kde6/applications/dolphin-kf6/files/kdebug-419585.patch
@@ -0,0 +1,47 @@
+From 35b4c6d4df1281afd621374e686f19e654ad7bae Mon Sep 17 00:00:00 2001
+From: "Martin T. H. Sandsmark"
+Date: Tue, 7 Apr 2020 17:14:59 +0200
+Subject: Fix crashing on starting and quitting
+
+QCollator (especially with Qt 5.14 and ICU 65.1) is very unhappy with
+threads.
+
+To avoid having to lock and unlock the mutex everywhere (and ensure it
+is unlocked before calling other things that might lock it, etc.), we do
+it as locally as possible. Even if for some reason Qt and ICU make
+QCollator threadsafe in the future locking here should have minimal
+impact.
+
+BUG: 419585
+
+Differential Revision: https://phabricator.kde.org/D28659
+---
+ src/kitemviews-kf6/kfileitemmodel.cpp | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/kitemviews-kf6/kfileitemmodel.cpp b/src/kitemviews-kf6/kfileitemmodel.cpp
+index 4b35a02..e4dca27 100644
+--- a/src/kitemviews-kf6/kfileitemmodel.cpp
++++ b/src/kitemviews-kf6/kfileitemmodel.cpp
+@@ -33,6 +33,9 @@
+ #include
+ #include
+ #include
++#include
++
++Q_GLOBAL_STATIC_WITH_ARGS(QMutex, s_collatorMutex, (QMutex::Recursive))
+
+ // #define KFILEITEMMODEL_DEBUG
+
+@@ -1878,6 +1881,8 @@ int KFileItemModel::sortRoleCompare(const ItemData* a, const ItemData* b, const
+
+ int KFileItemModel::stringCompare(const QString& a, const QString& b, const QCollator& collator) const
+ {
++ QMutexLocker collatorLock(s_collatorMutex());
++
+ if (m_naturalSorting) {
+ return collator.compare(a, b);
+ }
+--
+cgit v1.1
+
diff --git a/desktop/kde6/applications/dolphin-kf6/pspec.xml b/desktop/kde6/applications/dolphin-kf6/pspec.xml
new file mode 100755
index 0000000000..eb59e9e9db
--- /dev/null
+++ b/desktop/kde6/applications/dolphin-kf6/pspec.xml
@@ -0,0 +1,134 @@
+
+
+
+
+
+ dolphin-kf6
+ https://projects.kde.org/projects/kde/applications/dolphin-kf6
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ KDE File Manager
+ dolphin-kf6 is the File Manager for KDE.
+ mirrors://kde/stable/release-service/24.02.0/src/dolphin-24.02.0.tar.xz
+
+ baloo-kf6-devel
+ baloo-widgets-kf6-devel
+ kfilemetadata-kf6-devel
+ extra-cmake-modules-kf6
+ plasma-activities-kf6-devel
+ kbookmarks-kf6-devel
+ kcmutils-kf6-devel
+ kcompletion-kf6-devel
+ kconfig-kf6-devel
+ kcoreaddons-kf6-devel
+ kcrash-kf6-devel
+ kdbusaddons-kf6-devel
+ kdoctools-kf6-devel
+ ki18n-kf6-devel
+ kiconthemes-kf6-devel
+
+ kio-kf6-devel
+ knewstuff-kf6-devel
+ knotifications-kf6-devel
+ kparts-kf6-devel
+ ktextwidgets-kf6-devel
+ solid-kf6-devel
+ qt6-base-devel
+ qt6-phonon-devel
+
+ kio-extras-kf6-devel
+ libxml2-devel
+ docbook-xsl
+ kuserfeedback-kf6-devel
+ packagekit-qt6-devel
+
+
+
+
+
+
+
+
+ dolphin-kf6
+
+
+ qt6-base
+ kfilemetadata
+ baloo-kf6
+ baloo-widgets-kf6
+ knewstuff-kf6
+ kio-kf6
+ ki18n-kf6
+ solid-kf6
+ kparts-kf6
+ libgcc
+ kcodecs-kf6
+ kcrash-kf6
+ kconfig-kf6
+ kxmlgui-kf6
+ kcmutils-kf6
+ kservice-kf6
+ kbookmarks-kf6
+ kitemviews-kf6
+ qt6-phonon
+ plasma-activities-kf6
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ kiconthemes-kf6
+ kjobwidgets-kf6
+ ktextwidgets-kf6
+ kwindowsystem-kf6
+ kconfigwidgets-kf6
+ knotifications-kf6
+ kwidgetsaddons-kf6
+ kuserfeedback-kf6
+ packagekit-qt5
+
+
+ /etc/xdg
+ /usr/bin
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+
+
+
+ dolphin-kf6-devel
+
+ dolphin-kf6
+ qt6-base-devel
+ qt6-phonon-devel
+ kio-kf6-devel
+ kcmutils-kf6-devel
+ knewstuff-kf6-devel
+
+ plasma-activities-kf6-devel
+ baloo-kf6-devel
+ baloo-widgets-kf6-devel
+ kfilemetadata-kf6-devel
+ kparts-kf6-devel
+ ktexteditor-kf6-devel
+
+
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+
+
+ /usr/include
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/granatier-kf6/actions.py b/desktop/kde6/applications/granatier-kf6/actions.py
new file mode 100755
index 0000000000..a3995454b7
--- /dev/null
+++ b/desktop/kde6/applications/granatier-kf6/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+
+NoStrip=["/usr/share/icons"]
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
diff --git a/desktop/kde6/applications/granatier-kf6/pspec.xml b/desktop/kde6/applications/granatier-kf6/pspec.xml
new file mode 100755
index 0000000000..e6568d36ca
--- /dev/null
+++ b/desktop/kde6/applications/granatier-kf6/pspec.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+ granatier-kf6
+ https://www.kde.org/applications/games/granatier/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ granatier-kf6
+ app:gui
+ desktop.kde.games
+ A bomber-kf6man game
+ granatier-kf6 is a clone of the classic bomber-kf6man game, inspired by the work of the Clanbomber-kf6 clone.
+ mirrors://kde/stable/release-service/24.02.0/src/granatier-24.02.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ mesa-devel
+ qt6-svg-devel
+ kcoreaddons-kf6-devel
+ kconfig-kf6-devel
+ kdbusaddons-kf6-devel
+ kwidgetsaddons-kf6-devel
+ ki18n-kf6-devel
+ kxmlgui-kf6-devel
+ knewstuff-kf6-devel
+ libkdegames-kf6-devel
+ qt6-declarative-devel
+
+
+ kdoctools-kf6-devel
+
+ kitemmodels-kf6-devel
+
+ kunitconversion-kf6-devel
+
+
+
+
+ granatier-kf6
+
+ ki18n-kf6
+ libgcc
+ kconfig-kf6
+ kxmlgui-kf6
+ qt6-svg
+ qt6-base
+ knewstuff-kf6
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ libkdegames-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/granatier-kf6/translations.xml b/desktop/kde6/applications/granatier-kf6/translations.xml
new file mode 100755
index 0000000000..bb603369a5
--- /dev/null
+++ b/desktop/kde6/applications/granatier-kf6/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ granatier-kf6
+ Bombalama macera oyunu
+ granatier-kf6, oyuncunun yüksekliği her turda azalan bir uçak içinde şehirlere hücum ettiği tek kişilik bir macera oyunudur.
+
+
diff --git a/desktop/kde6/applications/gwenview-kf6/actions.py b/desktop/kde6/applications/gwenview-kf6/actions.py
new file mode 100755
index 0000000000..c231c81b84
--- /dev/null
+++ b/desktop/kde6/applications/gwenview-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/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 pisitools
+from pisi.actionsapi import kde6
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("COPYING*", "NEWS")
diff --git a/desktop/kde6/applications/gwenview-kf6/pspec.xml b/desktop/kde6/applications/gwenview-kf6/pspec.xml
new file mode 100755
index 0000000000..ef827190bd
--- /dev/null
+++ b/desktop/kde6/applications/gwenview-kf6/pspec.xml
@@ -0,0 +1,132 @@
+
+
+
+
+
+ gwenview-kf6
+ https://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ gwenview-kf6
+ app:gui
+ library
+ desktop.kde.graphics
+ An image viewer
+ gwenview-kf6 is an easy to use image viewer
+ mirrors://kde/stable/release-service/24.02.0/src/gwenview-24.02.0.tar.xz
+
+ exiv2-devel
+ qt6-base-devel
+ qt6-wayland-devel
+ qt6-svg-devel
+
+ qt6-phonon-devel
+ tiff-devel
+ purpose-kf6-devel
+ cfitsio-devel
+ libkipi-kf6-devel
+ kdoctools-kf6-devel
+ kio-kf6-devel
+ plasma-activities-kf6-devel
+ kded-devel
+
+
+ kitemmodels-kf6-devel
+
+ kunitconversion-kf6-devel
+ baloo-kf6-devel
+ libkdcraw-kf6-devel
+ libpng-devel
+ zlib-devel
+ mesa-devel
+ docbook-xsl
+ extra-cmake-modules-kf6
+ lcms2-devel
+ libX11-devel
+ kparts-kf6-devel
+ tiff-devel
+ purpose-kf6-devel
+ cfitsio-devel
+ libraw-devel
+ kguiaddons-kf6-devel
+ kcolorpicker-devel
+ kimageannotator-devel
+ packagekit-devel
+ packagekit-qt6-devel
+ wayland-protocols-devel
+ ki18n-kf6-devel
+ kiconthemes-kf6-devel
+ knotifications-kf6-devel
+ kwindowsystem-kf6-devel
+
+
+
+
+ gwenview-kf6
+
+ qt6-base
+ exiv2-libs
+ solid-kf6
+ plasma-activities-kf6
+ libkipi-kf6
+ libkdcraw-kf6
+ kded
+ tiff
+ purpose-kf6
+ cfitsio
+ kio-kf6
+ ki18n-kf6
+ lcms2
+ kparts-kf6
+ libX11
+ libgcc
+ libpng
+ kconfig-kf6
+ kxmlgui-kf6
+ qt6-svg
+ kservice-kf6
+ baloo-kf6
+ kitemviews-kf6
+ qt6-phonon
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kiconthemes-kf6
+ kitemmodels-kf6
+ kjobwidgets-kf6
+ ktextwidgets-kf6
+ libjpeg-turbo
+
+ kconfigwidgets-kf6
+ knotifications-kf6
+ kwidgetsaddons-kf6
+ kfilemetadata
+ kguiaddons-kf6
+ libraw
+ packagekit-qt5
+ kimageannotator
+ wayland-protocols
+ qt6-wayland
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+ /usr/share
+ /usr/share/icons
+ /usr/share/applications
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/gwenview-kf6/translations.xml b/desktop/kde6/applications/gwenview-kf6/translations.xml
new file mode 100755
index 0000000000..ece0b245c3
--- /dev/null
+++ b/desktop/kde6/applications/gwenview-kf6/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ gwenview-kf6
+ Resim görüntüleyici
+ gwenview-kf6, kullanımı kolay bir resim görüntüleyicisidir.
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index d69ed62599..aef512c8d1 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -127326,7 +127326,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kcompletion-kf6-devel
kxmlgui-kf6-devel
kauth-kf6-devel
- kconfig-kf6-kf6-devel
+ kconfig-kf6-devel
ktexteditor-kf6-devel
kcoreaddons-kf6-devel
kdoctools-kf6-devel
@@ -127350,7 +127350,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
ki18n-kf6
kcrash-kf6
libgcc
- kconfig-kf6-kf6
+ kconfig-kf6
kxmlgui-kf6
libxml2
qt6-svg
@@ -127922,6 +127922,97 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ audiocd-kio-kf6
+ https://www.kde.org/applications/multimedia/
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ FDL
+ GPL
+ LGPL
+ desktop.kde6.applications
+ kio-kf6slave for accessing audio CDs
+ kio-kf6slave for accessing audio CDs
+ https://download.kde.org/stable/release-service/24.02.0/src/audiocd-kio-24.02.0.tar.xz
+
+ cdparanoia-devel
+ flac-devel
+ gettext-devel
+ kconfig-kf6-devel
+ kdoctools-kf6-devel
+ kio-kf6-devel
+ lame-devel
+ libkcompactdisc-kf6-devel
+ libvorbis-devel
+ qt6-base-devel
+ ki18n-kf6-devel
+ qt6-phonon-devel
+ extra-cmake-modules-kf6
+ libogg-devel
+ kcompletion-kf6-devel
+ kcoreaddons-kf6-devel
+ kconfigwidgets-kf6-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+ libkcddb-kf6
+ kcmutils-kf6-devel
+
+ desktop/kde6/applications/audiocd-kio-kf6/pspec.xml
+
+
+ audiocd-kio-kf6
+ kio-kf6slave for accessing audio CDs
+
+ cdparanoia
+ flac
+ lame
+ libkcompactdisc-kf6
+ libvorbis
+ qt6-base
+ qt6-phonon
+ kio-kf6
+ ki18n-kf6
+ libgcc
+ libogg
+ kconfig-kf6
+ kcmutils-kf6
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kconfigwidgets-kf6
+ libkcddb-kf6
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib
+ /usr/lib/qt6
+ /usr/share/doc
+
+
+
+ audiocd-kio-kf6-devel
+ Development files for audiocd-kio-kf6
+
+ audiocd-kio-kf6
+ qt6-base-devel
+
+
+ /usr/include
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
ksanecore-kf6
@@ -128186,8 +128277,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kconfigwidgets-kf6-devel
kwidgetsaddons-kf6-devel
cmake
- qt6-location-devel
- grantlee-qt6-devel
+ grantlee-qt5-devel
boost-devel
qt6-svg-devel
@@ -128199,7 +128289,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
qt6-base
qt6-declarative
qt6-svg
- grantlee-qt6
+ grantlee-qt5
kdeclarative-kf6
ktexteditor-kf6
kparts-kf6
@@ -128544,6 +128634,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
pkgconfig
libqalculate-devel
cln-devel
+ kiconthemes-kf6-devel
+ ktextwidgets-kf6-devel
+ kio-kf6-devel
kitemmodels-kf6-devel
kunitconversion-kf6-devel
qt6-linguist
@@ -128564,6 +128657,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kparts-kf6
kio-kf6
libgcc
+ kiconthemes-kf6
+ ktextwidgets-kf6
+ kio-kf6
ki18n-kf6
kconfig-kf6
kxmlgui-kf6
@@ -129121,6 +129217,127 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ dolphin-kf6
+ https://projects.kde.org/projects/kde/applications/dolphin-kf6
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ desktop.kde6.applications
+ KDE File Manager
+ dolphin-kf6 is the File Manager for KDE.
+ mirrors://kde/stable/release-service/24.02.0/src/dolphin-24.02.0.tar.xz
+
+ baloo-kf6-devel
+ baloo-widgets-kf6-devel
+ kfilemetadata-kf6-devel
+ extra-cmake-modules-kf6
+ plasma-activities-kf6-devel
+ kbookmarks-kf6-devel
+ kcmutils-kf6-devel
+ kcompletion-kf6-devel
+ kconfig-kf6-devel
+ kcoreaddons-kf6-devel
+ kcrash-kf6-devel
+ kdbusaddons-kf6-devel
+ kdoctools-kf6-devel
+ ki18n-kf6-devel
+ kiconthemes-kf6-devel
+ kio-kf6-devel
+ knewstuff-kf6-devel
+ knotifications-kf6-devel
+ kparts-kf6-devel
+ ktextwidgets-kf6-devel
+ solid-kf6-devel
+ qt6-base-devel
+ qt6-phonon-devel
+ kio-extras-kf6-devel
+ libxml2-devel
+ docbook-xsl
+ kuserfeedback-kf6-devel
+ packagekit-qt6-devel
+
+ desktop/kde6/applications/dolphin-kf6/pspec.xml
+
+
+ dolphin-kf6
+
+ qt6-base
+ kfilemetadata
+ baloo-kf6
+ baloo-widgets-kf6
+ knewstuff-kf6
+ kio-kf6
+ ki18n-kf6
+ solid-kf6
+ kparts-kf6
+ libgcc
+ kcodecs-kf6
+ kcrash-kf6
+ kconfig-kf6
+ kxmlgui-kf6
+ kcmutils-kf6
+ kservice-kf6
+ kbookmarks-kf6
+ kitemviews-kf6
+ qt6-phonon
+ plasma-activities-kf6
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ kiconthemes-kf6
+ kjobwidgets-kf6
+ ktextwidgets-kf6
+ kwindowsystem-kf6
+ kconfigwidgets-kf6
+ knotifications-kf6
+ kwidgetsaddons-kf6
+ kuserfeedback-kf6
+ packagekit-qt5
+
+
+ /etc/xdg
+ /usr/bin
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+
+
+
+ dolphin-kf6-devel
+
+ dolphin-kf6
+ qt6-base-devel
+ qt6-phonon-devel
+ kio-kf6-devel
+ kcmutils-kf6-devel
+ knewstuff-kf6-devel
+ plasma-activities-kf6-devel
+ baloo-kf6-devel
+ baloo-widgets-kf6-devel
+ kfilemetadata-kf6-devel
+ kparts-kf6-devel
+ ktexteditor-kf6-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+
+
+ /usr/include
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
blinken-kf6
@@ -129576,6 +129793,73 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ bovo-kf6
+ https://www.kde.org/applications/games/bovo/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv3
+ app:gui
+ desktop.kde.games
+ A Gomoku like game for two players.
+ bovo-kf6 is a Gomoku like game for two players, where the opponents alternate in placing their respective pictogram on the game board.
+ bovo-kf6
+ mirrors://kde/stable/release-service/24.02.0/src/bovo-24.02.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ mesa-devel
+ qt6-svg-devel
+ kxmlgui-kf6-devel
+ kdoctools-kf6-devel
+ libkdegames-kf6-devel
+ qt6-declarative-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+
+ desktop/kde6/applications/bovo-kf6/pspec.xml
+
+
+ bovo-kf6
+
+ ki18n-kf6
+ libgcc
+ kconfig-kf6
+ kxmlgui-kf6
+ qt6-svg
+ qt6-base
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ libkdegames-kf6
+ kwidgetsaddons-kf6
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/appdata
+ /usr/share/icons
+ /usr/share/kxmlgui-kf65
+ /usr/share/applications
+ /usr/share/bovo-kf6
+ /usr/share/doc
+
+
+ org.kde.bovo-kf6.desktop
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
libkdegames-kf6
@@ -130099,6 +130383,131 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ gwenview-kf6
+ https://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:gui
+ library
+ desktop.kde.graphics
+ An image viewer
+ Resim görüntüleyici
+ gwenview-kf6 is an easy to use image viewer
+ gwenview-kf6, kullanımı kolay bir resim görüntüleyicisidir.
+ gwenview-kf6
+ mirrors://kde/stable/release-service/24.02.0/src/gwenview-24.02.0.tar.xz
+
+ exiv2-devel
+ qt6-base-devel
+ qt6-wayland-devel
+ qt6-svg-devel
+ qt6-phonon-devel
+ tiff-devel
+ purpose-kf6-devel
+ cfitsio-devel
+ libkipi-kf6-devel
+ kdoctools-kf6-devel
+ kio-kf6-devel
+ plasma-activities-kf6-devel
+ kded-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+ baloo-kf6-devel
+ libkdcraw-kf6-devel
+ libpng-devel
+ zlib-devel
+ mesa-devel
+ docbook-xsl
+ extra-cmake-modules-kf6
+ lcms2-devel
+ libX11-devel
+ kparts-kf6-devel
+ tiff-devel
+ purpose-kf6-devel
+ cfitsio-devel
+ libraw-devel
+ kguiaddons-kf6-devel
+ kcolorpicker-devel
+ kimageannotator-devel
+ packagekit-devel
+ packagekit-qt6-devel
+ wayland-protocols-devel
+ ki18n-kf6-devel
+ kiconthemes-kf6-devel
+ knotifications-kf6-devel
+ kwindowsystem-kf6-devel
+
+ desktop/kde6/applications/gwenview-kf6/pspec.xml
+
+
+ gwenview-kf6
+
+ qt6-base
+ exiv2-libs
+ solid-kf6
+ plasma-activities-kf6
+ libkipi-kf6
+ libkdcraw-kf6
+ kded
+ tiff
+ purpose-kf6
+ cfitsio
+ kio-kf6
+ ki18n-kf6
+ lcms2
+ kparts-kf6
+ libX11
+ libgcc
+ libpng
+ kconfig-kf6
+ kxmlgui-kf6
+ qt6-svg
+ kservice-kf6
+ baloo-kf6
+ kitemviews-kf6
+ qt6-phonon
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kiconthemes-kf6
+ kitemmodels-kf6
+ kjobwidgets-kf6
+ ktextwidgets-kf6
+ libjpeg-turbo
+ kconfigwidgets-kf6
+ knotifications-kf6
+ kwidgetsaddons-kf6
+ kfilemetadata
+ kguiaddons-kf6
+ libraw
+ packagekit-qt5
+ kimageannotator
+ wayland-protocols
+ qt6-wayland
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+ /usr/share
+ /usr/share/icons
+ /usr/share/applications
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kmix-kf6
@@ -131417,6 +131826,117 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ cantor-kf6
+ http://edu.kde.org/cantor-kf6
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2+
+ app:gui
+ desktop.kde.edu
+ A KDE frontend to mathematical softwares
+ Matematiksel uygulamalar için bir KDE önyüzü
+ cantor-kf6 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-kf6; Sage, Maxima, R and kalgebra-kf6 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-kf6
+ mirrors://kde/stable/release-service/24.02.0/src/cantor-24.02.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ qt6-sql-sqlite
+ qt6-sql-odbc
+ qt6-sql-mysql
+ qt6-sql-postgresql
+ qt6-assistant-devel
+ mesa-devel
+ qt6-svg-devel
+ qt6-webengine-devel
+ kdoctools-kf6-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+ ktexteditor-kf6-devel
+ knewstuff-kf6-devel
+ kpty-kf6-devel
+ analitza-kf6-devel
+ libqalculate-devel
+ cln-devel
+ libspectre-devel
+ python-devel
+ python3-devel
+ R-devel
+ luajit-devel
+ syntax-highlighting-kf6-devel
+ poppler-qt6-devel
+ karchive-kf6-devel
+
+ desktop/kde6/applications/cantor-kf6/pspec.xml
+
+
+ cantor-kf6
+
+ R
+ cln
+ kio-kf6
+ kpty-kf6
+ ki18n-kf6
+ kparts-kf6
+ kcrash-kf6
+ libgcc
+ python
+ luajit
+ python3
+ kconfig-kf6
+ kxmlgui-kf6
+ analitza-kf6
+ karchive-kf6
+ kservice-kf6
+ libspectre
+ knewstuff-kf6
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kiconthemes-kf6
+ ktexteditor-kf6
+ ktextwidgets-kf6
+ libqalculate
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+ qt6-base
+
+
+ /etc
+ /usr/share
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+ /usr/bin
+ /usr/share/locale
+
+
+
+ cantor-kf6-devel
+ Development files for cantor-kf6
+ cantor-kf6 için geliştirme dosyaları
+
+ cantor-kf6
+
+
+ /usr/include
+ /usr/share/kde6/apps/cmake
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
krfb-kf6
@@ -131550,7 +132070,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
enchant-devel
kitemviews-kf6-devel
ki18n-kf6-devel
- kross-kf6-devel
kparts-kf6-devel
sonnet-kf6-devel
kconfig-kf6-devel
@@ -131577,7 +132096,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kio-kf6
kitemviews-kf6
ki18n-kf6
- kross-kf6
kparts-kf6
libgcc
sonnet-kf6
@@ -131828,6 +132346,151 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ bomber-kf6
+ https://www.kde.org/applications/games/bomber/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv3
+ app:gui
+ desktop.kde.games
+ A single player arcade game
+ bomber-kf6 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/24.02.0/src/bomber-24.02.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ mesa-devel
+ kxmlgui-kf6-devel
+ libkdegames-kf6-devel
+ qt6-declarative-devel
+ kdoctools-kf6-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+ kcrash-kf6-devel
+
+ desktop/kde6/applications/bomber-kf6/pspec.xml
+
+
+ bomber-kf6
+
+ ki18n-kf6
+ libgcc
+ kcrash-kf6
+ kconfig-kf6
+ kxmlgui-kf6
+ qt6-base
+ qt6-phonon
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ libkdegames-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+
+
+ /usr/bin
+ /usr/share/appdata
+ /usr/share/applications
+ /usr/share
+ /usr/share/bomber-kf6
+ /usr/share/config.kcfg
+ /usr/share/icons
+ /usr/share/doc
+ /usr/share/kxmlgui-kf65
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ akonadi-mime-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.applications
+ Libraries and daemons to implement basic email handling
+ Libraries and daemons to implement basic email handling
+ mirrors://kde/stable/release-service/24.02.0/src/akonadi-mime-24.02.0.tar.xz
+
+ qt6-base-devel
+ boost-devel
+ ki18n-kf6-devel
+ kdoctools-kf6-devel
+ kitemmodels-kf6-devel
+ gettext-devel
+ akonadi-kf6-devel
+ extra-cmake-modules-kf6
+ kxmlgui-kf6-devel
+ libxslt-devel
+ extra-cmake-modules-kf6
+ kmime-kf6-devel
+ kio-kf6-devel
+ shared-mime-info
+
+ desktop/kde6/applications/akonadi-mime-kf6/pspec.xml
+
+
+ akonadi-mime-kf6
+
+ qt6-base
+ ki18n-kf6
+ akonadi-kf6
+ libgcc
+ kio-kf6
+ kmime-kf6
+ kconfig-kf6
+ kxmlgui-kf6
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ kwidgetsaddons-kf6
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt6
+ /usr/lib
+ /usr/share/doc
+
+
+
+ akonadi-mime-kf6-devel
+ Development files for akonadi-mime-kf6
+
+ qt6-base-devel
+ akonadi-mime-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kaccounts-integration-kf6
@@ -131913,6 +132576,183 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ akonadi-notes-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.applications
+ Libraries and daemons to implement management of notes in Akonadi
+ Libraries and daemons to implement management of notes in Akonadi
+ mirrors://kde/stable/release-service/24.02.0/src/akonadi-notes-24.02.0.tar.xz
+
+ qt6-base-devel
+ boost-devel
+ ki18n-kf6-devel
+ kdoctools-kf6-devel
+ kitemmodels-kf6-devel
+ gettext-devel
+ akonadi-kf6-devel
+ extra-cmake-modules-kf6
+ kxmlgui-kf6-devel
+ libxslt-devel
+ extra-cmake-modules-kf6
+ kmime-kf6-devel
+ shared-mime-info
+
+ desktop/kde6/applications/akonadi-notes-kf6/pspec.xml
+
+
+ akonadi-notes-kf6
+
+ qt6-base
+ ki18n-kf6
+ akonadi-kf6
+ libgcc
+ kio-kf6
+ kmime-kf6
+ kconfig-kf6
+ kxmlgui-kf6
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ kwidgetsaddons-kf6
+
+
+ /usr/share
+ /usr/lib/qt6
+ /usr/lib
+ /usr/share/doc
+
+
+
+ akonadi-notes-kf6-devel
+ Development files for akonadi-notes-kf6
+
+ qt6-base-devel
+ akonadi-notes-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ akonadi-contacts-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.applications
+ Libraries and daemons to implement Contact Management in Akonadi.
+ Libraries and daemons to implement Contact Management in Akonadi.
+ mirrors://kde/stable/release-service/24.02.0/src/akonadi-contacts-24.02.0.tar.xz
+
+ qt6-base-devel
+ qt6-webengine-devel
+ libical-devel
+ ki18n-kf6-devel
+ prison-kf6-devel
+ gettext-devel
+ kdoctools-kf6-devel
+ boost-devel
+ akonadi-kf6-devel
+ extra-cmake-modules-kf6
+ kmime-kf6-devel
+ kcontacts-kf6-devel
+ kcalendarcore-kf6-devel
+ kitemmodels-kf6-devel
+ ktextwidgets-kf6-devel
+ kiconthemes-kf6-devel
+ grantleetheme-kf6-devel
+ kunitconversion-kf6-devel
+ grantlee-qt5-devel
+ kcmutils-kf6-devel
+
+ desktop/kde6/applications/akonadi-contacts-kf6/pspec.xml
+
+
+ akonadi-contacts-kf6
+
+ qt6-base
+ ki18n-kf6
+ kcodecs-kf6
+ kmime-kf6
+ kio-kf6
+ akonadi-kf6
+ prison-kf6
+ libgcc
+ kconfig-kf6
+ kxmlgui-kf6
+ kjobwidgets-kf6
+ kservice-kf6
+ kcmutils-kf6
+ kcompletion-kf6
+ kcontacts-kf6
+ qt6-webengine
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ kiconthemes-kf6
+ ktextwidgets-kf6
+ grantlee-qt5
+ grantleetheme-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt6
+ /usr/lib
+ /usr/share/doc
+
+
+
+ akonadi-contacts-kf6-devel
+ Development files for akonadi-contacts-kf6
+
+ qt6-base-devel
+ akonadi-contacts-kf6
+ grantleetheme-kf6-devel
+ grantlee-qt5-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kpimtextedit-kf6
@@ -132185,7 +133025,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
qt6-sql-mysql
qt6-sql-odbc
qt6-sql-sqlite
- qt6-location-devel
qt6-linguist
qt6-webengine-devel
kdoctools-kf6-devel
@@ -132198,7 +133037,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kcoreaddons-kf6-devel
ki18n-kf6-devel
kconfig-kf6-devel
- krunner-devel
+ krunner-kf6-devel
kservice-kf6-devel
libwlocate-devel
shared-mime-info
@@ -132217,7 +133056,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kparts-kf6
libgcc
kconfig-kf6
- krunner
+ krunner-kf6
kxmlgui-kf6
qt6-svg
qt6-base
@@ -132225,7 +133064,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libwlocate
qt6-phonon
kcoreaddons-kf6
- qt6-location
kconfigwidgets-kf6
kwidgetsaddons-kf6
qt6-declarative
@@ -132394,6 +133232,77 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ granatier-kf6
+ https://www.kde.org/applications/games/granatier/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:gui
+ desktop.kde.games
+ A bomber-kf6man game
+ Bombalama macera oyunu
+ granatier-kf6 is a clone of the classic bomber-kf6man game, inspired by the work of the Clanbomber-kf6 clone.
+ granatier-kf6, oyuncunun yüksekliği her turda azalan bir uçak içinde şehirlere hücum ettiği tek kişilik bir macera oyunudur.
+ granatier-kf6
+ mirrors://kde/stable/release-service/24.02.0/src/granatier-24.02.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ mesa-devel
+ qt6-svg-devel
+ kcoreaddons-kf6-devel
+ kconfig-kf6-devel
+ kdbusaddons-kf6-devel
+ kwidgetsaddons-kf6-devel
+ ki18n-kf6-devel
+ kxmlgui-kf6-devel
+ knewstuff-kf6-devel
+ libkdegames-kf6-devel
+ qt6-declarative-devel
+ kdoctools-kf6-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+
+ desktop/kde6/applications/granatier-kf6/pspec.xml
+
+
+ granatier-kf6
+
+ ki18n-kf6
+ libgcc
+ kconfig-kf6
+ kxmlgui-kf6
+ qt6-svg
+ qt6-base
+ knewstuff-kf6
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ libkdegames-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kio-extras-kf6
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 9366dca054..09af7542b5 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-c52baf6d10ee7b6d0471444b104243f087d4a65c
\ No newline at end of file
+4a4fc4f9288d1afd5efced179ee844ca54492a99
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 7ba4e4745d..cc2acf296e 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 8bcbe50b19..4cef3ada49 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-62526c8b212cd322823f54b80665a633f2e3605f
\ No newline at end of file
+3518a5fbf123fb4a4c33804a0f6b775cbe00e6ec
\ No newline at end of file