diff --git a/desktop/kde5/framework/attica5/actions.py b/desktop/kde5/framework/attica5/actions.py
new file mode 100755
index 0000000000..27e9bea412
--- /dev/null
+++ b/desktop/kde5/framework/attica5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md", "AUTHORS", "ChangeLog")
diff --git a/desktop/kde5/framework/attica5/pspec.xml b/desktop/kde5/framework/attica5/pspec.xml
new file mode 100755
index 0000000000..958f6679c5
--- /dev/null
+++ b/desktop/kde5/framework/attica5/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+ attica5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ Open Collaboration Service client library, based on Qt 5
+ attica5 is a library to access Open Collaboration Service servers, based on Qt 5.
+ mirrors://kde/stable/frameworks/5.116/attica-5.116.0.tar.xz
+
+ qt5-base-devel
+ extra-cmake-modules
+
+
+
+
+ attica5
+
+ qt5-base
+ libgcc
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ attica5-devel
+ Development files for attica55
+
+ qt5-base-devel
+ attica5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/attica5/translations.xml b/desktop/kde5/framework/attica5/translations.xml
new file mode 100755
index 0000000000..52fd4aacae
--- /dev/null
+++ b/desktop/kde5/framework/attica5/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ attica55
+ Açık İşbirliği Hizmetleri (Open Collaboration Services) programlama arayüzü gerçeklemesi
+ ttica, freedesktop.org'daki Açık İşbirliği Hizmetleri programlama arayüzünün 1.4 sürümünü gerçekleyen bir Qt 5 kitaplığıdır.
+
+
+
+ attica55-devel
+ attica55 için geliştirme dosyaları
+
+
diff --git a/desktop/kde5/framework/bluez-qt5/actions.py b/desktop/kde5/framework/bluez-qt5/actions.py
new file mode 100755
index 0000000000..bec4da4307
--- /dev/null
+++ b/desktop/kde5/framework/bluez-qt5/actions.py
@@ -0,0 +1,17 @@
+#!/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure("-DUDEV_RULES_INSTALL_DIR=/lib/udev/rules.d")
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
diff --git a/desktop/kde5/framework/bluez-qt5/pspec.xml b/desktop/kde5/framework/bluez-qt5/pspec.xml
new file mode 100755
index 0000000000..ad2a46f9e1
--- /dev/null
+++ b/desktop/kde5/framework/bluez-qt5/pspec.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+ bluez-qt5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ Qt wrapper for KDE 5 Bluez DBus API
+ Qt wrapper for KDE 5 DBus API.
+ mirrors://kde/stable/frameworks/5.116/bluez-qt-5.116.0.tar.xz
+
+ bluez
+ bluez-libs-devel
+ qt5-base-devel
+ qt5-declarative-devel
+ extra-cmake-modules
+
+
+
+
+ bluez-qt5
+
+
+ qt5-base
+ qt5-declarative
+ libgcc
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /etc/xdg
+ /usr/share/doc
+ /lib/udev
+ /usr/share/qlogging-categories5
+ /usr/share/qlogging-categories5/bluez.categories
+
+
+
+
+ bluez-qt5-devel
+ Development files for bluez-qt5
+
+
+
+ bluez-qt5
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/actions.py b/desktop/kde5/framework/breeze-icons5/actions.py
new file mode 100755
index 0000000000..580464c9a5
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure("-DBINARY_ICONS_RESOURCE=ON")
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README*", "COPYING*")
diff --git a/desktop/kde5/framework/breeze-icons5/files/250a7d0b.patch b/desktop/kde5/framework/breeze-icons5/files/250a7d0b.patch
new file mode 100644
index 0000000000..9fb7e5592c
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/250a7d0b.patch
@@ -0,0 +1,62 @@
+From 250a7d0bbe6dd8e7d2e7cba4cc82a2d8cce37cf1 Mon Sep 17 00:00:00 2001
+From: Rodney Dawes
+Date: Mon, 15 Nov 2021 10:47:54 -0500
+Subject: [PATCH] Install dark icons via execute_process to use copy command
+
+In order to ensure the dark icons are copied over the light icons which
+are installed into the dark theme for BUG:444095, we need to execute the
+copy command ourselves rather than using CMake's internal copy mechanism
+used by the normal install command, so we use CODE mode of install to
+execute_process and print an appropriate status message.
+
+BUG: 445489
+---
+ icons-dark/CMakeLists.txt | 30 ++++++++++++++++++++++++++++--
+ 1 file changed, 28 insertions(+), 2 deletions(-)
+
+diff --git a/icons-dark/CMakeLists.txt b/icons-dark/CMakeLists.txt
+index d14bdba5..40590a8b 100644
+--- a/icons-dark/CMakeLists.txt
++++ b/icons-dark/CMakeLists.txt
+@@ -26,10 +26,36 @@ if(NOT WIN32)
+ endif()
+
+ if(NOT SKIP_INSTALL_ICONS)
+- install(DIRECTORY ${breeze_icon_dark_dirs} DESTINATION ${BREEZE_INSTALL_DIR})
++ # In order to ensure the dark icons are copied over the light icons which
++ # are installed into the dark theme for BUG:444095, we need to execute the
++ # copy command ourselves rather than using CMake's internal copy mechanism
++ # used by the normal install command, so we use CODE mode of install to
++ # execute_process and print an appropriate status message.
++ # See https://bugs.kde.org/show_bug.cgi?id=445489
++ set(COPY_CMD "cp -a")
++ set(XCOPY_ARGS "")
++ if(WIN32)
++ set(COPY_CMD "xcopy")
++ set(XCOPY_ARGS "/q /e /y")
++ endif(WIN32)
++ install(CODE "cmake_policy(VERSION 3.6)
++ foreach(CAT_DIR ${breeze_icon_dark_dirs})
++ execute_process(COMMAND ${COPY_CMD} \${CAT_DIR} \$ENV{DESTDIR}${BREEZE_INSTALL_DIR} ${XCOPY_ARGS} ERROR_QUIET WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
++ endforeach()
++ file(GLOB_RECURSE ICON_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} LIST_DIRECTORIES false ${CMAKE_CURRENT_SOURCE_DIR}/*.svg)
++ foreach(ICON_FILE IN LISTS ICON_FILES)
++ message(STATUS \"Installing: \$ENV{DESTDIR}${BREEZE_INSTALL_DIR}/\${ICON_FILE}\")
++ endforeach()")
+ install(FILES index.theme DESTINATION ${BREEZE_INSTALL_DIR})
+ if(WITH_ICON_GENERATION)
+- install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/generated/ DESTINATION ${BREEZE_INSTALL_DIR})
++ install(CODE "cmake_policy(VERSION 3.6)
++ foreach(GEN_DIR ${breeze_icon_dark_dirs})
++ execute_process(COMMAND ${COPY_CMD} \${GEN_DIR} \$ENV{DESTDIR}${BREEZE_INSTALL_DIR} ${XCOPY_ARGS} ERROR_QUIET WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/generated)
++ endforeach()
++ file(GLOB_RECURSE ICON_FILES RELATIVE ${CMAKE_CURRENT_BINARY_DIR}/generated LIST_DIRECTORIES false ${CMAKE_CURRENT_BINARY_DIR}/generated/*.svg)
++ foreach(ICON_FILE IN LISTS ICON_FILES)
++ message(STATUS \"Installing: \$ENV{DESTDIR}${BREEZE_INSTALL_DIR}/\${ICON_FILE}\")
++ endforeach()")
+ endif()
+ endif()
+
+--
+GitLab
+
diff --git a/desktop/kde5/framework/breeze-icons5/files/breeze-16.svg b/desktop/kde5/framework/breeze-icons5/files/breeze-16.svg
new file mode 100644
index 0000000000..d3a1dd24b2
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/breeze-16.svg
@@ -0,0 +1,308 @@
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/files/breeze-22.svg b/desktop/kde5/framework/breeze-icons5/files/breeze-22.svg
new file mode 100644
index 0000000000..73b3d536ff
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/breeze-22.svg
@@ -0,0 +1,308 @@
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/files/breeze-64.svg b/desktop/kde5/framework/breeze-icons5/files/breeze-64.svg
new file mode 100644
index 0000000000..920ac88043
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/breeze-64.svg
@@ -0,0 +1,308 @@
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/files/breeze-96.svg b/desktop/kde5/framework/breeze-icons5/files/breeze-96.svg
new file mode 100644
index 0000000000..356d83d1c1
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/breeze-96.svg
@@ -0,0 +1,308 @@
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/files/breeze-dark-16.svg b/desktop/kde5/framework/breeze-icons5/files/breeze-dark-16.svg
new file mode 100644
index 0000000000..6472cde3ca
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/breeze-dark-16.svg
@@ -0,0 +1,358 @@
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/files/breeze-dark-22.svg b/desktop/kde5/framework/breeze-icons5/files/breeze-dark-22.svg
new file mode 100644
index 0000000000..bc5b55664e
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/breeze-dark-22.svg
@@ -0,0 +1,358 @@
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/files/breeze-dark-48.svg b/desktop/kde5/framework/breeze-icons5/files/breeze-dark-48.svg
new file mode 100644
index 0000000000..630d300515
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/breeze-dark-48.svg
@@ -0,0 +1,358 @@
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/files/breeze-dark-96.svg b/desktop/kde5/framework/breeze-icons5/files/breeze-dark-96.svg
new file mode 100644
index 0000000000..8ae08ddf21
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/breeze-dark-96.svg
@@ -0,0 +1,358 @@
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/files/breeze-dark.svg b/desktop/kde5/framework/breeze-icons5/files/breeze-dark.svg
new file mode 100644
index 0000000000..91beb0df21
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/breeze-dark.svg
@@ -0,0 +1,358 @@
+
+
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/files/breeze.svg b/desktop/kde5/framework/breeze-icons5/files/breeze.svg
new file mode 100644
index 0000000000..dc6fb04260
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/files/breeze.svg
@@ -0,0 +1,317 @@
+
+
+
+
+
diff --git a/desktop/kde5/framework/breeze-icons5/pspec.xml b/desktop/kde5/framework/breeze-icons5/pspec.xml
new file mode 100755
index 0000000000..926f5fee3f
--- /dev/null
+++ b/desktop/kde5/framework/breeze-icons5/pspec.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+ breeze-icons5
+ https://projects.kde.org/projects/kde/workspace/breeze
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv2+
+ app:gui
+ Breeze icon themes
+ İcon themes breeze
+ mirrors://kde/stable/frameworks/5.116/breeze-icons-5.116.0.tar.xz
+
+ extra-cmake-modules
+ qt5-base-devel
+ libxml2-devel
+ python3-devel
+ python3-lxml
+
+
+
+
+
+
+
+ breeze-icons5
+ Breeze icon themes
+
+ /usr/lib/cmake/
+ /usr/share
+ /usr/share/doc
+
+
+ breeze-16.svg
+ breeze-22.svg
+ breeze-dark-16.svg
+ breeze-dark-22.svg
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/component.xml b/desktop/kde5/framework/component.xml
new file mode 100644
index 0000000000..4ec7a9de41
--- /dev/null
+++ b/desktop/kde5/framework/component.xml
@@ -0,0 +1,3 @@
+
+ desktop.kde5.framework
+
diff --git a/desktop/kde5/framework/kapidox5/actions.py b/desktop/kde5/framework/kapidox5/actions.py
new file mode 100755
index 0000000000..57350ae850
--- /dev/null
+++ b/desktop/kde5/framework/kapidox5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
\ No newline at end of file
diff --git a/desktop/kde5/framework/kapidox5/files/fedora/kf5-kapidox-install.patch b/desktop/kde5/framework/kapidox5/files/fedora/kf5-kapidox-install.patch
new file mode 100644
index 0000000000..819a8e2e20
--- /dev/null
+++ b/desktop/kde5/framework/kapidox5/files/fedora/kf5-kapidox-install.patch
@@ -0,0 +1,51 @@
+diff -Nur kapidox5-5.93.0/CMakeLists.txt kapidox5-5.91.0/CMakeLists.txt
+--- kapidox5-5.93.0/CMakeLists.txt 2022-03-13 13:10:03.000000000 +0100
++++ kapidox5-5.91.0/CMakeLists.txt 2022-01-25 08:43:21.000000000 +0100
+@@ -1,7 +1,7 @@
+ cmake_minimum_required(VERSION 3.16)
+ project(kapidox5 NONE)
+
+-include(FindUnixCommands)
++find_package(Python3 COMPONENTS Interpreter)
+
+ if(WIN32)
+ # Needs native path and extra escaping of spaces
+@@ -11,7 +11,26 @@
+ endif()
+
+ add_custom_target(build ALL
+- COMMAND ${BASH} bootstrap-devenv.sh
++ COMMAND ${Python3_EXECUTABLE} setup.py build --build-base ${BINARY_DIR}
+ WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
+-)
++ )
+
++# DESTDIR may be set at install time (eg: `make DESTDIR=/tmp/package install`)
++# so we need to check for it when the install code is run and pass the appropriate
++# argument to distutils.
++#
++# Note that if(\$ENV{DESTDIR}) always fails, regardless of the value of the DESTDIR
++# environment variable, hence the STREQUAL test.
++# See https://public.kitware.com/Bug/view.php?id=14737
++install(CODE
++ "set(_root_arg)
++ if (NOT \$ENV{DESTDIR} STREQUAL \"\")
++ file(TO_NATIVE_PATH \$ENV{DESTDIR} DESTDIR)
++ set(_root_arg --root \"\${DESTDIR}\")
++ endif()
++ file(TO_NATIVE_PATH ${CMAKE_INSTALL_PREFIX} INSTALL_PREFIX)
++ execute_process(
++ COMMAND ${Python3_EXECUTABLE} setup.py install --prefix \"\${INSTALL_PREFIX}\" \${_root_arg}
++ WORKING_DIRECTORY \"${CMAKE_SOURCE_DIR}\"
++ )"
++ )
+diff -up kapidox5-5.93.0/setup.py.me kapidox5-5.93.0/setup.py
+--- kapidox5-5.93.0/setup.py.me 2022-04-28 14:13:13.168061970 +0200
++++ kapidox5-5.93.0/setup.py 2022-04-28 14:14:00.170175582 +0200
+@@ -17,5 +17,5 @@ setup(
+ "kapidox5-depdiagram-generate = kapidox5.depdiagram_generate:main",
+ ],
+ },
+- install_requires=["doxypypy", "doxyqml", "requests", "jinja2", "pyyaml"]
++ install_requires=["requests", "jinja2", "pyyaml"]
+ )
diff --git a/desktop/kde5/framework/kapidox5/pspec.xml b/desktop/kde5/framework/kapidox5/pspec.xml
new file mode 100755
index 0000000000..f61244f6ad
--- /dev/null
+++ b/desktop/kde5/framework/kapidox5/pspec.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+ kapidox5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ KDE5 Frameworks API documentation tools.
+ KDE5 Frameworks API documentation tools.
+ mirrors://kde/stable/frameworks/5.116/kapidox-5.116.0.tar.xz
+
+ python3-Jinja2
+ python3-PyYAML
+
+ extra-cmake-modules
+ python3-setuptools
+
+
+
+
+
+
+
+ kapidox5
+
+
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kapidox5/translations.xml b/desktop/kde5/framework/kapidox5/translations.xml
new file mode 100755
index 0000000000..792aba2ee9
--- /dev/null
+++ b/desktop/kde5/framework/kapidox5/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kapidox5
+ KDE5 Frameworks API dokümantasyon araçları.
+ KDE5 Frameworks API dokümantasyon araçları.
+
+
diff --git a/desktop/kde5/framework/karchive5/actions.py b/desktop/kde5/framework/karchive5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/karchive5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/karchive5/pspec.xml b/desktop/kde5/framework/karchive5/pspec.xml
new file mode 100755
index 0000000000..d6c9087caa
--- /dev/null
+++ b/desktop/kde5/framework/karchive5/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+ karchive5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ Qt 5 addon providing access to numerous types of archives
+ karchive5 provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR.
+ mirrors://kde/stable/frameworks/5.116/karchive-5.116.0.tar.xz
+
+ bzip2
+ xz-devel
+ zlib-devel
+ qt5-linguist
+ qt5-base-devel
+ extra-cmake-modules
+
+
+
+
+ karchive5
+
+ xz
+ zlib
+ bzip2
+
+ qt5-linguist
+ qt5-base
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ karchive5-devel
+ Development files for karchive5
+
+ qt5-base-devel
+ karchive5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kcalendarcore5/actions.py b/desktop/kde5/framework/kcalendarcore5/actions.py
new file mode 100644
index 0000000000..50f70c4e61
--- /dev/null
+++ b/desktop/kde5/framework/kcalendarcore5/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README*")
diff --git a/desktop/kde5/framework/kcalendarcore5/pspec.xml b/desktop/kde5/framework/kcalendarcore5/pspec.xml
new file mode 100644
index 0000000000..c1da7f9d07
--- /dev/null
+++ b/desktop/kde5/framework/kcalendarcore5/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+ kcalendarcore5
+ https://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ The KDE calendar access library
+ The KDE calendar access library
+ mirrors://kde/stable/frameworks/5.116/kcalendarcore-5.116.0.tar.xz
+
+ qt5-base-devel
+ libical-devel
+ extra-cmake-modules
+
+
+
+
+ kcalendarcore5
+
+ libical
+ qt5-base
+ libgcc
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ kcalendarcore5-devel
+ Development files for kcalendarcore5
+
+ kcalendarcore5
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kcalendarcore5/translations.xml b/desktop/kde5/framework/kcalendarcore5/translations.xml
new file mode 100644
index 0000000000..fd16a920ae
--- /dev/null
+++ b/desktop/kde5/framework/kcalendarcore5/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kcalendarcore5
+ The KDE calendar access library
+ The KDE calendar access library
+
+
diff --git a/desktop/kde5/framework/kcodecs5/actions.py b/desktop/kde5/framework/kcodecs5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kcodecs5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kcodecs5/pspec.xml b/desktop/kde5/framework/kcodecs5/pspec.xml
new file mode 100755
index 0000000000..e53e34ab62
--- /dev/null
+++ b/desktop/kde5/framework/kcodecs5/pspec.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+ kcodecs5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ Plugins allowing Qt applications to access further types of images
+ KDE5 kcodecs5 provide a collection of methods to manipulate strings using various encodings.
+ mirrors://kde/stable/frameworks/5.116/kcodecs-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ extra-cmake-modules
+ gperf
+
+
+
+
+ kcodecs5
+
+ qt5-base
+
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kcodecs5-devel
+ Development files for kcodecs5
+
+ qt5-base-devel
+ kcodecs5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kconfig5/actions.py b/desktop/kde5/framework/kconfig5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kconfig5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kconfig5/pspec.xml b/desktop/kde5/framework/kconfig5/pspec.xml
new file mode 100755
index 0000000000..266ab30bb3
--- /dev/null
+++ b/desktop/kde5/framework/kconfig5/pspec.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+ kconfig5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ app:gui
+ Advanced configuration system for KDE Frameworks 5
+ kconfig5 provides advanced libraries and tools for accessing configuration files.
+ mirrors://kde/stable/frameworks/5.116/kconfig-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-linguist
+ extra-cmake-modules
+
+
+
+
+ kconfig5
+
+ qt5-base
+ qt5-declarative
+
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kconfig5-devel
+ Development files for kconfig5
+
+ qt5-base-devel
+ kconfig5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kcoreaddons5/actions.py b/desktop/kde5/framework/kcoreaddons5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kcoreaddons5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kcoreaddons5/comar/package.py b/desktop/kde5/framework/kcoreaddons5/comar/package.py
new file mode 100755
index 0000000000..8abe2ef4a5
--- /dev/null
+++ b/desktop/kde5/framework/kcoreaddons5/comar/package.py
@@ -0,0 +1,8 @@
+ # -*- coding: utf-8 -*-
+
+from pisi.version import Version
+
+def postInstall(fromVersion, fromRelease, toVersion, toRelease):
+ os.system("/usr/bin/update-mime-database /usr/share/mime > /dev/null")
+
+
diff --git a/desktop/kde5/framework/kcoreaddons5/pspec.xml b/desktop/kde5/framework/kcoreaddons5/pspec.xml
new file mode 100755
index 0000000000..a8631fa2a9
--- /dev/null
+++ b/desktop/kde5/framework/kcoreaddons5/pspec.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+ kcoreaddons5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Utilities for core application functionality and accessing the OS
+ kcoreaddons5 provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more.
+ mirrors://kde/stable/frameworks/5.116/kcoreaddons-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ shared-mime-info
+ extra-cmake-modules
+
+
+
+
+
+ kcoreaddons5
+
+ qt5-base
+
+ shared-mime-info
+
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kcoreaddons5-devel
+ Development files for kcoreaddons5
+
+ qt5-base-devel
+ kcoreaddons5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kdbusaddons5/actions.py b/desktop/kde5/framework/kdbusaddons5/actions.py
new file mode 100755
index 0000000000..d2fbe5c638
--- /dev/null
+++ b/desktop/kde5/framework/kdbusaddons5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md", "MAINTAINER")
diff --git a/desktop/kde5/framework/kdbusaddons5/pspec.xml b/desktop/kde5/framework/kdbusaddons5/pspec.xml
new file mode 100755
index 0000000000..f933f0c1ba
--- /dev/null
+++ b/desktop/kde5/framework/kdbusaddons5/pspec.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+ kdbusaddons5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Extra modules for Qt-DBus
+ KDE5-kdbusaddons5 provides convenience classes on top of QtDBus, as well as an API to create kded5 modules.
+ mirrors://kde/stable/frameworks/5.116/kdbusaddons-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-x11extras-devel
+ extra-cmake-modules
+
+
+
+
+ kdbusaddons5
+
+
+ qt5-base
+ qt5-x11extras
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kdbusaddons5-devel
+ Development files for kdbusaddons5
+
+ qt5-base-devel
+ kdbusaddons5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kdnssd5/actions.py b/desktop/kde5/framework/kdnssd5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kdnssd5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kdnssd5/pspec.xml b/desktop/kde5/framework/kdnssd5/pspec.xml
new file mode 100755
index 0000000000..2ec8f9fd2c
--- /dev/null
+++ b/desktop/kde5/framework/kdnssd5/pspec.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+ kdnssd5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ Network service discovery using Zeroconf
+ kdnssd5 is a library for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure.
+ mirrors://kde/stable/frameworks/5.116/kdnssd-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ avahi-devel
+ avahi-compat-libdns_sd-devel
+ extra-cmake-modules
+
+
+
+
+ kdnssd5
+
+ qt5-base
+
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kdnssd5-devel
+ Development files for kdnssd5.
+
+ qt5-base-devel
+ kdnssd5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kguiaddons5/actions.py b/desktop/kde5/framework/kguiaddons5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kguiaddons5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kguiaddons5/pspec.xml b/desktop/kde5/framework/kguiaddons5/pspec.xml
new file mode 100755
index 0000000000..79aa8dd16a
--- /dev/null
+++ b/desktop/kde5/framework/kguiaddons5/pspec.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+ kguiaddons5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ Utilities for graphical user interfaces
+ The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files.
+ mirrors://kde/stable/frameworks/5.116/kguiaddons-5.116.0.tar.xz
+
+ libX11-devel
+ libxcb-devel
+ wayland-devel
+ plasma-wayland-protocols
+ qt5-base-devel
+ qt5-wayland-devel
+ qt5-x11extras-devel
+ extra-cmake-modules
+
+
+
+
+ kguiaddons5
+
+
+ libX11
+ wayland-client
+ qt5-base
+ qt5-wayland
+ qt5-x11extras
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /usr/bin
+ /usr/share/applications
+ /usr/share/doc
+ /usr/share/qlogging-categories5/kguiaddons5.categories
+
+
+
+
+ kguiaddons5-devel
+ Development files for kguiaddons5
+
+ kguiaddons5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/ki18n5/actions.py b/desktop/kde5/framework/ki18n5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/ki18n5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/ki18n5/pspec.xml b/desktop/kde5/framework/ki18n5/pspec.xml
new file mode 100755
index 0000000000..0afeb46e85
--- /dev/null
+++ b/desktop/kde5/framework/ki18n5/pspec.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+ ki18n5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ KDE Gettext-based UI text internationalization.
+ ki18n5 provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system.
+ mirrors://kde/stable/frameworks/5.116/ki18n-5.116.0.tar.xz
+
+ iso-codes-devel
+ qt5-base-devel
+ qt5-script-devel
+ qt5-declarative-devel
+ extra-cmake-modules
+
+
+
+
+ ki18n5
+
+
+ qt5-base
+
+ qt5-declarative
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+ ki18n5-devel
+ Development files for kde5-ki18n5
+
+ ki18n5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/ki18n5/translations.xml b/desktop/kde5/framework/ki18n5/translations.xml
new file mode 100755
index 0000000000..8e26b8d3f0
--- /dev/null
+++ b/desktop/kde5/framework/ki18n5/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ ki18n5
+ KDE grafik arabirim yerelleştirme kitaplığı
+ ki18n5, KDE Frameworks 5 için, Gettext tabanlı bir grafik arabirim yerelleştirme kitaplığıdır
+
+
+
+ ki18n5-devel
+ ki18n5 için geliştirme dosyaları
+
+
diff --git a/desktop/kde5/framework/kidletime5/actions.py b/desktop/kde5/framework/kidletime5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kidletime5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kidletime5/pspec.xml b/desktop/kde5/framework/kidletime5/pspec.xml
new file mode 100755
index 0000000000..451b25667e
--- /dev/null
+++ b/desktop/kde5/framework/kidletime5/pspec.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+ kidletime5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Idle time reporting utility
+ kidletime5 is a singleton reporting information on idle time. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity.
+ mirrors://kde/stable/frameworks/5.116/kidletime-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-x11extras-devel
+ libX11-devel
+ libXext-devel
+ libXScrnSaver-devel
+ libxcb-devel
+ extra-cmake-modules
+
+
+
+
+ kidletime5
+
+ qt5-base
+ libX11
+
+ libxcb
+ libXScrnSaver
+ libXext
+ qt5-x11extras
+
+
+ /etc/xdg/kidletime5.categories
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kidletime5-devel
+ Development files for kidletime5
+
+ kidletime5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kirigami5/actions.py b/desktop/kde5/framework/kirigami5/actions.py
new file mode 100755
index 0000000000..7c5eaf92cd
--- /dev/null
+++ b/desktop/kde5/framework/kirigami5/actions.py
@@ -0,0 +1,34 @@
+#!/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 kde5
+#from pisi.actionsapi import pisitools
+
+# if pisi can't find source directory, see /var/pisi/kirigami5/work/ and:
+# WorkDir="kirigami5-"+ get.srcVERSION() +"/sub_project_dir/"
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+# Take a look at the source folder for these file as documentation.
+# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "README")
+
+# If there is no install rule for a runnable binary, you can
+# install it to binary directory.
+# pisitools.dobin("kirigami5")
+
+# You can use these as variables, they will replace GUI values before build.
+# Package Name : kirigami5
+# Version : 2.2.0
+# Summary : A set of QML components for mobile/desktop convergent applications made by KDE
+
+# For more information, you can look at the Actions API
+# from the Help menu and toolbar.
diff --git a/desktop/kde5/framework/kirigami5/pspec.xml b/desktop/kde5/framework/kirigami5/pspec.xml
new file mode 100755
index 0000000000..49460a6123
--- /dev/null
+++ b/desktop/kde5/framework/kirigami5/pspec.xml
@@ -0,0 +1,68 @@
+
+
+
+ kirigami5
+ https://quickgit.kde.org/?p=kirigami.git
+
+ Ali Algul
+ aligulle3801@gmail.com
+
+ LGPL
+ A set of QML components for mobile/desktop convergent applications made by KDE
+ A set of QML components for mobile/desktop convergent applications made by KDE
+ https://download.kde.org/stable/frameworks/5.116/kirigami2-5.116.0.tar.xz
+
+
+ extra-cmake-modules
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-quickcontrols
+ qt5-quickcontrols2-devel
+ qt5-graphicaleffects
+ qt5-linguist
+ qt5-svg-devel
+
+
+
+
+
+ kirigami5
+ A set of QML components for mobile/desktop convergent applications made by KDE
+
+
+ qt5-base
+ qt5-declarative
+ qt5-quickcontrols
+ qt5-quickcontrols2
+ qt5-graphicaleffects
+
+
+ /usr/share/locale/
+ /usr/lib/
+
+
+
+ kirigami5-devel
+ Development files for kirigami5
+
+ kirigami5
+ qt5-quickcontrols2-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/kdevappwizard/templates/kirigami5.tar.bz2
+ /usr/lib/cmake
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kitemmodels5/actions.py b/desktop/kde5/framework/kitemmodels5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kitemmodels5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kitemmodels5/pspec.xml b/desktop/kde5/framework/kitemmodels5/pspec.xml
new file mode 100755
index 0000000000..e6051a0aa4
--- /dev/null
+++ b/desktop/kde5/framework/kitemmodels5/pspec.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+ kitemmodels5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ Set of item models extending the Qt model-view framework
+ kitemmodels5 provides a set of item models extending the Qt model-view framework.
+ mirrors://kde/stable/frameworks/5.116/kitemmodels-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ extra-cmake-modules
+
+
+
+
+ kitemmodels5
+
+ qt5-base
+ qt5-declarative
+
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kitemmodels5-devel
+ Development files for kitemmodels5
+
+ qt5-base-devel
+ kitemmodels5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kitemviews5/actions.py b/desktop/kde5/framework/kitemviews5/actions.py
new file mode 100755
index 0000000000..55d7265ac3
--- /dev/null
+++ b/desktop/kde5/framework/kitemviews5/actions.py
@@ -0,0 +1,20 @@
+#!/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 kde5
+from pisi.actionsapi import pisitools
+
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kitemviews5/pspec.xml b/desktop/kde5/framework/kitemviews5/pspec.xml
new file mode 100755
index 0000000000..a234feae9b
--- /dev/null
+++ b/desktop/kde5/framework/kitemviews5/pspec.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+ kitemviews5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Set of item models extending the Qt model-view framework
+ kitemviews5 includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists.
+ mirrors://kde/stable/frameworks/5.116/kitemviews-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-designer-devel
+ extra-cmake-modules
+
+
+
+
+ kitemviews5
+
+ qt5-base
+
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kitemviews5-devel
+ Development files for kitemviews5
+
+ qt5-base-devel
+ kitemviews5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kplotting5/actions.py b/desktop/kde5/framework/kplotting5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kplotting5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kplotting5/pspec.xml b/desktop/kde5/framework/kplotting5/pspec.xml
new file mode 100755
index 0000000000..9739198462
--- /dev/null
+++ b/desktop/kde5/framework/kplotting5/pspec.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+ kplotting5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ KDE5 Data plotting
+ kplotting5 contains data plotting classes for QT 5 and KDE
+ mirrors://kde/stable/frameworks/5.116/kplotting-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-designer-devel
+ extra-cmake-modules
+
+
+
+
+ kplotting5
+
+
+
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kplotting5-devel
+ Development files for kplotting5
+
+
+ kplotting5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kquickcharts5/actions.py b/desktop/kde5/framework/kquickcharts5/actions.py
new file mode 100644
index 0000000000..50f70c4e61
--- /dev/null
+++ b/desktop/kde5/framework/kquickcharts5/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README*")
diff --git a/desktop/kde5/framework/kquickcharts5/pspec.xml b/desktop/kde5/framework/kquickcharts5/pspec.xml
new file mode 100644
index 0000000000..0fe9044246
--- /dev/null
+++ b/desktop/kde5/framework/kquickcharts5/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+ kquickcharts5
+ https://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ A QtQuick plugin providing high-performance charts
+ Yüksek performanslı grafikler sunan bir QtQuick eklentisi
+ mirrors://kde/stable/frameworks/5.116/kquickcharts-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-quickcontrols2-devel
+ qt5-graphicaleffects
+ extra-cmake-modules
+
+
+
+
+ kquickcharts5
+
+ libgcc
+ qt5-base
+ qt5-declarative
+ qt5-quickcontrols2
+
+
+ /usr/lib
+ /usr/lib/qt5
+ /usr/lib/cmake
+ /usr/share/qlogging-categories5/kquickcharts5.categories
+ /usr/share/doc
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kquickcharts5/translations.xml b/desktop/kde5/framework/kquickcharts5/translations.xml
new file mode 100644
index 0000000000..70784089a5
--- /dev/null
+++ b/desktop/kde5/framework/kquickcharts5/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kquickcharts5
+ A QtQuick plugin providing high-performance charts
+ Yüksek performanslı grafikler sunan bir QtQuick eklentisi
+
+
diff --git a/desktop/kde5/framework/kuserfeedback5/actions.py b/desktop/kde5/framework/kuserfeedback5/actions.py
new file mode 100644
index 0000000000..49f0925cce
--- /dev/null
+++ b/desktop/kde5/framework/kuserfeedback5/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("COPYING*", "README*")
diff --git a/desktop/kde5/framework/kuserfeedback5/pspec.xml b/desktop/kde5/framework/kuserfeedback5/pspec.xml
new file mode 100644
index 0000000000..3886592ee5
--- /dev/null
+++ b/desktop/kde5/framework/kuserfeedback5/pspec.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+ kuserfeedback5
+ https://kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv3
+ library
+ Framework for collecting user feedback for applications via telemetry and surveys
+ Framework for collecting user feedback for applications via telemetry and surveys
+ mirrors://kde/stable/kuserfeedback5/kuserfeedback-1.3.0.tar.xz
+
+ qt5-linguist
+ qt5-svg-devel
+ qt5-sql-odbc
+ qt5-sql-mysql
+ qt5-sql-sqlite
+ qt5-base-devel
+ qt5-charts-devel
+ qt5-assistant-devel
+ qt5-sql-postgresql
+ extra-cmake-modules
+ qt5-declarative-devel
+
+
+
+
+
+ kuserfeedback5
+
+ qt5-svg
+ qt5-base
+ qt5-charts
+ qt5-declarative
+
+
+ /usr/bin
+ /etc
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+
+ kuserfeedback5-devel
+ Development files for kuserfeedback5
+
+ kuserfeedback5
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+
+ 2024-05-19
+ 1.3.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kuserfeedback5/translations.xml b/desktop/kde5/framework/kuserfeedback5/translations.xml
new file mode 100644
index 0000000000..4eb0dc2990
--- /dev/null
+++ b/desktop/kde5/framework/kuserfeedback5/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kuserfeedback5
+ Framework for collecting user feedback for applications via telemetry and surveys
+ Framework for collecting user feedback for applications via telemetry and surveys
+
+
diff --git a/desktop/kde5/framework/kwayland5/actions.py b/desktop/kde5/framework/kwayland5/actions.py
new file mode 100755
index 0000000000..dcb9d70beb
--- /dev/null
+++ b/desktop/kde5/framework/kwayland5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ #pisitools.dodoc("COPYING.LIB")
diff --git a/desktop/kde5/framework/kwayland5/pspec.xml b/desktop/kde5/framework/kwayland5/pspec.xml
new file mode 100755
index 0000000000..6ef4d4fff1
--- /dev/null
+++ b/desktop/kde5/framework/kwayland5/pspec.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+ kwayland5
+ https://www.kde.org
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ LGPLv3
+ library
+ Qt-style Client and Server library wrapper for the Wayland libraries
+ Qt-style Client and Server library wrapper for the Wayland libraries
+ mirrors://kde/stable/frameworks/5.116/kwayland-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-wayland-devel
+ libglvnd-devel
+ wayland-devel
+ wayland-protocols-devel
+ mesa-devel
+ extra-cmake-modules
+ plasma-wayland-protocols
+
+
+
+
+ kwayland5
+
+
+ qt5-base
+
+
+ libglvnd
+ wayland-client
+ wayland-server
+
+
+
+ /etc/xdg
+ /usr/lib
+ /usr/share/config
+ /usr/share/doc
+ /usr/share/qlogging-categories5
+ /usr/share/qlogging-categories5/org_kde_kwayland5.categories
+
+
+
+ kwayland5-devel
+
+ qt5-base-devel
+ qt5-wayland
+
+
+
+ kwayland5
+
+
+ /usr/lib/cmake
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kwayland5/translations.xml b/desktop/kde5/framework/kwayland5/translations.xml
new file mode 100755
index 0000000000..1eae694d19
--- /dev/null
+++ b/desktop/kde5/framework/kwayland5/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kde5-kwayland5
+ Qt-style Client and Server library wrapper for the Wayland libraries
+ Qt-style Client and Server library wrapper for the Wayland libraries
+
+
diff --git a/desktop/kde5/framework/kwidgetsaddons5/actions.py b/desktop/kde5/framework/kwidgetsaddons5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kwidgetsaddons5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kwidgetsaddons5/pspec.xml b/desktop/kde5/framework/kwidgetsaddons5/pspec.xml
new file mode 100755
index 0000000000..cc285b8dc6
--- /dev/null
+++ b/desktop/kde5/framework/kwidgetsaddons5/pspec.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+ kwidgetsaddons5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 desktop widgets
+ KdeWidgetsAddons is a framework contains addon widgets and shared libraries for applications using Qt5-Widgets.
+ mirrors://kde/stable/frameworks/5.116/kwidgetsaddons-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-designer-devel
+ extra-cmake-modules
+
+
+
+
+ kwidgetsaddons5
+
+ qt5-base
+ libgcc
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kwidgetsaddons5-devel
+ Development files for kwidgetsaddons5
+
+ qt5-base-devel
+ kwidgetsaddons5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kwindowsystem5/actions.py b/desktop/kde5/framework/kwindowsystem5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kwindowsystem5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kwindowsystem5/pspec.xml b/desktop/kde5/framework/kwindowsystem5/pspec.xml
new file mode 100755
index 0000000000..045278485b
--- /dev/null
+++ b/desktop/kde5/framework/kwindowsystem5/pspec.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+ kwindowsystem5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 window manager access framework
+ kwindowsystem provides information about the state of the window manager and allows asking the window manager to change the using a more high-level interface than the NETWinInfo/NETRootInfo low-level classes.
+ mirrors://kde/stable/frameworks/5.116/kwindowsystem-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-x11extras-devel
+ libX11-devel
+ libgcc
+ libxcb-devel
+ libXrender-devel
+ libXfixes-devel
+ xcb-util-devel
+ xcb-util-keysyms-devel
+ extra-cmake-modules
+
+
+
+
+ kwindowsystem5
+
+ qt5-base
+ libX11
+
+ libxcb
+ qt5-x11extras
+ libXfixes
+ xcb-util-keysyms
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+
+
+
+
+ kwindowsystem5-devel
+ Development files for kwindowsystem5
+
+ qt5-base-devel
+ libXrender-devel
+ libXfixes-devel
+ xcb-util-devel
+ xcb-util-keysyms-devel
+ kwindowsystem5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/modemmanager-qt5/actions.py b/desktop/kde5/framework/modemmanager-qt5/actions.py
new file mode 100755
index 0000000000..12d8e03d6a
--- /dev/null
+++ b/desktop/kde5/framework/modemmanager-qt5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README", "README.md")
diff --git a/desktop/kde5/framework/modemmanager-qt5/pspec.xml b/desktop/kde5/framework/modemmanager-qt5/pspec.xml
new file mode 100755
index 0000000000..5fb6663ee1
--- /dev/null
+++ b/desktop/kde5/framework/modemmanager-qt5/pspec.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+ modemmanager-qt5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Qt wrapper for ModemManager DBus API
+ Qt wrapper for ModemManager DBus API
+ mirrors://kde/stable/frameworks/5.116/modemmanager-qt-5.116.0.tar.xz
+
+ qt5-base-devel
+ ModemManager-devel
+ extra-cmake-modules
+
+
+
+
+ modemmanager-qt5
+
+ qt5-base
+ libgcc
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ modemmanager-qt5-devel
+ Development files for modemmanger-qt
+
+ qt5-base-devel
+ modemmanager-qt5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/networkmanager-qt5/actions.py b/desktop/kde5/framework/networkmanager-qt5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/networkmanager-qt5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/networkmanager-qt5/pspec.xml b/desktop/kde5/framework/networkmanager-qt5/pspec.xml
new file mode 100755
index 0000000000..d691d6b3aa
--- /dev/null
+++ b/desktop/kde5/framework/networkmanager-qt5/pspec.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+ networkmanager-qt5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ A QT wrapper around the NetworkManager libraries
+ A QT wrapper around the NetworkManager libraries
+ mirrors://kde/stable/frameworks/5.116/networkmanager-qt-5.116.0.tar.xz
+
+ qt5-base-devel
+ NetworkManager-devel
+ extra-cmake-modules
+
+
+
+
+ networkmanager-qt5
+
+ qt5-base
+ NetworkManager
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ networkmanager-qt5-devel
+ Development files for networkmanager-qt5
+
+ qt5-base-devel
+ networkmanager-qt5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/oxygen-icons5/actions.py b/desktop/kde5/framework/oxygen-icons5/actions.py
new file mode 100755
index 0000000000..15d84961d6
--- /dev/null
+++ b/desktop/kde5/framework/oxygen-icons5/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/copyleft/gpl.txt
+
+from pisi.actionsapi import kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("COPYING*", "README*")
diff --git a/desktop/kde5/framework/oxygen-icons5/files/128x128.png b/desktop/kde5/framework/oxygen-icons5/files/128x128.png
new file mode 100644
index 0000000000..393647f408
Binary files /dev/null and b/desktop/kde5/framework/oxygen-icons5/files/128x128.png differ
diff --git a/desktop/kde5/framework/oxygen-icons5/files/16x16.png b/desktop/kde5/framework/oxygen-icons5/files/16x16.png
new file mode 100644
index 0000000000..534e3eb543
Binary files /dev/null and b/desktop/kde5/framework/oxygen-icons5/files/16x16.png differ
diff --git a/desktop/kde5/framework/oxygen-icons5/files/22x22.png b/desktop/kde5/framework/oxygen-icons5/files/22x22.png
new file mode 100644
index 0000000000..c424ad1f8c
Binary files /dev/null and b/desktop/kde5/framework/oxygen-icons5/files/22x22.png differ
diff --git a/desktop/kde5/framework/oxygen-icons5/files/256x256.png b/desktop/kde5/framework/oxygen-icons5/files/256x256.png
new file mode 100644
index 0000000000..5bfc990a28
Binary files /dev/null and b/desktop/kde5/framework/oxygen-icons5/files/256x256.png differ
diff --git a/desktop/kde5/framework/oxygen-icons5/files/32x32.png b/desktop/kde5/framework/oxygen-icons5/files/32x32.png
new file mode 100644
index 0000000000..5745a386b5
Binary files /dev/null and b/desktop/kde5/framework/oxygen-icons5/files/32x32.png differ
diff --git a/desktop/kde5/framework/oxygen-icons5/files/48x48.png b/desktop/kde5/framework/oxygen-icons5/files/48x48.png
new file mode 100644
index 0000000000..fe6cdadfd1
Binary files /dev/null and b/desktop/kde5/framework/oxygen-icons5/files/48x48.png differ
diff --git a/desktop/kde5/framework/oxygen-icons5/files/64x64.png b/desktop/kde5/framework/oxygen-icons5/files/64x64.png
new file mode 100644
index 0000000000..24772e121d
Binary files /dev/null and b/desktop/kde5/framework/oxygen-icons5/files/64x64.png differ
diff --git a/desktop/kde5/framework/oxygen-icons5/files/logotype-pisi.svg b/desktop/kde5/framework/oxygen-icons5/files/logotype-pisi.svg
new file mode 100644
index 0000000000..dc6fb04260
--- /dev/null
+++ b/desktop/kde5/framework/oxygen-icons5/files/logotype-pisi.svg
@@ -0,0 +1,317 @@
+
+
+
+
+
diff --git a/desktop/kde5/framework/oxygen-icons5/pspec.xml b/desktop/kde5/framework/oxygen-icons5/pspec.xml
new file mode 100755
index 0000000000..3c7e81a21f
--- /dev/null
+++ b/desktop/kde5/framework/oxygen-icons5/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+ oxygen-icons5
+ http://www.oxygen-icons5.org
+
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+ LGPL
+ KDE Oxygen icons
+ "The Oxygen Icon Theme
+ mirrors://kde/stable/frameworks/5.116/oxygen-icons-5.116.0.tar.xz
+
+ extra-cmake-modules
+ qt5-base-devel
+
+
+
+
+ oxygen-icons5
+
+ /usr/share/icons
+ /usr/share/doc
+
+
+ 16x16.png
+ 16x16.png
+ 22x22.png
+ 22x22.png
+ 32x32.png
+ 32x32.png
+ 48x48.png
+ 48x48.png
+ 64x64.png
+ 64x64.png
+ 128x128.png
+ 128x128.png
+ 256x256.png
+ 256x256.png
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/prison5/actions.py b/desktop/kde5/framework/prison5/actions.py
new file mode 100755
index 0000000000..b7730c501c
--- /dev/null
+++ b/desktop/kde5/framework/prison5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ #pisitools.dodoc("LICENSE")
diff --git a/desktop/kde5/framework/prison5/pspec.xml b/desktop/kde5/framework/prison5/pspec.xml
new file mode 100755
index 0000000000..67d0c5798e
--- /dev/null
+++ b/desktop/kde5/framework/prison5/pspec.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+ prison5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ MIT
+ library
+ A barcode API to produce QRCode barcodes and DataMatrix barcode
+ A barcode API to produce QRCode barcodes and DataMatrix barcode.
+ mirrors://kde/stable/frameworks/5.116/prison-5.116.0.tar.xz
+
+ libdmtx-devel
+ qrencode-devel
+ zxing-cpp-devel
+ qt5-base-devel
+ extra-cmake-modules
+ qt5-multimedia-devel
+ qt5-declarative-devel
+
+
+
+
+ prison5
+
+
+ libdmtx
+ qrencode
+ zxing-cpp
+ qt5-base
+ qt5-multimedia
+ qt5-declarative
+
+
+ /etc/xdg
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share/doc
+ /usr/share/qlogging-categories5/prison5.categories
+ /usr/share/qlogging-categories5/prison5.renamecategories
+
+
+ prison-qt5
+
+
+ prison-qt5
+
+
+
+
+ prison5-devel
+ Development files for libepoxy
+
+ prison5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+ prison-qt5-devel
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/solid5/actions.py b/desktop/kde5/framework/solid5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/solid5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/solid5/pspec.xml b/desktop/kde5/framework/solid5/pspec.xml
new file mode 100755
index 0000000000..be9b55a7fc
--- /dev/null
+++ b/desktop/kde5/framework/solid5/pspec.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+ solid5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 hardware integration framework
+ solid5 is a device integration framework.It provides a way of querying and interacting with hardware independently of the underlying operating system.
+ mirrors://kde/stable/frameworks/5.116/solid-5.116.0.tar.xz
+
+ eudev-devel
+ upower-devel
+ udisks2-devel
+ media-player-info
+ qt5-linguist
+ qt5-base-devel
+ qt5-declarative-devel
+ extra-cmake-modules
+
+
+
+
+ solid5
+
+ eudev
+
+ libplist
+ libutil-linux
+ libimobiledevice
+ media-player-info
+ qt5-base
+ qt5-declarative
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+
+
+
+
+ solid5-devel
+ Development files for solid5
+
+ qt5-base-devel
+ solid5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/sonnet5/actions.py b/desktop/kde5/framework/sonnet5/actions.py
new file mode 100755
index 0000000000..730e8e269e
--- /dev/null
+++ b/desktop/kde5/framework/sonnet5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/sonnet5/pspec.xml b/desktop/kde5/framework/sonnet5/pspec.xml
new file mode 100755
index 0000000000..fc1d8c305a
--- /dev/null
+++ b/desktop/kde5/framework/sonnet5/pspec.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+ sonnet5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE spell schecking library
+ This framework contains two main components: Interface to kwallet5, the safe desktop-wide storage for passwords on KDE workspaces. The kwallet5d used to safely store the passwords on KDE work spaces.
+ mirrors://kde/stable/frameworks/5.116/sonnet-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-designer-devel
+ hunspell-devel
+ aspell-devel
+ qt5-declarative-devel
+ extra-cmake-modules
+
+
+
+
+ sonnet5
+
+ qt5-base
+ qt5-declarative
+
+ aspell
+ hunspell
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+
+
+
+
+ sonnet5-devel
+ Development files for sonnet5
+
+ qt5-base-devel
+ sonnet5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/syntax-highlighting5/actions.py b/desktop/kde5/framework/syntax-highlighting5/actions.py
new file mode 100755
index 0000000000..6eb0227406
--- /dev/null
+++ b/desktop/kde5/framework/syntax-highlighting5/actions.py
@@ -0,0 +1,22 @@
+#!/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 kde5
+from pisi.actionsapi import pisitools
+
+# if pisi can't find source directory, see /var/pisi/syntax-highlighting5/work/ and:
+# WorkDir="syntax-highlighting5-"+ get.srcVERSION() +"/sub_project_dir/"
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
+
diff --git a/desktop/kde5/framework/syntax-highlighting5/pspec.xml b/desktop/kde5/framework/syntax-highlighting5/pspec.xml
new file mode 100755
index 0000000000..3fd1c4487b
--- /dev/null
+++ b/desktop/kde5/framework/syntax-highlighting5/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+ syntax-highlighting5
+ https://community.kde.org/Frameworks
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL2
+ Syntax highlighting engine for structured text and code
+ Syntax highlighting engine for structured text and code
+
+ extra-cmake-modules
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-xmlpatterns-devel
+ qt5-linguist
+ perl
+ glibc-devel
+
+ mirrors://kde/stable/frameworks/5.116/syntax-highlighting-5.116.0.tar.xz
+
+
+ syntax-highlighting5
+ Syntax highlighting engine for structured text and code
+
+ qt5-base
+ qt5-declarative
+ libgcc
+
+
+ /etc/xdg
+ /usr/bin
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share/doc
+ /usr/share/qlogging-categories5
+ /usr/share/locale/
+
+
+
+
+ syntax-highlighting5-devel
+ Development files for syntax-highlighting5
+
+ syntax-highlighting5
+ qt5-base-devel
+
+
+ /usr/include
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/threadweaver5/actions.py b/desktop/kde5/framework/threadweaver5/actions.py
new file mode 100755
index 0000000000..88755e6d43
--- /dev/null
+++ b/desktop/kde5/framework/threadweaver5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md","COPYING.LIB")
\ No newline at end of file
diff --git a/desktop/kde5/framework/threadweaver5/pspec.xml b/desktop/kde5/framework/threadweaver5/pspec.xml
new file mode 100755
index 0000000000..ccfa8919a3
--- /dev/null
+++ b/desktop/kde5/framework/threadweaver5/pspec.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+ threadweaver5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Multi-threaded programming framework for KDE
+ threadweaver5 is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way.
+ mirrors://kde/stable/frameworks/5.116/threadweaver-5.116.0.tar.xz
+
+ qt5-base-devel
+ extra-cmake-modules
+
+
+
+
+ threadweaver5
+
+ qt5-base
+ libgcc
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ threadweaver5-devel
+ Development files for threadweaver5
+
+ qt5-base-devel
+ threadweaver5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 66629b59c6..d399a9d929 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -56590,7 +56590,7 @@ Gnome session.
https://github.com/lxqt/lxqt-themes/releases/download/2.1.0/lxqt-themes-2.1.0.tar.xz
cmake
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
liblxqt-devel
qt6-linguist
lxqt-build-tools
@@ -56622,6 +56622,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -56775,7 +56782,7 @@ Gnome session.
cmake
libgcc
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
liblxqt-devel
qt6-linguist
libqtxdg-devel
@@ -56791,7 +56798,7 @@ Gnome session.
libxcb
libqtxdg
qt6-base
- kwindowsystem-kf6
+ kwindowsystem
/usr/bin
@@ -56804,6 +56811,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.9.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.9.0
@@ -56877,7 +56891,7 @@ Gnome session.
qt6-base-devel
libXrender-devel
qt6-linguist
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
liblxqt-devel
lxqt-build-tools
@@ -56897,6 +56911,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.10.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.10.0
@@ -57056,7 +57077,7 @@ Gnome session.
liblxqt-devel
openbox-devel
qt6-linguist
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
lxqt-build-tools
desktop/lxqt/obconf-qt/pspec.xml
@@ -57077,6 +57098,13 @@ Gnome session.
+
+ 2025-01-23
+ 0.16.5
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
0.16.5
@@ -57287,7 +57315,7 @@ Gnome session.
https://github.com/lxqt/pavucontrol-qt/releases/download/2.1.0/pavucontrol-qt-2.1.0.tar.xz
cmake
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libgcc
liblxqt-devel
qt6-linguist
@@ -57315,6 +57343,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -57470,8 +57505,8 @@ Gnome session.
cmake
glib2-devel
- kguiaddons-kf6-devel
- kwindowsystem-kf6-devel
+ kguiaddons-devel
+ kwindowsystem-devel
libX11-devel
libXcomposite-devel
libXdamage-devel
@@ -57485,7 +57520,7 @@ Gnome session.
pulseaudio-libs-devel
alsa-lib-devel
qt6-linguist
- solid-kf6-devel
+ solid-devel
libsysstat-devel
libstatgrab
libxcb-devel
@@ -57495,7 +57530,7 @@ Gnome session.
libXtst-devel
libXScrnSaver-devel
desktop-file-utils
- layer-shell-qt-kf6-devel
+ layer-shell-qt-devel
qt6-wayland-devel
wayland-client
wayland-devel
@@ -57510,7 +57545,7 @@ Gnome session.
lxqt-panel
- solid-kf6
+ solid
libgcc
libxcb
libXtst
@@ -57525,9 +57560,9 @@ Gnome session.
lm_sensors
libstatgrab
libxkbcommon
- kwindowsystem-kf6
+ kwindowsystem
libdbusmenu-lxqt
- layer-shell-qt-kf6
+ layer-shell-qt
xcb-util-image
lxqt-globalkeys
pulseaudio-libs
@@ -57551,13 +57586,20 @@ Gnome session.
lxqt-panel-devel
Development headers for lxqt-panel
- lxqt-panel
+ lxqt-panel
/usr/include
+
+ 2025-01-23
+ 2.1.4
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2025-01-11
2.1.4
@@ -57772,8 +57814,8 @@ Gnome session.
qt6-linguist
libsecret-devel
libgcrypt-devel
- kwallet-kf6-devel
- knotifications-kf6-devel
+ kwallet-devel
+ knotifications-devel
desktop/lxqt/lxqt-wallet/pspec.xml
@@ -57782,7 +57824,7 @@ Gnome session.
libgcc
libgcrypt
- kwallet-kf6
+ kwallet
libsecret
qt6-base
@@ -57797,7 +57839,7 @@ Gnome session.
lxqt-wallet-devel
qt6-base-devel
- lxqt-wallet
+ lxqt-wallet
/usr/include/lxqt
@@ -57805,6 +57847,13 @@ Gnome session.
+
+ 2025-01-23
+ 4.0.2
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
4.0.2
@@ -57925,7 +57974,7 @@ Gnome session.
cmake
glibc-devel
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libX11-devel
libgcc
libqtxdg-devel
@@ -57942,7 +57991,7 @@ Gnome session.
liblxqt
- kwindowsystem-kf6
+ kwindowsystem
libgcc
libqtxdg
qt6-base
@@ -57959,7 +58008,7 @@ Gnome session.
liblxqt-devel
Development headers for liblxqt
- liblxqt
+ liblxqt
qt6-base-devel
libqtxdg-devel
@@ -57969,6 +58018,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -58131,7 +58187,7 @@ Gnome session.
qt6-linguist
libexif-devel
json-glib-devel
- extra-cmake-modules-kf6
+ extra-cmake-modules
menu-cache-devel
libfm-qt-devel
lxqt-build-tools
@@ -58161,6 +58217,13 @@ Gnome session.
+
+ 2025-01-23
+ 1.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
1.1.0
@@ -58305,8 +58368,8 @@ Gnome session.
qt6-qdbusviewer
qt6-svg-devel
libXcursor-devel
- libkscreen-kf6-devel
- kwindowsystem-kf6-devel
+ libkscreen-devel
+ kwindowsystem-devel
xorg-input-libinput-devel
eudev-devel
libqtxdg-devel
@@ -58329,7 +58392,7 @@ Gnome session.
qt6-base
libXfixes
libXcursor
- libkscreen-kf6
+ libkscreen
eudev
libXi
libqtxdg
@@ -58345,6 +58408,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -58519,6 +58589,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -58743,7 +58820,7 @@ Gnome session.
https://github.com/lxqt/lxqt-about/releases/download/2.1.0/lxqt-about-2.1.0.tar.xz
cmake
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libgcc
liblxqt-devel
qt6-linguist
@@ -58769,6 +58846,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -58992,7 +59076,7 @@ Gnome session.
cmake
qt6-base-devel
libfm-qt-devel
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
glib2-devel
menu-cache-devel
libexif-devel
@@ -59005,7 +59089,7 @@ Gnome session.
libgcc
libfm-qt
qt6-base
- kwindowsystem-kf6
+ kwindowsystem
/usr/lib
@@ -59016,6 +59100,13 @@ Gnome session.
+
+ 2025-01-23
+ 1.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
1.1.0
@@ -59101,13 +59192,13 @@ Gnome session.
libqtxdg-devel
menu-cache-devel
libxcb-devel
- libkexiv2-kf6-devel
+ libkexiv2-devel
qt6-base-devel
qt6-linguist
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libexif-devel
udisks2-devel
- layer-shell-qt-kf6-devel
+ layer-shell-qt-devel
lxqt-build-tools
desktop/lxqt/pcmanfm-qt/pspec.xml
@@ -59120,11 +59211,11 @@ Gnome session.
libxcb
libfm-qt
qt6-base
- breeze-icons-kf6
+ breeze-icons
gvfs
udisks2
menu-cache
- layer-shell-qt-kf6
+ layer-shell-qt
/etc
@@ -59138,6 +59229,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -59323,12 +59421,12 @@ Gnome session.
libxcb-devel
libX11-devel
libcanberra-devel
- layer-shell-qt-kf6-devel
+ layer-shell-qt-devel
qtermwidget6-devel
lxqt-config
qt6-svg-devel
qt6-5compat-devel
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
lxqt-build-tools
desktop/lxqt/qterminal/pspec.xml
@@ -59341,7 +59439,7 @@ Gnome session.
qt6-base
qtermwidget6
libcanberra
- layer-shell-qt-kf6
+ layer-shell-qt
/usr/share
@@ -59351,6 +59449,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -59544,7 +59649,7 @@ Gnome session.
Development files for menu-cache
glib2-devel
- menu-cache
+ menu-cache
/usr/include
@@ -59552,6 +59657,13 @@ Gnome session.
+
+ 2025-01-23
+ 1.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
1.1.0
@@ -59650,7 +59762,7 @@ Gnome session.
https://github.com/lxqt/lxqt-session/releases/download/2.1.1/lxqt-session-2.1.1.tar.xz
cmake
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libX11-devel
libgcc
procps
@@ -59658,7 +59770,7 @@ Gnome session.
libqtxdg-tools
libqtxdg-devel
qt6-linguist
- layer-shell-qt-kf6-devel
+ layer-shell-qt-devel
xdg-user-dirs
lxqt-build-tools
libgudev-devel
@@ -59672,7 +59784,7 @@ Gnome session.
lxqt-session
eudev
- kwindowsystem-kf6
+ kwindowsystem
libX11
libgcc
liblxqt
@@ -59680,7 +59792,7 @@ Gnome session.
qt6-base
libqtxdg-tools
procps
- layer-shell-qt-kf6
+ layer-shell-qt
pisilinux-theme-damadamas
openbox
labwc
@@ -59693,6 +59805,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.1
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-24
2.1.1
@@ -59876,7 +59995,7 @@ Gnome session.
cmake
glib2-devel
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libgcc
libXScrnSaver-devel
liblxqt-devel
@@ -59886,7 +60005,7 @@ Gnome session.
qt6-linguist
qt6-svg-devel
muparser-devel
- layer-shell-qt-kf6-devel
+ layer-shell-qt-devel
lxqt-build-tools
desktop/lxqt/lxqt-runner/pspec.xml
@@ -59894,14 +60013,14 @@ Gnome session.
lxqt-runner
- kwindowsystem-kf6
+ kwindowsystem
libgcc
liblxqt
libqtxdg
lxqt-globalkeys
qt6-base
muparser
- layer-shell-qt-kf6
+ layer-shell-qt
/usr/bin
@@ -59910,6 +60029,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.1
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2025-01-11
2.1.1
@@ -60079,7 +60205,7 @@ Gnome session.
cmake
glib2-devel
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libgcc
liblxqt-devel
libqtxdg-devel
@@ -60109,6 +60235,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -60262,7 +60395,7 @@ Gnome session.
https://github.com/lxqt/lxqt-sudo/releases/download/2.1.0/lxqt-sudo-2.1.0.tar.xz
cmake
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
liblxqt-devel
libqtxdg-devel
qt6-base-devel
@@ -60286,6 +60419,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -60440,7 +60580,7 @@ Gnome session.
https://github.com/lxqt/lxqt-openssh-askpass/releases/download/2.1.0/lxqt-openssh-askpass-2.1.0.tar.xz
cmake
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libqtxdg-devel
liblxqt-devel
lxqt-config
@@ -60463,6 +60603,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -60619,7 +60766,7 @@ Gnome session.
xdg-user-dirs
lxqt-config
lxqt-build-tools
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
qt6-base-devel
qt6-linguist
@@ -60637,6 +60784,13 @@ Gnome session.
+
+ 2025-01-23
+ 0.1.1
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
0.1.1
@@ -60698,6 +60852,13 @@ Gnome session.
+
+ 2025-01-23
+ 5.1.2
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2021-12-28
5.1.2
@@ -60801,6 +60962,13 @@ Gnome session.
+
+ 2025-01-23
+ 4.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
4.1.0
@@ -60864,7 +61032,7 @@ Gnome session.
https://github.com/lxqt/lxqt-powermanagement/releases/download/2.1.0/lxqt-powermanagement-2.1.0.tar.xz
cmake
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libgcc
liblxqt-devel
libqtxdg-devel
@@ -60873,9 +61041,9 @@ Gnome session.
qt6-base-devel
qt6-linguist
qt6-svg-devel
- solid-kf6-devel
+ solid-devel
upower-devel
- kidletime-kf6-devel
+ kidletime-devel
lxqt-build-tools
desktop/lxqt/lxqt-powermanagement/pspec.xml
@@ -60888,10 +61056,10 @@ Gnome session.
liblxqt
qt6-base
qt6-svg
- solid-kf6
+ solid
libqtxdg
- kidletime-kf6
- kwindowsystem-kf6
+ kidletime
+ kwindowsystem
lxqt-globalkeys
@@ -60901,6 +61069,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -61052,7 +61227,7 @@ Gnome session.
featherpad
https://github.com/tsujan/FeatherPad/releases/download/V1.5.1/FeatherPad-1.5.1.tar.xz
- extra-cmake-modules-kf6
+ extra-cmake-modules
qt6-base-devel
qt6-linguist
qt6-svg-devel
@@ -61082,6 +61257,13 @@ Gnome session.
+
+ 2025-01-23
+ 1.5.1
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
1.5.1
@@ -61216,6 +61398,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -61508,6 +61697,13 @@ Gnome session.
+
+ 2025-01-23
+ 1.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
1.1.0
@@ -61650,7 +61846,7 @@ Gnome session.
cmake
glib2-devel
polkit-qt6-devel
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libgcc
liblxqt-devel
qt6-base-devel
@@ -61672,6 +61868,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -61831,7 +62034,7 @@ Gnome session.
libX11-devel
libqtxdg-devel
qt6-base-devel
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
liblxqt-devel
lxqt-build-tools
@@ -61857,7 +62060,7 @@ Gnome session.
lxqt-globalkeys-devel
Development headers for lxqt-globalkeys
- lxqt-globalkeys
+ lxqt-globalkeys
qt6-base-devel
@@ -61866,6 +62069,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -62037,7 +62247,7 @@ Gnome session.
libfm-qt-devel
qt6-qdbusviewer
menu-cache-devel
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
lxqt-build-tools
desktop/lxqt/lximage-qt/pspec.xml
@@ -62060,6 +62270,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -62221,8 +62438,8 @@ Gnome session.
https://github.com/lxqt/lxqt-notificationd/releases/download/2.1.1/lxqt-notificationd-2.1.1.tar.xz
cmake
- layer-shell-qt-kf6-devel
- kwindowsystem-kf6-devel
+ layer-shell-qt-devel
+ kwindowsystem-devel
libgcc
liblxqt-devel
libqtxdg-devel
@@ -62235,13 +62452,13 @@ Gnome session.
lxqt-notificationd
- kwindowsystem-kf6
+ kwindowsystem
libgcc
liblxqt
libqtxdg
qt6-base
- kwindowsystem-kf6
- layer-shell-qt-kf6
+ kwindowsystem
+ layer-shell-qt
/usr/bin
@@ -62250,6 +62467,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.1
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.1
@@ -62418,7 +62642,7 @@ Gnome session.
https://github.com/lxqt/lxqt-qtplugin/releases/download/2.1.0/lxqt-qtplugin-2.1.0.tar.xz
cmake
- kwindowsystem-kf6-devel
+ kwindowsystem-devel
libdbusmenu-lxqt-devel
libgcc
liblxqt-devel
@@ -62446,6 +62670,13 @@ Gnome session.
+
+ 2025-01-23
+ 2.1.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-28
2.1.0
@@ -71286,6 +71517,7 @@ Gnome session.
https://download.qt.io/official_releases/qt/6.8/6.8.1/submodules/qtgraphs-everywhere-src-6.8.1.tar.xz
cmake
+ ninja
qt6-base-devel
qt6-quick3d-devel
qt6-declarative-devel
@@ -86693,6 +86925,1897 @@ Gnome session.
+
+
+ kitemviews5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ Set of item models extending the Qt model-view framework
+ kitemviews5 includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists.
+ mirrors://kde/stable/frameworks/5.116/kitemviews-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-designer-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kitemviews5/pspec.xml
+
+
+ kitemviews5
+
+ qt5-base
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kitemviews5-devel
+ Development files for kitemviews5
+
+ qt5-base-devel
+ kitemviews5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kplotting5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ KDE5 Data plotting
+ kplotting5 contains data plotting classes for QT 5 and KDE
+ mirrors://kde/stable/frameworks/5.116/kplotting-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-designer-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kplotting5/pspec.xml
+
+
+ kplotting5
+
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kplotting5-devel
+ Development files for kplotting5
+
+ kplotting5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kdbusaddons5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ Extra modules for Qt-DBus
+ KDE5-kdbusaddons5 provides convenience classes on top of QtDBus, as well as an API to create kded5 modules.
+ mirrors://kde/stable/frameworks/5.116/kdbusaddons-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-x11extras-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kdbusaddons5/pspec.xml
+
+
+ kdbusaddons5
+
+ qt5-base
+ qt5-x11extras
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kdbusaddons5-devel
+ Development files for kdbusaddons5
+
+ qt5-base-devel
+ kdbusaddons5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kdnssd5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ Network service discovery using Zeroconf
+ kdnssd5 is a library for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure.
+ mirrors://kde/stable/frameworks/5.116/kdnssd-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ avahi-devel
+ avahi-compat-libdns_sd-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kdnssd5/pspec.xml
+
+
+ kdnssd5
+
+ qt5-base
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kdnssd5-devel
+ Development files for kdnssd5.
+
+ qt5-base-devel
+ kdnssd5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kitemmodels5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ Set of item models extending the Qt model-view framework
+ kitemmodels5 provides a set of item models extending the Qt model-view framework.
+ mirrors://kde/stable/frameworks/5.116/kitemmodels-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kitemmodels5/pspec.xml
+
+
+ kitemmodels5
+
+ qt5-base
+ qt5-declarative
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kitemmodels5-devel
+ Development files for kitemmodels5
+
+ qt5-base-devel
+ kitemmodels5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ threadweaver5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ Multi-threaded programming framework for KDE
+ threadweaver5 is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way.
+ mirrors://kde/stable/frameworks/5.116/threadweaver-5.116.0.tar.xz
+
+ qt5-base-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/threadweaver5/pspec.xml
+
+
+ threadweaver5
+
+ qt5-base
+ libgcc
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ threadweaver5-devel
+ Development files for threadweaver5
+
+ qt5-base-devel
+ threadweaver5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kirigami5
+ https://quickgit.kde.org/?p=kirigami.git
+
+ Ali Algul
+ aligulle3801@gmail.com
+
+ LGPL
+ desktop.kde5.framework
+ A set of QML components for mobile/desktop convergent applications made by KDE
+ A set of QML components for mobile/desktop convergent applications made by KDE
+ https://download.kde.org/stable/frameworks/5.116/kirigami2-5.116.0.tar.xz
+
+ extra-cmake-modules
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-quickcontrols
+ qt5-quickcontrols2-devel
+ qt5-graphicaleffects
+ qt5-linguist
+ qt5-svg-devel
+
+ desktop/kde5/framework/kirigami5/pspec.xml
+
+
+ kirigami5
+ A set of QML components for mobile/desktop convergent applications made by KDE
+
+ qt5-base
+ qt5-declarative
+ qt5-quickcontrols
+ qt5-quickcontrols2
+ qt5-graphicaleffects
+
+
+ /usr/share/locale/
+ /usr/lib/
+
+
+
+ kirigami5-devel
+ Development files for kirigami5
+
+ kirigami5
+ qt5-quickcontrols2-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/kdevappwizard/templates/kirigami5.tar.bz2
+ /usr/lib/cmake
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kcoreaddons5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ Utilities for core application functionality and accessing the OS
+ kcoreaddons5 provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more.
+ mirrors://kde/stable/frameworks/5.116/kcoreaddons-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ shared-mime-info
+ extra-cmake-modules
+
+ desktop/kde5/framework/kcoreaddons5/pspec.xml
+
+
+ kcoreaddons5
+
+ qt5-base
+ shared-mime-info
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kcoreaddons5-devel
+ Development files for kcoreaddons5
+
+ qt5-base-devel
+ kcoreaddons5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kwidgetsaddons5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ KDE5 desktop widgets
+ KdeWidgetsAddons is a framework contains addon widgets and shared libraries for applications using Qt5-Widgets.
+ mirrors://kde/stable/frameworks/5.116/kwidgetsaddons-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-designer-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kwidgetsaddons5/pspec.xml
+
+
+ kwidgetsaddons5
+
+ qt5-base
+ libgcc
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kwidgetsaddons5-devel
+ Development files for kwidgetsaddons5
+
+ qt5-base-devel
+ kwidgetsaddons5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ bluez-qt5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ desktop.kde5.framework
+ Qt wrapper for KDE 5 Bluez DBus API
+ Qt wrapper for KDE 5 DBus API.
+ mirrors://kde/stable/frameworks/5.116/bluez-qt-5.116.0.tar.xz
+
+ bluez
+ bluez-libs-devel
+ qt5-base-devel
+ qt5-declarative-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/bluez-qt5/pspec.xml
+
+
+ bluez-qt5
+
+ qt5-base
+ qt5-declarative
+ libgcc
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /etc/xdg
+ /usr/share/doc
+ /lib/udev
+ /usr/share/qlogging-categories5
+ /usr/share/qlogging-categories5/bluez.categories
+
+
+
+ bluez-qt5-devel
+ Development files for bluez-qt5
+
+ bluez-qt5
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ attica5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ Open Collaboration Service client library, based on Qt 5
+ attica5 is a library to access Open Collaboration Service servers, based on Qt 5.
+ mirrors://kde/stable/frameworks/5.116/attica-5.116.0.tar.xz
+
+ qt5-base-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/attica5/pspec.xml
+
+
+ attica5
+
+ qt5-base
+ libgcc
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ attica5-devel
+ Development files for attica55
+
+ qt5-base-devel
+ attica5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kquickcharts5
+ https://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ A QtQuick plugin providing high-performance charts
+ A QtQuick plugin providing high-performance charts
+ Yüksek performanslı grafikler sunan bir QtQuick eklentisi
+ Yüksek performanslı grafikler sunan bir QtQuick eklentisi
+ mirrors://kde/stable/frameworks/5.116/kquickcharts-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-quickcontrols2-devel
+ qt5-graphicaleffects
+ extra-cmake-modules
+
+ desktop/kde5/framework/kquickcharts5/pspec.xml
+
+
+ kquickcharts5
+
+ libgcc
+ qt5-base
+ qt5-declarative
+ qt5-quickcontrols2
+
+
+ /usr/lib
+ /usr/lib/qt5
+ /usr/lib/cmake
+ /usr/share/qlogging-categories5/kquickcharts5.categories
+ /usr/share/doc
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ modemmanager-qt5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ Qt wrapper for ModemManager DBus API
+ Qt wrapper for ModemManager DBus API
+ mirrors://kde/stable/frameworks/5.116/modemmanager-qt-5.116.0.tar.xz
+
+ qt5-base-devel
+ ModemManager-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/modemmanager-qt5/pspec.xml
+
+
+ modemmanager-qt5
+
+ qt5-base
+ libgcc
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ modemmanager-qt5-devel
+ Development files for modemmanger-qt
+
+ qt5-base-devel
+ modemmanager-qt5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kwindowsystem5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ KDE5 window manager access framework
+ kwindowsystem provides information about the state of the window manager and allows asking the window manager to change the using a more high-level interface than the NETWinInfo/NETRootInfo low-level classes.
+ mirrors://kde/stable/frameworks/5.116/kwindowsystem-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-x11extras-devel
+ libX11-devel
+ libgcc
+ libxcb-devel
+ libXrender-devel
+ libXfixes-devel
+ xcb-util-devel
+ xcb-util-keysyms-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kwindowsystem5/pspec.xml
+
+
+ kwindowsystem5
+
+ qt5-base
+ libX11
+ libxcb
+ qt5-x11extras
+ libXfixes
+ xcb-util-keysyms
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+
+
+
+ kwindowsystem5-devel
+ Development files for kwindowsystem5
+
+ qt5-base-devel
+ libXrender-devel
+ libXfixes-devel
+ xcb-util-devel
+ xcb-util-keysyms-devel
+ kwindowsystem5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kuserfeedback5
+ https://kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv3
+ library
+ desktop.kde5.framework
+ Framework for collecting user feedback for applications via telemetry and surveys
+ Framework for collecting user feedback for applications via telemetry and surveys
+ Framework for collecting user feedback for applications via telemetry and surveys
+ Framework for collecting user feedback for applications via telemetry and surveys
+ mirrors://kde/stable/kuserfeedback5/kuserfeedback-1.3.0.tar.xz
+
+ qt5-linguist
+ qt5-svg-devel
+ qt5-sql-odbc
+ qt5-sql-mysql
+ qt5-sql-sqlite
+ qt5-base-devel
+ qt5-charts-devel
+ qt5-assistant-devel
+ qt5-sql-postgresql
+ extra-cmake-modules
+ qt5-declarative-devel
+
+ desktop/kde5/framework/kuserfeedback5/pspec.xml
+
+
+ kuserfeedback5
+
+ qt5-svg
+ qt5-base
+ qt5-charts
+ qt5-declarative
+
+
+ /usr/bin
+ /etc
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+ kuserfeedback5-devel
+ Development files for kuserfeedback5
+
+ kuserfeedback5
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+ 2024-05-19
+ 1.3.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ ki18n5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ KDE Gettext-based UI text internationalization.
+ KDE grafik arabirim yerelleştirme kitaplığı
+ ki18n5 provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system.
+ ki18n5, KDE Frameworks 5 için, Gettext tabanlı bir grafik arabirim yerelleştirme kitaplığıdır
+ mirrors://kde/stable/frameworks/5.116/ki18n-5.116.0.tar.xz
+
+ iso-codes-devel
+ qt5-base-devel
+ qt5-script-devel
+ qt5-declarative-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/ki18n5/pspec.xml
+
+
+ ki18n5
+
+ qt5-base
+ qt5-declarative
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+ ki18n5-devel
+ Development files for kde5-ki18n5
+ ki18n5 için geliştirme dosyaları
+
+ ki18n5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kconfig5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ app:gui
+ desktop.kde5.framework
+ Advanced configuration system for KDE Frameworks 5
+ kconfig5 provides advanced libraries and tools for accessing configuration files.
+ mirrors://kde/stable/frameworks/5.116/kconfig-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-linguist
+ extra-cmake-modules
+
+ desktop/kde5/framework/kconfig5/pspec.xml
+
+
+ kconfig5
+
+ qt5-base
+ qt5-declarative
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kconfig5-devel
+ Development files for kconfig5
+
+ qt5-base-devel
+ kconfig5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ syntax-highlighting5
+ https://community.kde.org/Frameworks
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL2
+ desktop.kde5.framework
+ Syntax highlighting engine for structured text and code
+ Syntax highlighting engine for structured text and code
+ mirrors://kde/stable/frameworks/5.116/syntax-highlighting-5.116.0.tar.xz
+
+ extra-cmake-modules
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-xmlpatterns-devel
+ qt5-linguist
+ perl
+ glibc-devel
+
+ desktop/kde5/framework/syntax-highlighting5/pspec.xml
+
+
+ syntax-highlighting5
+ Syntax highlighting engine for structured text and code
+
+ qt5-base
+ qt5-declarative
+ libgcc
+
+
+ /etc/xdg
+ /usr/bin
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share/doc
+ /usr/share/qlogging-categories5
+ /usr/share/locale/
+
+
+
+ syntax-highlighting5-devel
+ Development files for syntax-highlighting5
+
+ syntax-highlighting5
+ qt5-base-devel
+
+
+ /usr/include
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ sonnet5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ KDE spell schecking library
+ This framework contains two main components: Interface to kwallet5, the safe desktop-wide storage for passwords on KDE workspaces. The kwallet5d used to safely store the passwords on KDE work spaces.
+ mirrors://kde/stable/frameworks/5.116/sonnet-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-designer-devel
+ hunspell-devel
+ aspell-devel
+ qt5-declarative-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/sonnet5/pspec.xml
+
+
+ sonnet5
+
+ qt5-base
+ qt5-declarative
+ aspell
+ hunspell
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+
+
+
+ sonnet5-devel
+ Development files for sonnet5
+
+ qt5-base-devel
+ sonnet5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kguiaddons5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ Utilities for graphical user interfaces
+ The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files.
+ mirrors://kde/stable/frameworks/5.116/kguiaddons-5.116.0.tar.xz
+
+ libX11-devel
+ libxcb-devel
+ wayland-devel
+ plasma-wayland-protocols
+ qt5-base-devel
+ qt5-wayland-devel
+ qt5-x11extras-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kguiaddons5/pspec.xml
+
+
+ kguiaddons5
+
+ libX11
+ wayland-client
+ qt5-base
+ qt5-wayland
+ qt5-x11extras
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /usr/bin
+ /usr/share/applications
+ /usr/share/doc
+ /usr/share/qlogging-categories5/kguiaddons5.categories
+
+
+
+ kguiaddons5-devel
+ Development files for kguiaddons5
+
+ kguiaddons5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ oxygen-icons5
+ http://www.oxygen-icons5.org
+
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+ LGPL
+ desktop.kde5.framework
+ KDE Oxygen icons
+ "The Oxygen Icon Theme
+ mirrors://kde/stable/frameworks/5.116/oxygen-icons-5.116.0.tar.xz
+
+ extra-cmake-modules
+ qt5-base-devel
+
+ desktop/kde5/framework/oxygen-icons5/pspec.xml
+
+
+ oxygen-icons5
+
+ /usr/share/icons
+ /usr/share/doc
+
+
+ 16x16.png
+ 16x16.png
+ 22x22.png
+ 22x22.png
+ 32x32.png
+ 32x32.png
+ 48x48.png
+ 48x48.png
+ 64x64.png
+ 64x64.png
+ 128x128.png
+ 128x128.png
+ 256x256.png
+ 256x256.png
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kcalendarcore5
+ https://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ The KDE calendar access library
+ The KDE calendar access library
+ The KDE calendar access library
+ The KDE calendar access library
+ mirrors://kde/stable/frameworks/5.116/kcalendarcore-5.116.0.tar.xz
+
+ qt5-base-devel
+ libical-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kcalendarcore5/pspec.xml
+
+
+ kcalendarcore5
+
+ libical
+ qt5-base
+ libgcc
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+ kcalendarcore5-devel
+ Development files for kcalendarcore5
+
+ kcalendarcore5
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ solid5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ KDE5 hardware integration framework
+ solid5 is a device integration framework.It provides a way of querying and interacting with hardware independently of the underlying operating system.
+ mirrors://kde/stable/frameworks/5.116/solid-5.116.0.tar.xz
+
+ eudev-devel
+ upower-devel
+ udisks2-devel
+ media-player-info
+ qt5-linguist
+ qt5-base-devel
+ qt5-declarative-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/solid5/pspec.xml
+
+
+ solid5
+
+ eudev
+ libplist
+ libutil-linux
+ libimobiledevice
+ media-player-info
+ qt5-base
+ qt5-declarative
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+
+
+
+ solid5-devel
+ Development files for solid5
+
+ qt5-base-devel
+ solid5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kidletime5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ Idle time reporting utility
+ kidletime5 is a singleton reporting information on idle time. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity.
+ mirrors://kde/stable/frameworks/5.116/kidletime-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-x11extras-devel
+ libX11-devel
+ libXext-devel
+ libXScrnSaver-devel
+ libxcb-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kidletime5/pspec.xml
+
+
+ kidletime5
+
+ qt5-base
+ libX11
+ libxcb
+ libXScrnSaver
+ libXext
+ qt5-x11extras
+
+
+ /etc/xdg/kidletime5.categories
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kidletime5-devel
+ Development files for kidletime5
+
+ kidletime5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ networkmanager-qt5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ A QT wrapper around the NetworkManager libraries
+ A QT wrapper around the NetworkManager libraries
+ mirrors://kde/stable/frameworks/5.116/networkmanager-qt-5.116.0.tar.xz
+
+ qt5-base-devel
+ NetworkManager-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/networkmanager-qt5/pspec.xml
+
+
+ networkmanager-qt5
+
+ qt5-base
+ NetworkManager
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ networkmanager-qt5-devel
+ Development files for networkmanager-qt5
+
+ qt5-base-devel
+ networkmanager-qt5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kapidox5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ KDE5 Frameworks API documentation tools.
+ KDE5 Frameworks API dokümantasyon araçları.
+ KDE5 Frameworks API documentation tools.
+ KDE5 Frameworks API dokümantasyon araçları.
+ mirrors://kde/stable/frameworks/5.116/kapidox-5.116.0.tar.xz
+
+ python3-Jinja2
+ python3-PyYAML
+ extra-cmake-modules
+ python3-setuptools
+
+ desktop/kde5/framework/kapidox5/pspec.xml
+
+
+ kapidox5
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ karchive5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ Qt 5 addon providing access to numerous types of archives
+ karchive5 provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR.
+ mirrors://kde/stable/frameworks/5.116/karchive-5.116.0.tar.xz
+
+ bzip2
+ xz-devel
+ zlib-devel
+ qt5-linguist
+ qt5-base-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/karchive5/pspec.xml
+
+
+ karchive5
+
+ xz
+ zlib
+ bzip2
+ qt5-linguist
+ qt5-base
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ karchive5-devel
+ Development files for karchive5
+
+ qt5-base-devel
+ karchive5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kcodecs5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ Plugins allowing Qt applications to access further types of images
+ KDE5 kcodecs5 provide a collection of methods to manipulate strings using various encodings.
+ mirrors://kde/stable/frameworks/5.116/kcodecs-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ extra-cmake-modules
+ gperf
+
+ desktop/kde5/framework/kcodecs5/pspec.xml
+
+
+ kcodecs5
+
+ qt5-base
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kcodecs5-devel
+ Development files for kcodecs5
+
+ qt5-base-devel
+ kcodecs5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ breeze-icons5
+ https://projects.kde.org/projects/kde/workspace/breeze
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv2+
+ app:gui
+ desktop.kde5.framework
+ Breeze icon themes
+ İcon themes breeze
+ mirrors://kde/stable/frameworks/5.116/breeze-icons-5.116.0.tar.xz
+
+ extra-cmake-modules
+ qt5-base-devel
+ libxml2-devel
+ python3-devel
+ python3-lxml
+
+ desktop/kde5/framework/breeze-icons5/pspec.xml
+
+
+ breeze-icons5
+ Breeze icon themes
+
+ /usr/lib/cmake/
+ /usr/share
+ /usr/share/doc
+
+
+ breeze-16.svg
+ breeze-22.svg
+ breeze-dark-16.svg
+ breeze-dark-22.svg
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ prison5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ MIT
+ library
+ desktop.kde5.framework
+ A barcode API to produce QRCode barcodes and DataMatrix barcode
+ A barcode API to produce QRCode barcodes and DataMatrix barcode.
+ mirrors://kde/stable/frameworks/5.116/prison-5.116.0.tar.xz
+
+ libdmtx-devel
+ qrencode-devel
+ zxing-cpp-devel
+ qt5-base-devel
+ extra-cmake-modules
+ qt5-multimedia-devel
+ qt5-declarative-devel
+
+ desktop/kde5/framework/prison5/pspec.xml
+
+
+ prison5
+
+ libdmtx
+ qrencode
+ zxing-cpp
+ qt5-base
+ qt5-multimedia
+ qt5-declarative
+
+
+ /etc/xdg
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share/doc
+ /usr/share/qlogging-categories5/prison5.categories
+ /usr/share/qlogging-categories5/prison5.renamecategories
+
+
+ prison-qt5
+
+
+ prison-qt5
+
+
+
+ prison5-devel
+ Development files for libepoxy
+
+ prison5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+ prison-qt5-devel
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kwayland5
+ https://www.kde.org
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ LGPLv3
+ library
+ desktop.kde5.framework
+ Qt-style Client and Server library wrapper for the Wayland libraries
+ Qt-style Client and Server library wrapper for the Wayland libraries
+ mirrors://kde/stable/frameworks/5.116/kwayland-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-wayland-devel
+ libglvnd-devel
+ wayland-devel
+ wayland-protocols-devel
+ mesa-devel
+ extra-cmake-modules
+ plasma-wayland-protocols
+
+ desktop/kde5/framework/kwayland5/pspec.xml
+
+
+ kwayland5
+
+ qt5-base
+ libglvnd
+ wayland-client
+ wayland-server
+
+
+ /etc/xdg
+ /usr/lib
+ /usr/share/config
+ /usr/share/doc
+ /usr/share/qlogging-categories5
+ /usr/share/qlogging-categories5/org_kde_kwayland5.categories
+
+
+
+ kwayland5-devel
+
+ qt5-base-devel
+ qt5-wayland
+ kwayland5
+
+
+ /usr/lib/cmake
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
pcmanfm
@@ -112450,14 +114573,14 @@ Gnome session.
qt6-wayland-devel
kwindowsystem-devel
kidletime-devel
- extra-cmake-modules-kf6
+ extra-cmake-modules
qt5-wayland-devel
wayland-devel
wayland-client
wayland-cursor
wayland-server
wayland-protocols-devel
- plasma-wayland-protocols-kf6
+ plasma-wayland-protocols
desktop/kde6/plasma/kwayland-integration-kf6/pspec.xml
@@ -112482,12 +114605,6 @@ Gnome session.
/usr/share
/usr/share/doc
-
- kwayland-integration
-
-
- kwayland-integration
-
@@ -116164,21 +118281,21 @@ Gnome session.
mirrors://kde/stable/release-service/24.12.1/src/kmix-24.12.1.tar.xz
qt6-base-devel
- kdoctools-kf6-devel
- ki18n-kf6-devel
- kcmutils-kf6-devel
- kitemmodels-kf6-devel
- kunitconversion-kf6-devel
+ kdoctools-devel
+ ki18n-devel
+ kcmutils-devel
+ kitemmodels-devel
+ kunitconversion-devel
libcanberra-devel
glib2-devel
- solid-kf6-devel
+ solid-devel
alsa-lib-devel
- kxmlgui-kf6-devel
- knotifications-kf6-devel
- kglobalaccel-kf6-devel
- libplasma-kf6-devel
- extra-cmake-modules-kf6
- kstatusnotifieritem-kf6-devel
+ kxmlgui-devel
+ knotifications-devel
+ kglobalaccel-devel
+ libplasma-devel
+ extra-cmake-modules
+ kstatusnotifieritem-devel
desktop/kde6/applications/kmix-kf6/pspec.xml
@@ -116215,9 +118332,6 @@ Gnome session.
/usr/include
/usr/bin
-
- kmix
-
@@ -118547,9 +120661,6 @@ It supports email, address books, calendars, tasks, news feeds and much more./usr/bin
/usr/share
-
- kig
-
@@ -132515,13 +134626,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.http://download.kde.org/stable/release-service/24.12.1/src/kwave-24.12.1.tar.xz
doxygen
- kdoctools-kf6-devel
+ kdoctools-devel
librsvg-devel
qt6-base-devel
qt6-multimedia-devel
- kwidgetsaddons-kf6-devel
- kxmlgui-kf6-devel
- kio-kf6-devel
+ kwidgetsaddons-devel
+ kxmlgui-devel
+ kio-devel
audiofile-devel
libsamplerate-devel
alsa-lib-devel
@@ -132532,11 +134643,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.fftw3-devel
id3lib-devel
libmad-devel
- karchive-kf6-devel
- ktextwidgets-kf6-devel
- kiconthemes-kf6-devel
+ karchive-devel
+ ktextwidgets-devel
+ kiconthemes-devel
pulseaudio-libs-devel
- extra-cmake-modules-kf6
+ extra-cmake-modules
desktop/kde6/applications/kwave-kf6/pspec.xml
@@ -132580,9 +134691,6 @@ It supports email, address books, calendars, tasks, news feeds and much more./usr/share
/usr/share/doc
-
- kwave
-
@@ -134465,9 +136573,6 @@ It supports email, address books, calendars, tasks, news feeds and much more./usr/bin
/usr/share/locale
-
- cantor
-
cantor-kf6-devel
@@ -134480,9 +136585,6 @@ It supports email, address books, calendars, tasks, news feeds and much more./usr/include
/usr/share/kde6/apps/cmake
-
- cantor-devel
-
@@ -134763,7 +136865,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.kdesdk
- poxml
kdesdk
@@ -137777,28 +139878,28 @@ It supports email, address books, calendars, tasks, news feeds and much more.
qt6-base-devel
hunspell-devel
- kdoctools-kf6-devel
- kio-kf6-devel
+ kdoctools-devel
+ kio-devel
enchant-devel
- kitemviews-kf6-devel
- ki18n-kf6-devel
- kparts-kf6-devel
- sonnet-kf6-devel
- kconfig-kf6-devel
- kxmlgui-kf6-devel
- kcompletion-kf6-devel
- kcoreaddons-kf6-devel
- kdbusaddons-kf6-devel
- ktextwidgets-kf6-devel
- kconfigwidgets-kf6-devel
- knotifications-kf6-devel
- kwidgetsaddons-kf6-devel
+ kitemviews-devel
+ ki18n-devel
+ kparts-devel
+ sonnet-devel
+ kconfig-devel
+ kxmlgui-devel
+ kcompletion-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ ktextwidgets-devel
+ kconfigwidgets-devel
+ knotifications-devel
+ kwidgetsaddons-devel
pkgconfig
qt6-sql-postgresql
qt6-sql-mysql
qt6-sql-sqlite
qt6-sql-odbc
- extra-cmake-modules-kf6
+ extra-cmake-modules
desktop/kde6/applications/lokalize-kf6/pspec.xml
@@ -137829,9 +139930,6 @@ It supports email, address books, calendars, tasks, news feeds and much more./usr/share/doc
/usr/bin
-
- lokalize
-
@@ -358458,6 +360556,7 @@ provide integrated access to the cloud providers services.
llvm
cmake
+ ninja
libxslt-devel
python3-devel
qt6-base-devel
@@ -358488,6 +360587,8 @@ provide integrated access to the cloud providers services.
qt6-serialbus-devel
qt6-networkauth-devel
qt6-positioning-devel
+ qt6-graphs-devel
+ qt6-webview-devel
python3-shiboken6-devel
programming/language/python3/pyside6/pspec.xml
@@ -358526,7 +360627,9 @@ provide integrated access to the cloud providers services.
qt6-serialbus
qt6-networkauth
qt6-positioning
+ qt6-graphs
shiboken6
+ qt6-webview
/usr/share/doc
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 05f233e54c..aa60eff217 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-371c6a63f3b7d7bea46a8d120afbd989eff1f00f
\ No newline at end of file
+bdf0bb48cc6103085ddc4fc3a48f6dc0e70fa165
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 4c55b45c54..4fc511f652 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 06b1c058d3..ab380810cd 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-b2de4ca0656907a1ef0a4c8b802af36ef8e2e02a
\ No newline at end of file
+799aa11181533cdecd589d6e0d5ac57caa4bfc81
\ No newline at end of file