diff --git a/desktop/kde6/applications/component.xml b/desktop/kde6/applications/component.xml new file mode 100644 index 0000000000..8bfa1e61be --- /dev/null +++ b/desktop/kde6/applications/component.xml @@ -0,0 +1,3 @@ + + desktop.kde6.applications + diff --git a/desktop/kde6/applications/grantleetheme-kf6/actions.py b/desktop/kde6/applications/grantleetheme-kf6/actions.py new file mode 100755 index 0000000000..a7464b1612 --- /dev/null +++ b/desktop/kde6/applications/grantleetheme-kf6/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("LICENSES/*") diff --git a/desktop/kde6/applications/grantleetheme-kf6/files/qt5.patch b/desktop/kde6/applications/grantleetheme-kf6/files/qt5.patch new file mode 100755 index 0000000000..a282bc2939 --- /dev/null +++ b/desktop/kde6/applications/grantleetheme-kf6/files/qt5.patch @@ -0,0 +1,12 @@ +diff -Nuar a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt 2017-12-08 04:03:55.000000000 +0300 ++++ b/CMakeLists.txt 2017-12-16 22:59:16.160410049 +0300 +@@ -30,7 +30,7 @@ + + set(grantleetheme-kf6_LIB_VERSION ${PIM_VERSION}) + +-set(QT_REQUIRED_VERSION "5.8.0") ++set(QT_REQUIRED_VERSION "5.7.1") + set(GRANTLEE_VERSION "5.1") + + find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Network) diff --git a/desktop/kde6/applications/grantleetheme-kf6/pspec.xml b/desktop/kde6/applications/grantleetheme-kf6/pspec.xml new file mode 100755 index 0000000000..4262ee7cf3 --- /dev/null +++ b/desktop/kde6/applications/grantleetheme-kf6/pspec.xml @@ -0,0 +1,99 @@ + + + + + + grantleetheme-kf6 + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + Library for Grantlee theming support + Library for Grantlee theming support + mirrors://kde/stable/release-service/24.02.0/src/grantleetheme-24.02.0.tar.xz + + qt6-base-devel + boost-devel + ki18n-kf6-devel + kiconthemes-kf6-devel + extra-cmake-modules-kf6 + + kguiaddons-kf6-devel + grantlee-qt6-devel + knewstuff-kf6-devel + + kcolorscheme-kf6-devel + ktexttemplate-kf6-devel + + + + + + + + grantleetheme-kf6 + + qt6-base + ki18n-kf6 + libgcc + kconfig-kf6 + kxmlgui-kf6 + knewstuff-kf6 + kguiaddons-kf6 + kcoreaddons-kf6 + kiconthemes-kf6 + grantlee-qt6 + kwidgetsaddons-kf6 + kcolorscheme-kf6 + ktexttemplate-kf6 + + + /etc/xdg + /usr/lib + /usr/share/doc + /usr/mkspecs/ + /usr/bin + /usr/share/mime + /usr/share/icons + /usr/share/kservice-kf6s5 + /usr/share/kservice-kf6types5 + /usr/share/dbus-1 + /usr/share/config.kcfg + /usr/share/kf5 + /usr/share/config + /usr/share/akonadi + /usr/share + /usr/share/akonadicontact/grantleetheme/default + /usr/share/locale + + + + + grantleetheme-kf6-devel + Development package for grantleetheme-kf6 libraries + Contains development tools and header files for grantleetheme-kf6 + + qt6-base-devel + boost-devel + ki18n-kf6-devel + grantleetheme-kf6 + + + /usr/lib/cmake + /usr/include + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/kaccounts-integration-kf6/actions.py b/desktop/kde6/applications/kaccounts-integration-kf6/actions.py new file mode 100755 index 0000000000..0c9a319c4d --- /dev/null +++ b/desktop/kde6/applications/kaccounts-integration-kf6/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import kde6 +from pisi.actionsapi import pisitools + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README*") diff --git a/desktop/kde6/applications/kaccounts-integration-kf6/pspec.xml b/desktop/kde6/applications/kaccounts-integration-kf6/pspec.xml new file mode 100755 index 0000000000..1560df74fa --- /dev/null +++ b/desktop/kde6/applications/kaccounts-integration-kf6/pspec.xml @@ -0,0 +1,94 @@ + + + + + + kaccounts-integration-kf6 + https://projects.kde.org/projects/kdereview/kaccounts-integration-kf6 + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + mirrors://kde/stable/release-service/24.02.0/src/kaccounts-integration-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + qt6-declarative-devel + kcmutils-kf6-devel + ki18n-kf6-devel + kcoreaddons-kf6-devel + kdbusaddons-kf6-devel + libaccounts-qt6-devel + libaccounts-glib-devel + signon-devel + gettext-devel + kdoctools-kf6-devel + kdeclarative-kf6-devel + kio-kf6-devel + signon-ui + kconfig-kf6-devel + kwallet-kf6-devel + qcoro-qt6-devel + signon-plugin-oauth2-devel + + + + + kaccounts-integration-kf6 + + ki18n-kf6 + libgcc + signon + intltool + signon-ui + qt6-base + kcoreaddons-kf6 + kdbusaddons-kf6 + kdeclarative-kf6 + kconfigwidgets-kf6 + libaccounts-qt5 + signon-plugin-oauth2 + qt6-declarative + kio-kf6 + kconfig-kf6 + kwallet-kf6 + qcoro-qt5 + + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + + /usr/share + /usr/share/kservice-kf6s5 + /usr/share/doc + /usr/lib/qt5 + /usr/lib/libkaccounts.so* + + + + + kaccounts-integration-kf6-devel + Development files for kaccounts-integration-kf6 + + kaccounts-integration-kf6 + libaccounts-qt6-devel + + + /usr/include + /usr/lib/cmake/KAccounts + + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/desktop/kde6/applications/libkdegames-kf6/actions.py b/desktop/kde6/applications/libkdegames-kf6/actions.py new file mode 100755 index 0000000000..40877119e1 --- /dev/null +++ b/desktop/kde6/applications/libkdegames-kf6/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde6 + +def setup(): + kde6.configure() + +def build(): + kde6.make() + +def install(): + kde6.install() + + pisitools.dodoc("README") diff --git a/desktop/kde6/applications/libkdegames-kf6/pspec.xml b/desktop/kde6/applications/libkdegames-kf6/pspec.xml new file mode 100755 index 0000000000..be7da760bf --- /dev/null +++ b/desktop/kde6/applications/libkdegames-kf6/pspec.xml @@ -0,0 +1,112 @@ + + + + + + libkdegames-kf6 + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.games + Common code and data for many KDE games + Common code and data for many KDE games + mirrors://kde/stable/release-service/24.02.0/src/libkdegames-24.02.0.tar.xz + + qt6-base-devel + kdoctools-kf6-devel + kdnssd-kf6-devel + openal-devel + cmake + extra-cmake-modules-kf6 + python3 + kdeclarative-kf6-devel + knewstuff-kf6-devel + kio-kf6-devel + ki18n-kf6-devel + libgcc + kconfig-kf6-devel + kxmlgui-kf6-devel + qt6-svg-devel + karchive-kf6-devel + kguiaddons-kf6-devel + libsndfile-devel + kcompletion-kf6-devel + kcoreaddons-kf6-devel + kiconthemes-kf6-devel + kconfigwidgets-kf6-devel + kwidgetsaddons-kf6-devel + qt6-declarative-devel + + + mesa-devel + + kitemmodels-kf6-devel + + kglobalaccel-devel + ktextwidgets-kf6-devel + kunitconversion-kf6-devel + + + + + libkdegames-kf6 + + qt6-base + + kdnssd-kf6 + kdeclarative-kf6 + knewstuff-kf6 + kio-kf6 + ki18n-kf6 + libgcc + openal + kconfig-kf6 + kxmlgui-kf6 + qt6-svg + karchive-kf6 + kguiaddons-kf6 + libsndfile + kcompletion-kf6 + kcoreaddons-kf6 + kiconthemes-kf6 + kglobalaccel + ktextwidgets-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + qt6-declarative + + + /etc/xdg + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + libkdegames-kf6-devel + Shared libraries for KDE games. + + libkdegames-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/pisi-index.xml b/pisi-index.xml index 820c1f3d11..701b7eb6c7 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -124076,7 +124076,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol knotifications-kf6 kwidgetsaddons-kf6 xcb-util-image - kdelibs4-support libplasma-kf6 plasma-activities-stats-kf6 networkmanager-qt-kf6 @@ -126087,13 +126086,14 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qqc2-desktop-style-kf6 libksysguard-kf6-devel extra-cmake-modules-kf6 + qt6-5compat-devel libusb-compat-devel appstream-qt6-devel knotifyconfig-kf6-devel packagekit-qt6-devel xcb-util-image-devel knotifications-kf6-devel - libaccounts-qt5-devel + libaccounts-qt6-devel qt6-declarative-devel pulseaudio-libs-devel plasma-workspace-kf6-devel @@ -126157,14 +126157,14 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libxkbcommon knotifyconfig-kf6 kwindowsystem-kf6 + qt6-5compat kconfigwidgets-kf6 knotifications-kf6 kwidgetsaddons-kf6 - packagekit-qt5 + packagekit-qt6 wayland-client - libaccounts-qt5 + libaccounts-qt6 qt6-declarative - kdelibs4-support libplasma-kf6 plasma-workspace-kf6 xcb-util-keysyms @@ -126177,7 +126177,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol /usr/share/locale /usr/bin /usr/lib/cmake - /usr/lib/qt5 + /usr/lib/qt6 /usr/lib /usr/share/doc @@ -127173,7 +127173,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol kconfigwidgets-kf6 kwidgetsaddons-kf6 kdbusaddons-kf6 - kdelibs4-support ki18n-kf6 kiconthemes-kf6 kio-kf6 @@ -127203,6 +127202,289 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + libkdegames-kf6 + https://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.games + Common code and data for many KDE games + Common code and data for many KDE games + mirrors://kde/stable/release-service/24.02.0/src/libkdegames-24.02.0.tar.xz + + qt6-base-devel + kdoctools-kf6-devel + kdnssd-kf6-devel + openal-devel + cmake + extra-cmake-modules-kf6 + python3 + kdeclarative-kf6-devel + knewstuff-kf6-devel + kio-kf6-devel + ki18n-kf6-devel + libgcc + kconfig-kf6-devel + kxmlgui-kf6-devel + qt6-svg-devel + karchive-kf6-devel + kguiaddons-kf6-devel + libsndfile-devel + kcompletion-kf6-devel + kcoreaddons-kf6-devel + kiconthemes-kf6-devel + kconfigwidgets-kf6-devel + kwidgetsaddons-kf6-devel + qt6-declarative-devel + mesa-devel + kitemmodels-kf6-devel + kglobalaccel-devel + ktextwidgets-kf6-devel + kunitconversion-kf6-devel + + desktop/kde6/applications/libkdegames-kf6/pspec.xml + + + libkdegames-kf6 + + qt6-base + kdnssd-kf6 + kdeclarative-kf6 + knewstuff-kf6 + kio-kf6 + ki18n-kf6 + libgcc + openal + kconfig-kf6 + kxmlgui-kf6 + qt6-svg + karchive-kf6 + kguiaddons-kf6 + libsndfile + kcompletion-kf6 + kcoreaddons-kf6 + kiconthemes-kf6 + kglobalaccel + ktextwidgets-kf6 + kconfigwidgets-kf6 + kwidgetsaddons-kf6 + qt6-declarative + + + /etc/xdg + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + libkdegames-kf6-devel + Shared libraries for KDE games. + + libkdegames-kf6 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + kaccounts-integration-kf6 + https://projects.kde.org/projects/kdereview/kaccounts-integration-kf6 + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.network + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + mirrors://kde/stable/release-service/24.02.0/src/kaccounts-integration-24.02.0.tar.xz + + extra-cmake-modules-kf6 + qt6-base-devel + qt6-declarative-devel + kcmutils-kf6-devel + ki18n-kf6-devel + kcoreaddons-kf6-devel + kdbusaddons-kf6-devel + libaccounts-qt6-devel + libaccounts-glib-devel + signon-devel + gettext-devel + kdoctools-kf6-devel + kdeclarative-kf6-devel + kio-kf6-devel + signon-ui + kconfig-kf6-devel + kwallet-kf6-devel + qcoro-qt6-devel + signon-plugin-oauth2-devel + + desktop/kde6/applications/kaccounts-integration-kf6/pspec.xml + + + kaccounts-integration-kf6 + Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others + + ki18n-kf6 + libgcc + signon + intltool + signon-ui + qt6-base + kcoreaddons-kf6 + kdbusaddons-kf6 + kdeclarative-kf6 + kconfigwidgets-kf6 + libaccounts-qt5 + signon-plugin-oauth2 + qt6-declarative + kio-kf6 + kconfig-kf6 + kwallet-kf6 + qcoro-qt5 + + + /usr/share + /usr/share/kservice-kf6s5 + /usr/share/doc + /usr/lib/qt5 + /usr/lib/libkaccounts.so* + + + + kaccounts-integration-kf6-devel + Development files for kaccounts-integration-kf6 + + kaccounts-integration-kf6 + libaccounts-qt6-devel + + + /usr/include + /usr/lib/cmake/KAccounts + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + + + + grantleetheme-kf6 + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + desktop.kde6.applications + Library for Grantlee theming support + Library for Grantlee theming support + mirrors://kde/stable/release-service/24.02.0/src/grantleetheme-24.02.0.tar.xz + + qt6-base-devel + boost-devel + ki18n-kf6-devel + kiconthemes-kf6-devel + extra-cmake-modules-kf6 + kguiaddons-kf6-devel + grantlee-qt6-devel + knewstuff-kf6-devel + kcolorscheme-kf6-devel + ktexttemplate-kf6-devel + + desktop/kde6/applications/grantleetheme-kf6/pspec.xml + + + grantleetheme-kf6 + + qt6-base + ki18n-kf6 + libgcc + kconfig-kf6 + kxmlgui-kf6 + knewstuff-kf6 + kguiaddons-kf6 + kcoreaddons-kf6 + kiconthemes-kf6 + grantlee-qt6 + kwidgetsaddons-kf6 + kcolorscheme-kf6 + ktexttemplate-kf6 + + + /etc/xdg + /usr/lib + /usr/share/doc + /usr/mkspecs/ + /usr/bin + /usr/share/mime + /usr/share/icons + /usr/share/kservice-kf6s5 + /usr/share/kservice-kf6types5 + /usr/share/dbus-1 + /usr/share/config.kcfg + /usr/share/kf5 + /usr/share/config + /usr/share/akonadi + /usr/share + /usr/share/akonadicontact/grantleetheme/default + /usr/share/locale + + + + grantleetheme-kf6-devel + Development package for grantleetheme-kf6 libraries + Contains development tools and header files for grantleetheme-kf6 + + qt6-base-devel + boost-devel + ki18n-kf6-devel + grantleetheme-kf6 + + + /usr/lib/cmake + /usr/include + + + + + 2024-03-03 + 24.02.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + icon-theme-numix @@ -449467,6 +449749,97 @@ from a wide variety of machine architectures. + + grantleetheme-kf6-devel + Development package for grantleetheme-kf6 libraries + Contains development tools and header files for grantleetheme-kf6 + library + programming.devel + LGPLv2 + + qt6-base-devel + boost-devel + ki18n-kf6-devel + grantleetheme-kf6 + + + + 2023-11-29 + 24.01.80 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + localhost + PisiLinux + 2.0 + x86_64 + 20708 + 7530 + 4381e63d88148299b16b2093eec93fb99a7fb910 + da39a3ee5e6b4b0d3255bfef95601890afd80709 + desktop/kde6/applications/grantleetheme-kf6/grantleetheme-kf6-devel-24.01.80-1-p2-x86_64.pisi + 1.2 + + grantleetheme-kf6 + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + + + + grantleetheme-kf6 + Library for Grantlee theming support + Library for Grantlee theming support + library + desktop.kde.applications.kf6 + LGPLv2 + + qt6-base + ki18n-kf6 + libgcc + kconfig-kf6 + kxmlgui-kf6 + knewstuff-kf6 + kguiaddons-kf6 + kcoreaddons-kf6 + kiconthemes-kf6 + grantlee-qt6 + kwidgetsaddons-kf6 + kcolorscheme-kf6 + ktexttemplate-kf6 + + + + 2023-11-29 + 24.01.80 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + localhost + PisiLinux + 2.0 + x86_64 + 300213 + 74422 + 4631f58402dcaad527ceaacc278889e33f603f87 + ec77b382f906f3877dbf024ff7b27e6437415dc4 + desktop/kde6/applications/grantleetheme-kf6/grantleetheme-kf6-24.01.80-1-p2-x86_64.pisi + 1.2 + + grantleetheme-kf6 + https://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + + python3-sentry_sdk The official Python SDK for Sentry.io diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 52919753cc..9a95c9f9aa 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -d1fc6b889185db52d83749f183f2bce881513557 \ No newline at end of file +aff24594549e620bfc1bc7296d8b222f0d45a4ec \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index f6218b3203..5017eee2ea 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 9408fc6608..e092ba5355 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -692651ea956f2702901ee97acd177205b0ebd7f8 \ No newline at end of file +aac00b1c32f05cd591cfd78ec5d5cdb43a39375e \ No newline at end of file