diff --git a/desktop/kde6/frameworks/attica/actions.py b/desktop/kde6/frameworks/attica/actions.py new file mode 100755 index 0000000000..9271dad0fe --- /dev/null +++ b/desktop/kde6/frameworks/attica/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md", "AUTHORS", "ChangeLog") diff --git a/desktop/kde6/frameworks/attica/pspec.xml b/desktop/kde6/frameworks/attica/pspec.xml new file mode 100755 index 0000000000..dec2ec6c0a --- /dev/null +++ b/desktop/kde6/frameworks/attica/pspec.xml @@ -0,0 +1,61 @@ + + + + + + attica-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + Open Collaboration Service client library, based on Qt 5 + attica-kf6 is a library to access Open Collaboration Service servers, based on Qt 5. + mirrors://kde/stable/frameworks/6.0/attica-6.0.0.tar.xz + + qt6-base-devel + extra-cmake-modules-kf6 + + + + + attica-kf6 + + qt6-base + libgcc + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + attica-kf6-devel + Development files for attica-kf65 + + qt6-base-devel + attica-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/attica/translations.xml b/desktop/kde6/frameworks/attica/translations.xml new file mode 100755 index 0000000000..88f3be9739 --- /dev/null +++ b/desktop/kde6/frameworks/attica/translations.xml @@ -0,0 +1,13 @@ + + + + attica-kf65 + 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. + + + + attica-kf65-devel + attica-kf65 için geliştirme dosyaları + + diff --git a/desktop/kde6/frameworks/bluez-qt/actions.py b/desktop/kde6/frameworks/bluez-qt/actions.py new file mode 100755 index 0000000000..1da5a99a6d --- /dev/null +++ b/desktop/kde6/frameworks/bluez-qt/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 kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure("-DUDEV_RULES_INSTALL_DIR=/lib/udev/rules.d") + +def build(): + kde6.make() + +def install(): + kde6.install() diff --git a/desktop/kde6/frameworks/bluez-qt/pspec.xml b/desktop/kde6/frameworks/bluez-qt/pspec.xml new file mode 100755 index 0000000000..ee775005fc --- /dev/null +++ b/desktop/kde6/frameworks/bluez-qt/pspec.xml @@ -0,0 +1,69 @@ + + + + + + bluez-qt-kf6 + 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/6.0/bluez-qt-6.0.0.tar.xz + + bluez + bluez-libs-devel + qt6-base-devel + qt6-declarative-devel + extra-cmake-modules-kf6 + + + + + bluez-qt-kf6 + + + qt6-base + qt6-declarative + libgcc + + + /usr/lib/qt5 + /usr/lib + /etc/xdg + /usr/share/doc + /lib/udev + /usr/share/qlogging-categories6 + /usr/share/qlogging-categories6/bluez.categories + + + + + bluez-qt-kf6-devel + Development files for bluez-qt-kf6 + + qt6-base-devel + + bluez-qt-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/breeze-icons/actions.py b/desktop/kde6/frameworks/breeze-icons/actions.py new file mode 100755 index 0000000000..52a0844978 --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure("-DBINARY_ICONS_RESOURCE=ON") + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README*", "COPYING*") diff --git a/desktop/kde6/frameworks/breeze-icons/files/250a7d0b.patch b/desktop/kde6/frameworks/breeze-icons/files/250a7d0b.patch new file mode 100644 index 0000000000..9fb7e5592c --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/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/kde6/frameworks/breeze-icons/files/breeze-16.svg b/desktop/kde6/frameworks/breeze-icons/files/breeze-16.svg new file mode 100644 index 0000000000..d3a1dd24b2 --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze-16.svg @@ -0,0 +1,308 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/kde6/frameworks/breeze-icons/files/breeze-22.svg b/desktop/kde6/frameworks/breeze-icons/files/breeze-22.svg new file mode 100644 index 0000000000..73b3d536ff --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze-22.svg @@ -0,0 +1,308 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/kde6/frameworks/breeze-icons/files/breeze-64.svg b/desktop/kde6/frameworks/breeze-icons/files/breeze-64.svg new file mode 100644 index 0000000000..920ac88043 --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze-64.svg @@ -0,0 +1,308 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/kde6/frameworks/breeze-icons/files/breeze-96.svg b/desktop/kde6/frameworks/breeze-icons/files/breeze-96.svg new file mode 100644 index 0000000000..356d83d1c1 --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze-96.svg @@ -0,0 +1,308 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-16.svg b/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-16.svg new file mode 100644 index 0000000000..6472cde3ca --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-16.svg @@ -0,0 +1,358 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-22.svg b/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-22.svg new file mode 100644 index 0000000000..bc5b55664e --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-22.svg @@ -0,0 +1,358 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-48.svg b/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-48.svg new file mode 100644 index 0000000000..630d300515 --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-48.svg @@ -0,0 +1,358 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-96.svg b/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-96.svg new file mode 100644 index 0000000000..8ae08ddf21 --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze-dark-96.svg @@ -0,0 +1,358 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/kde6/frameworks/breeze-icons/files/breeze-dark.svg b/desktop/kde6/frameworks/breeze-icons/files/breeze-dark.svg new file mode 100644 index 0000000000..91beb0df21 --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze-dark.svg @@ -0,0 +1,358 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/kde6/frameworks/breeze-icons/files/breeze.patch b/desktop/kde6/frameworks/breeze-icons/files/breeze.patch new file mode 100644 index 0000000000..4dc3570c6f --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze.patch @@ -0,0 +1,11 @@ +diff -Nuar a/KF6BreezeIconsConfig.cmake.in b/KF6BreezeIconsConfig.cmake.in +--- a/KF6BreezeIconsConfig.cmake.in 2024-01-31 13:30:08.000000000 +0300 ++++ b/KF6BreezeIconsConfig.cmake.in 2024-02-01 11:26:06.638099308 +0300 +@@ -3,6 +3,5 @@ + if(@ICONS_LIBRARY@) + include(CMakeFindDependencyMacro) + find_dependency(Qt6Gui "@REQUIRED_QT_VERSION@") ++ include("${CMAKE_CURRENT_LIST_DIR}/KF6BreezeIconsTargets.cmake") + endif() +- +-include("${CMAKE_CURRENT_LIST_DIR}/KF6BreezeIconsTargets.cmake") diff --git a/desktop/kde6/frameworks/breeze-icons/files/breeze.svg b/desktop/kde6/frameworks/breeze-icons/files/breeze.svg new file mode 100644 index 0000000000..dc6fb04260 --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/files/breeze.svg @@ -0,0 +1,317 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/kde6/frameworks/breeze-icons/pspec.xml b/desktop/kde6/frameworks/breeze-icons/pspec.xml new file mode 100755 index 0000000000..7c6ba9bc54 --- /dev/null +++ b/desktop/kde6/frameworks/breeze-icons/pspec.xml @@ -0,0 +1,54 @@ + + + + + + breeze-icons-kf6 + 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/6.0/breeze-icons-6.0.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + libxml2-devel + python3-devel + python3-lxml + + + breeze.patch + + + + + breeze-icons-kf6 + 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-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/kapidox/actions.py b/desktop/kde6/frameworks/kapidox/actions.py new file mode 100755 index 0000000000..0bb7bd1748 --- /dev/null +++ b/desktop/kde6/frameworks/kapidox/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md") diff --git a/desktop/kde6/frameworks/kapidox/files/fedora/kf5-kapidox-install.patch b/desktop/kde6/frameworks/kapidox/files/fedora/kf5-kapidox-install.patch new file mode 100644 index 0000000000..6fd5aeaf2d --- /dev/null +++ b/desktop/kde6/frameworks/kapidox/files/fedora/kf5-kapidox-install.patch @@ -0,0 +1,51 @@ +diff -Nur kapidox-kf6-5.93.0/CMakeLists.txt kapidox-kf6-5.91.0/CMakeLists.txt +--- kapidox-kf6-5.93.0/CMakeLists.txt 2022-03-13 13:10:03.000000000 +0100 ++++ kapidox-kf6-5.91.0/CMakeLists.txt 2022-01-25 08:43:21.000000000 +0100 +@@ -1,7 +1,7 @@ + cmake_minimum_required(VERSION 3.16) + project(kapidox-kf6 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 kapidox-kf6-5.93.0/setup.py.me kapidox-kf6-5.93.0/setup.py +--- kapidox-kf6-5.93.0/setup.py.me 2022-04-28 14:13:13.168061970 +0200 ++++ kapidox-kf6-5.93.0/setup.py 2022-04-28 14:14:00.170175582 +0200 +@@ -17,5 +17,5 @@ setup( + "kapidox-kf6-depdiagram-generate = kapidox-kf6.depdiagram_generate:main", + ], + }, +- install_requires=["doxypypy", "doxyqml", "requests", "jinja2", "pyyaml"] ++ install_requires=["requests", "jinja2", "pyyaml"] + ) diff --git a/desktop/kde6/frameworks/kapidox/pspec.xml b/desktop/kde6/frameworks/kapidox/pspec.xml new file mode 100755 index 0000000000..97b2cc00c9 --- /dev/null +++ b/desktop/kde6/frameworks/kapidox/pspec.xml @@ -0,0 +1,51 @@ + + + + + + kapidox-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + kde6 Frameworks API documentation tools. + kde6 Frameworks API documentation tools. + mirrors://kde/stable/frameworks/6.0/kapidox-6.0.0.tar.xz + + python3-Jinja2 + python3-PyYAML + + extra-cmake-modules-kf6 + python3-setuptools + + + + + + + + kapidox-kf6 + + + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/kapidox/translations.xml b/desktop/kde6/frameworks/kapidox/translations.xml new file mode 100755 index 0000000000..74ceebcfbd --- /dev/null +++ b/desktop/kde6/frameworks/kapidox/translations.xml @@ -0,0 +1,8 @@ + + + + kapidox-kf6 + kde6 Frameworks API dokümantasyon araçları. + kde6 Frameworks API dokümantasyon araçları. + + diff --git a/desktop/kde6/frameworks/karchive/actions.py b/desktop/kde6/frameworks/karchive/actions.py new file mode 100755 index 0000000000..0bb7bd1748 --- /dev/null +++ b/desktop/kde6/frameworks/karchive/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md") diff --git a/desktop/kde6/frameworks/karchive/pspec.xml b/desktop/kde6/frameworks/karchive/pspec.xml new file mode 100755 index 0000000000..aad403fd3d --- /dev/null +++ b/desktop/kde6/frameworks/karchive/pspec.xml @@ -0,0 +1,73 @@ + + + + + + karchive-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + Qt 5 addon providing access to numerous types of archives + karchive-kf6 provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR. + mirrors://kde/stable/frameworks/6.0/karchive-6.0.0.tar.xz + + bzip2 + xz-devel + zstd-devel + zlib-devel + netcdf-devel + qt6-linguist + qt6-base-devel + extra-cmake-modules-kf6 + + + + + karchive-kf6 + + xz + zlib + zstd + bzip2 + netcdf + + qt6-linguist + qt6-base + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + karchive-kf6-devel + Development files for karchive-kf6 + + qt6-base-devel + karchive-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/kcodecs/actions.py b/desktop/kde6/frameworks/kcodecs/actions.py new file mode 100755 index 0000000000..0bb7bd1748 --- /dev/null +++ b/desktop/kde6/frameworks/kcodecs/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md") diff --git a/desktop/kde6/frameworks/kcodecs/pspec.xml b/desktop/kde6/frameworks/kcodecs/pspec.xml new file mode 100755 index 0000000000..1a250f19be --- /dev/null +++ b/desktop/kde6/frameworks/kcodecs/pspec.xml @@ -0,0 +1,64 @@ + + + + + + kcodecs-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + Plugins allowing Qt applications to access further types of images + kde6 kcodecs-kf6 provide a collection of methods to manipulate strings using various encodings. + mirrors://kde/stable/frameworks/6.0/kcodecs-6.0.0.tar.xz + + qt6-base-devel + qt6-linguist + extra-cmake-modules-kf6 + gperf + + + + + kcodecs-kf6 + + qt6-base + + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kcodecs-kf6-devel + Development files for kcodecs-kf6 + + qt6-base-devel + kcodecs-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/kconfig/actions.py b/desktop/kde6/frameworks/kconfig/actions.py new file mode 100755 index 0000000000..0bb7bd1748 --- /dev/null +++ b/desktop/kde6/frameworks/kconfig/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md") diff --git a/desktop/kde6/frameworks/kconfig/pspec.xml b/desktop/kde6/frameworks/kconfig/pspec.xml new file mode 100755 index 0000000000..0e0833fae9 --- /dev/null +++ b/desktop/kde6/frameworks/kconfig/pspec.xml @@ -0,0 +1,67 @@ + + + + + + kconfig-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + app:gui + Advanced configuration system for KDE Frameworks 5 + kconfig-kf6 provides advanced libraries and tools for accessing configuration files. + mirrors://kde/stable/frameworks/6.0/kconfig-6.0.0.tar.xz + + qt6-base-devel + qt6-declarative-devel + qt6-linguist + extra-cmake-modules-kf6 + + + + + kconfig-kf6 + + qt6-base + qt6-declarative + + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kconfig-kf6-devel + Development files for kconfig-kf6 + + qt6-base-devel + kconfig-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/kcoreaddons/actions.py b/desktop/kde6/frameworks/kcoreaddons/actions.py new file mode 100755 index 0000000000..0bb7bd1748 --- /dev/null +++ b/desktop/kde6/frameworks/kcoreaddons/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md") diff --git a/desktop/kde6/frameworks/kcoreaddons/comar/package.py b/desktop/kde6/frameworks/kcoreaddons/comar/package.py new file mode 100755 index 0000000000..8abe2ef4a5 --- /dev/null +++ b/desktop/kde6/frameworks/kcoreaddons/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/kde6/frameworks/kcoreaddons/pspec.xml b/desktop/kde6/frameworks/kcoreaddons/pspec.xml new file mode 100755 index 0000000000..b049628652 --- /dev/null +++ b/desktop/kde6/frameworks/kcoreaddons/pspec.xml @@ -0,0 +1,75 @@ + + + + + + kcoreaddons-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + Utilities for core application functionality and accessing the OS + kcoreaddons-kf6 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/6.0/kcoreaddons-6.0.0.tar.xz + + qt6-base-devel + qt6-linguist + qt6-declarative-devel + shared-mime-info + extra-cmake-modules-kf6 + + + + + + kcoreaddons-kf6 + + eudev + qt6-base + qt6-declarative + + shared-mime-info + + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kcoreaddons-kf6-devel + Development files for kcoreaddons-kf6 + + qt6-base-devel + kcoreaddons-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/kdbusaddons/actions.py b/desktop/kde6/frameworks/kdbusaddons/actions.py new file mode 100755 index 0000000000..f678ee517b --- /dev/null +++ b/desktop/kde6/frameworks/kdbusaddons/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md", "MAINTAINER") diff --git a/desktop/kde6/frameworks/kdbusaddons/pspec.xml b/desktop/kde6/frameworks/kdbusaddons/pspec.xml new file mode 100755 index 0000000000..35236ff642 --- /dev/null +++ b/desktop/kde6/frameworks/kdbusaddons/pspec.xml @@ -0,0 +1,64 @@ + + + + + + kdbusaddons-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + Extra modules for Qt-DBus + kde6-kdbusaddons-kf6 provides convenience classes on top of QtDBus, as well as an API to create kded-kf6 modules. + mirrors://kde/stable/frameworks/6.0/kdbusaddons-6.0.0.tar.xz + + qt6-base-devel + qt6-linguist + extra-cmake-modules-kf6 + + + + + kdbusaddons-kf6 + + qt6-base + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kdbusaddons-kf6-devel + Development files for kdbusaddons-kf6 + + qt6-base-devel + kdbusaddons-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/kdnssd/actions.py b/desktop/kde6/frameworks/kdnssd/actions.py new file mode 100755 index 0000000000..0bb7bd1748 --- /dev/null +++ b/desktop/kde6/frameworks/kdnssd/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md") diff --git a/desktop/kde6/frameworks/kdnssd/pspec.xml b/desktop/kde6/frameworks/kdnssd/pspec.xml new file mode 100755 index 0000000000..b24d04c137 --- /dev/null +++ b/desktop/kde6/frameworks/kdnssd/pspec.xml @@ -0,0 +1,64 @@ + + + + + + kdnssd-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + Network service discovery using Zeroconf + kdnssd-kf6 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/6.0/kdnssd-6.0.0.tar.xz + + qt6-base-devel + qt6-linguist + avahi-devel + avahi-compat-libdns_sd-devel + extra-cmake-modules-kf6 + + + + + kdnssd-kf6 + + qt6-base + + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kdnssd-kf6-devel + Development files for kdnssd-kf6. + + qt6-base-devel + kdnssd-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/kguiaddons/actions.py b/desktop/kde6/frameworks/kguiaddons/actions.py new file mode 100755 index 0000000000..c9b6a4ae00 --- /dev/null +++ b/desktop/kde6/frameworks/kguiaddons/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure("-DBUILD_GEO_SCHEME_HANDLER=OFF") + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md") diff --git a/desktop/kde6/frameworks/kguiaddons/pspec.xml b/desktop/kde6/frameworks/kguiaddons/pspec.xml new file mode 100755 index 0000000000..8fd0f94650 --- /dev/null +++ b/desktop/kde6/frameworks/kguiaddons/pspec.xml @@ -0,0 +1,69 @@ + + + + + + kguiaddons-kf6 + 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/6.0/kguiaddons-6.0.0.tar.xz + + libX11-devel + libxcb-devel + wayland-devel + plasma-wayland-protocols + qt6-base-devel + qt6-wayland-devel + extra-cmake-modules-kf6 + + + + + kguiaddons-kf6 + + + libX11 + wayland-client + qt6-base + qt6-wayland + + + /usr/lib/qt5 + /usr/lib + /usr/bin + /usr/share/applications + /usr/share/doc + /usr/share/qlogging-categories6/kguiaddons.categories + + + + + kguiaddons-kf6-devel + Development files for kguiaddons-kf6 + + kguiaddons-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/ki18n/actions.py b/desktop/kde6/frameworks/ki18n/actions.py new file mode 100755 index 0000000000..0bb7bd1748 --- /dev/null +++ b/desktop/kde6/frameworks/ki18n/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README.md") diff --git a/desktop/kde6/frameworks/ki18n/pspec.xml b/desktop/kde6/frameworks/ki18n/pspec.xml new file mode 100755 index 0000000000..2ed0a57cb6 --- /dev/null +++ b/desktop/kde6/frameworks/ki18n/pspec.xml @@ -0,0 +1,64 @@ + + + + + + ki18n-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + KDE Gettext-based UI text internationalization. + ki18n-kf6 provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system. + mirrors://kde/stable/frameworks/6.0/ki18n-6.0.0.tar.xz + + iso-codes-devel + qt6-base-devel + qt6-declarative-devel + extra-cmake-modules-kf6 + + + + + ki18n-kf6 + + + qt6-base + qt6-declarative + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/man + + + + + ki18n-kf6-devel + Development files for kde6-ki18n-kf6 + + ki18n-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/frameworks/ki18n/translations.xml b/desktop/kde6/frameworks/ki18n/translations.xml new file mode 100755 index 0000000000..540b6a7828 --- /dev/null +++ b/desktop/kde6/frameworks/ki18n/translations.xml @@ -0,0 +1,13 @@ + + + + ki18n-kf6 + KDE grafik arabirim yerelleştirme kitaplığı + ki18n-kf6, KDE Frameworks 5 için, Gettext tabanlı bir grafik arabirim yerelleştirme kitaplığıdır + + + + ki18n-kf6-devel + ki18n-kf6 için geliştirme dosyaları + + diff --git a/pisi-index.xml b/pisi-index.xml index cf7e6d6cc8..b94bbed4e7 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -116834,6 +116834,591 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + kguiaddons-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde6.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/6.0/kguiaddons-6.0.0.tar.xz + + libX11-devel + libxcb-devel + wayland-devel + plasma-wayland-protocols + qt6-base-devel + qt6-wayland-devel + extra-cmake-modules-kf6 + + desktop/kde6/frameworks/kguiaddons/pspec.xml + + + kguiaddons-kf6 + + libX11 + wayland-client + qt6-base + qt6-wayland + + + /usr/lib/qt5 + /usr/lib + /usr/bin + /usr/share/applications + /usr/share/doc + /usr/share/qlogging-categories6/kguiaddons.categories + + + + kguiaddons-kf6-devel + Development files for kguiaddons-kf6 + + kguiaddons-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + breeze-icons-kf6 + https://projects.kde.org/projects/kde/workspace/breeze + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2+ + app:gui + desktop.kde6.framework + Breeze icon themes + İcon themes breeze + mirrors://kde/stable/frameworks/6.0/breeze-icons-6.0.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + libxml2-devel + python3-devel + python3-lxml + + + breeze.patch + + desktop/kde6/frameworks/breeze-icons/pspec.xml + + + breeze-icons-kf6 + 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-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + ki18n-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde6.framework + KDE Gettext-based UI text internationalization. + KDE grafik arabirim yerelleştirme kitaplığı + ki18n-kf6 provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system. + ki18n-kf6, KDE Frameworks 5 için, Gettext tabanlı bir grafik arabirim yerelleştirme kitaplığıdır + mirrors://kde/stable/frameworks/6.0/ki18n-6.0.0.tar.xz + + iso-codes-devel + qt6-base-devel + qt6-declarative-devel + extra-cmake-modules-kf6 + + desktop/kde6/frameworks/ki18n/pspec.xml + + + ki18n-kf6 + + qt6-base + qt6-declarative + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/man + + + + ki18n-kf6-devel + Development files for kde6-ki18n-kf6 + ki18n-kf6 için geliştirme dosyaları + + ki18n-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + kdbusaddons-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde6.framework + Extra modules for Qt-DBus + kde6-kdbusaddons-kf6 provides convenience classes on top of QtDBus, as well as an API to create kded-kf6 modules. + mirrors://kde/stable/frameworks/6.0/kdbusaddons-6.0.0.tar.xz + + qt6-base-devel + qt6-linguist + extra-cmake-modules-kf6 + + desktop/kde6/frameworks/kdbusaddons/pspec.xml + + + kdbusaddons-kf6 + + qt6-base + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kdbusaddons-kf6-devel + Development files for kdbusaddons-kf6 + + qt6-base-devel + kdbusaddons-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + attica-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde6.framework + Open Collaboration Service client library, based on Qt 5 + attica-kf6 is a library to access Open Collaboration Service servers, based on Qt 5. + mirrors://kde/stable/frameworks/6.0/attica-6.0.0.tar.xz + + qt6-base-devel + extra-cmake-modules-kf6 + + desktop/kde6/frameworks/attica/pspec.xml + + + attica-kf6 + + qt6-base + libgcc + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + attica-kf6-devel + Development files for attica-kf65 + + qt6-base-devel + attica-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + kapidox-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde6.framework + kde6 Frameworks API documentation tools. + kde6 Frameworks API dokümantasyon araçları. + kde6 Frameworks API documentation tools. + kde6 Frameworks API dokümantasyon araçları. + mirrors://kde/stable/frameworks/6.0/kapidox-6.0.0.tar.xz + + python3-Jinja2 + python3-PyYAML + extra-cmake-modules-kf6 + python3-setuptools + + desktop/kde6/frameworks/kapidox/pspec.xml + + + kapidox-kf6 + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + kdnssd-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde6.framework + Network service discovery using Zeroconf + kdnssd-kf6 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/6.0/kdnssd-6.0.0.tar.xz + + qt6-base-devel + qt6-linguist + avahi-devel + avahi-compat-libdns_sd-devel + extra-cmake-modules-kf6 + + desktop/kde6/frameworks/kdnssd/pspec.xml + + + kdnssd-kf6 + + qt6-base + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kdnssd-kf6-devel + Development files for kdnssd-kf6. + + qt6-base-devel + kdnssd-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + karchive-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde6.framework + Qt 5 addon providing access to numerous types of archives + karchive-kf6 provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR. + mirrors://kde/stable/frameworks/6.0/karchive-6.0.0.tar.xz + + bzip2 + xz-devel + zstd-devel + zlib-devel + netcdf-devel + qt6-linguist + qt6-base-devel + extra-cmake-modules-kf6 + + desktop/kde6/frameworks/karchive/pspec.xml + + + karchive-kf6 + + xz + zlib + zstd + bzip2 + netcdf + qt6-linguist + qt6-base + + + /etc/xdg + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + karchive-kf6-devel + Development files for karchive-kf6 + + qt6-base-devel + karchive-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + kconfig-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + app:gui + desktop.kde6.framework + Advanced configuration system for KDE Frameworks 5 + kconfig-kf6 provides advanced libraries and tools for accessing configuration files. + mirrors://kde/stable/frameworks/6.0/kconfig-6.0.0.tar.xz + + qt6-base-devel + qt6-declarative-devel + qt6-linguist + extra-cmake-modules-kf6 + + desktop/kde6/frameworks/kconfig/pspec.xml + + + kconfig-kf6 + + qt6-base + qt6-declarative + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kconfig-kf6-devel + Development files for kconfig-kf6 + + qt6-base-devel + kconfig-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + kcodecs-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde6.framework + Plugins allowing Qt applications to access further types of images + kde6 kcodecs-kf6 provide a collection of methods to manipulate strings using various encodings. + mirrors://kde/stable/frameworks/6.0/kcodecs-6.0.0.tar.xz + + qt6-base-devel + qt6-linguist + extra-cmake-modules-kf6 + gperf + + desktop/kde6/frameworks/kcodecs/pspec.xml + + + kcodecs-kf6 + + qt6-base + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcodecs-kf6-devel + Development files for kcodecs-kf6 + + qt6-base-devel + kcodecs-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + extra-cmake-modules-kf6 @@ -116877,6 +117462,71 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + kcoreaddons-kf6 + https://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde6.framework + Utilities for core application functionality and accessing the OS + kcoreaddons-kf6 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/6.0/kcoreaddons-6.0.0.tar.xz + + qt6-base-devel + qt6-linguist + qt6-declarative-devel + shared-mime-info + extra-cmake-modules-kf6 + + desktop/kde6/frameworks/kcoreaddons/pspec.xml + + + kcoreaddons-kf6 + + eudev + qt6-base + qt6-declarative + shared-mime-info + + + /etc/xdg + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcoreaddons-kf6-devel + Development files for kcoreaddons-kf6 + + qt6-base-devel + kcoreaddons-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + plasma-wayland-protocols-kf6 @@ -116915,6 +117565,69 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + bluez-qt-kf6 + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + desktop.kde6.framework + Qt wrapper for KDE 5 Bluez DBus API + Qt wrapper for KDE 5 DBus API. + mirrors://kde/stable/frameworks/6.0/bluez-qt-6.0.0.tar.xz + + bluez + bluez-libs-devel + qt6-base-devel + qt6-declarative-devel + extra-cmake-modules-kf6 + + desktop/kde6/frameworks/bluez-qt/pspec.xml + + + bluez-qt-kf6 + + qt6-base + qt6-declarative + libgcc + + + /usr/lib/qt5 + /usr/lib + /etc/xdg + /usr/share/doc + /lib/udev + /usr/share/qlogging-categories6 + /usr/share/qlogging-categories6/bluez.categories + + + + bluez-qt-kf6-devel + Development files for bluez-qt-kf6 + + qt6-base-devel + bluez-qt-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-02-28 + 6.0.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + icon-theme-numix diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index e1ede02925..a7c44e33af 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -412fd3757c956f4dce135a2c8078a9963880e31b \ No newline at end of file +02913d02af4f09f7914f36be02fc89eecdf7bd49 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 928ad1b73e..fc4046a183 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 d3ef70cee1..a303bdd845 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -fdb298022a07056fe3d109d585848d70ecafcf6f \ No newline at end of file +df46d428101a0bedb2449211a7272ecfe5268d64 \ No newline at end of file