From 747bfeb1bc035ff94186cd7840f6414a281cf2e7 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 14:17:09 +0300 Subject: [PATCH 01/15] hwdata-0.387 --- hardware/misc/hwdata/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hardware/misc/hwdata/pspec.xml b/hardware/misc/hwdata/pspec.xml index 6e44789751..2c3e7821fd 100644 --- a/hardware/misc/hwdata/pspec.xml +++ b/hardware/misc/hwdata/pspec.xml @@ -12,7 +12,7 @@ data: Hardware identification and configuration data Hardware identification and configuration data - https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.385.tar.gz + https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.387.tar.gz @@ -35,6 +35,13 @@ + + 2024-09-05 + 0.387 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-10 0.385 From 20c2ea579adbed2c4f607d0707a6f00265db79f6 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 14:20:21 +0300 Subject: [PATCH 02/15] taglib ver. bump --- multimedia/misc/taglib/actions.py | 5 +++-- multimedia/misc/taglib/pspec.xml | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/multimedia/misc/taglib/actions.py b/multimedia/misc/taglib/actions.py index 65adbe7a73..0853936215 100644 --- a/multimedia/misc/taglib/actions.py +++ b/multimedia/misc/taglib/actions.py @@ -10,11 +10,12 @@ from pisi.actionsapi import get i = ''.join([ ' -DBUILD_SHARED_LIBS=ON', - ' -DWITH_ZLIB=ON -L ' + ' -DWITH_ZLIB=ON -L ' , + ' -DCMAKE_CXX_FLAGS="%s -DNDEBUG"' ]) def setup(): - cmaketools.configure(i) + cmaketools.configure(i % get.CXXFLAGS()) def build(): cmaketools.make() diff --git a/multimedia/misc/taglib/pspec.xml b/multimedia/misc/taglib/pspec.xml index c16c747b7d..44ae5915a0 100644 --- a/multimedia/misc/taglib/pspec.xml +++ b/multimedia/misc/taglib/pspec.xml @@ -13,7 +13,7 @@ library A library for reading and editing audio meta data. TagLib is a library for reading and editing the meta data of several popular audio formats. - https://taglib.org/releases/taglib-1.13.tar.gz + https://taglib.org/releases/taglib-1.13.1.tar.gz cmake zlib-devel @@ -50,6 +50,13 @@ + + 2024-09-05 + 1.13.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-10-29 1.13 From e52e73832f1842c832a48ea3d8c3c7614dcdd2cd Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 14:23:08 +0300 Subject: [PATCH 03/15] libportal ver. bump --- programming/library/libportal/pspec.xml | 68 ++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/programming/library/libportal/pspec.xml b/programming/library/libportal/pspec.xml index 09a9d20a07..2501a3e7ae 100644 --- a/programming/library/libportal/pspec.xml +++ b/programming/library/libportal/pspec.xml @@ -12,7 +12,7 @@ library GIO-style async APIs for most Flatpak portals. GIO-style async APIs for most Flatpak portals. - https://github.com/flatpak/libportal/releases/download/0.7.1/libportal-0.7.1.tar.xz + https://github.com/flatpak/libportal/releases/download/0.8.1/libportal-0.8.1.tar.xz glib2-devel git @@ -21,6 +21,7 @@ vala gtk3-devel gtk4-devel + qt6-base-devel qt5-base-devel qt5-x11extras-devel glib2-devel @@ -38,6 +39,7 @@ gtk3 gtk4 qt5-base + qt6-base qt5-x11extras @@ -53,6 +55,18 @@ + + libportal-qt6 + + glib2 + qt6-base + libportal + + + /usr/lib/libportal-qt6.so* + + + libportal-docs data:doc @@ -62,6 +76,19 @@ + + libportal-qt5 + + glib2 + qt5-base + libportal + qt5-x11extras + + + /usr/lib/libportal-qt5.so* + + + libportal-devel Development files for libportal @@ -70,6 +97,7 @@ gtk3-devel gtk4-devel qt5-base-devel + qt6-base-devel qt5-x11extras-devel glib2-devel @@ -80,7 +108,45 @@ + + libportal-qt6-devel + Development files for libportal + + libportal-qt6 + libportal-devel + qt6-base-devel + glib2-devel + + + /usr/include/libportal-qt6 + /usr/lib/pkgconfig/libportal-qt6.pc + + + + + libportal-qt5-devel + Development files for libportal + + libportal-qt5 + libportal-devel + qt5-base-devel + qt5-x11extras-devel + glib2-devel + + + /usr/include/libportal-qt5 + /usr/lib/pkgconfig/libportal-qt5.pc + + + + + 2024-09-05 + 0.8.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-05-06 0.7.1 From 0f2e2df817a400bc13a75d20385dc52d60ca74fc Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 14:24:58 +0300 Subject: [PATCH 04/15] nano ver. bump --- editor/nano/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/editor/nano/pspec.xml b/editor/nano/pspec.xml index 48cd676c9f..04db4753b4 100644 --- a/editor/nano/pspec.xml +++ b/editor/nano/pspec.xml @@ -12,7 +12,7 @@ app:console GNU GPL'd Pico clone with more functionality Nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line number". - https://www.nano-editor.org/dist/v8/nano-8.0.tar.xz + https://www.nano-editor.org/dist/v8/nano-8.2.tar.xz groff ncurses-devel @@ -39,6 +39,13 @@ + + 2024-09-06 + 8.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-06-10 8.0 From 1e084f70b5a42d672bd47b46ba3ed271ec85d95a Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 14:33:57 +0300 Subject: [PATCH 05/15] xfsprogs ver. bump --- hardware/disk/xfsprogs/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hardware/disk/xfsprogs/pspec.xml b/hardware/disk/xfsprogs/pspec.xml index 75ac191b44..5563cb7b6e 100644 --- a/hardware/disk/xfsprogs/pspec.xml +++ b/hardware/disk/xfsprogs/pspec.xml @@ -12,7 +12,7 @@ app:console XFS filesystem utilities xfsprogs contains a number of administrative utilities to work with and manage XFS filesystems. - https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.10.0.tar.xz + https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.10.1.tar.xz attr-devel icu4c-devel @@ -63,6 +63,13 @@ + + 2024-09-05 + 6.10.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-30 6.10.0 From c66a02be3a2afece66e2a97afb68b4092c621980 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 14:44:25 +0300 Subject: [PATCH 06/15] plasma-6.1.5 --- desktop/kde6/plasma/kglobalacceld/pspec.xml | 9 ++++++++- desktop/kde6/plasma/kwayland-kf6/pspec.xml | 9 ++++++++- desktop/kde6/plasma/layer-shell-qt-kf6/pspec.xml | 9 ++++++++- desktop/kde6/plasma/oxygen-sounds-kf6/pspec.xml | 9 ++++++++- desktop/kde6/plasma/plasma-activities-kf6/pspec.xml | 9 ++++++++- desktop/kde6/plasma/qqc2-breeze-style/pspec.xml | 9 ++++++++- 6 files changed, 48 insertions(+), 6 deletions(-) diff --git a/desktop/kde6/plasma/kglobalacceld/pspec.xml b/desktop/kde6/plasma/kglobalacceld/pspec.xml index 8b31ee120e..8c3519eac4 100644 --- a/desktop/kde6/plasma/kglobalacceld/pspec.xml +++ b/desktop/kde6/plasma/kglobalacceld/pspec.xml @@ -12,7 +12,7 @@ library Daemon providing Global Keyboard Shortcut (Accelerator) functionality Global Klavye Kısayolu (Hızlandırıcı) işlevselliği sağlayan Daemon - https://download.kde.org/stable/plasma/6.1.4/kglobalacceld-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/kglobalacceld-6.1.5.tar.xz libX11-devel libxcb-devel @@ -76,6 +76,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/kwayland-kf6/pspec.xml b/desktop/kde6/plasma/kwayland-kf6/pspec.xml index feecb49eee..6ab38ea354 100755 --- a/desktop/kde6/plasma/kwayland-kf6/pspec.xml +++ b/desktop/kde6/plasma/kwayland-kf6/pspec.xml @@ -12,7 +12,7 @@ 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/plasma/6.1.4/kwayland-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/kwayland-6.1.5.tar.xz qt6-base-devel qt6-wayland-devel @@ -57,6 +57,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/layer-shell-qt-kf6/pspec.xml b/desktop/kde6/plasma/layer-shell-qt-kf6/pspec.xml index a0b61af73f..3d86abedd2 100644 --- a/desktop/kde6/plasma/layer-shell-qt-kf6/pspec.xml +++ b/desktop/kde6/plasma/layer-shell-qt-kf6/pspec.xml @@ -12,7 +12,7 @@ library Qt component to allow applications to make use of the Wayland wl-layer-shell protocol Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni - https://download.kde.org/stable/plasma/6.1.4/layer-shell-qt-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/layer-shell-qt-6.1.5.tar.xz wayland-devel wayland-client @@ -59,6 +59,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/oxygen-sounds-kf6/pspec.xml b/desktop/kde6/plasma/oxygen-sounds-kf6/pspec.xml index b0226f5878..dabefc8992 100644 --- a/desktop/kde6/plasma/oxygen-sounds-kf6/pspec.xml +++ b/desktop/kde6/plasma/oxygen-sounds-kf6/pspec.xml @@ -12,7 +12,7 @@ library The oxygen-kf6 Sound Theme Oksijen Sesi Teması - https://download.kde.org/stable/plasma/6.1.4/oxygen-sounds-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/oxygen-sounds-6.1.5.tar.xz qt6-base-devel extra-cmake-modules-kf6 @@ -34,6 +34,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-activities-kf6/pspec.xml b/desktop/kde6/plasma/plasma-activities-kf6/pspec.xml index 074fd1229a..382f78f392 100755 --- a/desktop/kde6/plasma/plasma-activities-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-activities-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console Library for KDE's Plasma Activities support plasma-activities-kf6 provides an API for using and interacting with the Plasma Activities Manager. - mirrors://kde/stable/plasma/6.1.4/plasma-activities-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/plasma-activities-6.1.5.tar.xz qt6-base-devel mesa-devel @@ -85,6 +85,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/qqc2-breeze-style/pspec.xml b/desktop/kde6/plasma/qqc2-breeze-style/pspec.xml index 9b4a13831b..47c486d78c 100644 --- a/desktop/kde6/plasma/qqc2-breeze-style/pspec.xml +++ b/desktop/kde6/plasma/qqc2-breeze-style/pspec.xml @@ -13,7 +13,7 @@ Applications useful for Plasma development qqc2-breeze-style Plazma geliştirme için yararlı uygulamalar - https://download.kde.org/stable/plasma/6.1.4/qqc2-breeze-style-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/qqc2-breeze-style-6.1.5.tar.xz qt6-base-devel kconfig-kf6-devel @@ -64,6 +64,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 From 1dd852bbe03809661e86cd87faffa20d5cc9c937 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 14:48:52 +0300 Subject: [PATCH 07/15] plasma-6.1.5 --- desktop/kde6/plasma/kpipewire-kf6/pspec.xml | 11 +++++++++-- desktop/kde6/plasma/libkscreen-kf6/pspec.xml | 11 +++++++++-- desktop/kde6/plasma/libplasma-kf6/pspec.xml | 15 +++++++++++---- .../plasma/plasma-activities-stats-kf6/pspec.xml | 15 +++++++++++---- 4 files changed, 40 insertions(+), 12 deletions(-) diff --git a/desktop/kde6/plasma/kpipewire-kf6/pspec.xml b/desktop/kde6/plasma/kpipewire-kf6/pspec.xml index eaa9c6b789..5af45d0262 100644 --- a/desktop/kde6/plasma/kpipewire-kf6/pspec.xml +++ b/desktop/kde6/plasma/kpipewire-kf6/pspec.xml @@ -13,7 +13,7 @@ Components relating to pipewire use in Plasma kpipewire-kf6 Components relating to pipewire use in Plasma - https://download.kde.org/stable/plasma/6.1.4/kpipewire-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/kpipewire-6.1.5.tar.xz mesa-devel libva-devel @@ -21,7 +21,7 @@ ffmpeg-devel libdrm-devel libepoxy-devel - kwayland-kf6-devel + kwayland-kf6-devel pipewire-devel qt6-base-devel kcoreaddons-kf6-devel @@ -76,6 +76,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/libkscreen-kf6/pspec.xml b/desktop/kde6/plasma/libkscreen-kf6/pspec.xml index 8bd391b3e8..768d2669e0 100755 --- a/desktop/kde6/plasma/libkscreen-kf6/pspec.xml +++ b/desktop/kde6/plasma/libkscreen-kf6/pspec.xml @@ -13,14 +13,14 @@ app:console kde6 screen management library Dynamic display management library for KDE - mirrors://kde/stable/plasma/6.1.4/libkscreen-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/libkscreen-6.1.5.tar.xz qt6-base-devel qt6-wayland-devel libxcb-devel doxygen qt6-linguist - kwayland-kf6-devel + kwayland-kf6-devel xcb-util-devel xcb-util-image-devel xcb-util-keysyms-devel @@ -79,6 +79,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/libplasma-kf6/pspec.xml b/desktop/kde6/plasma/libplasma-kf6/pspec.xml index 5aff560842..9bec8b6861 100755 --- a/desktop/kde6/plasma/libplasma-kf6/pspec.xml +++ b/desktop/kde6/plasma/libplasma-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console Plasma library and runtime components based upon KDE Frameworks 5 and Qt5 Plasma library and runtime components based upon KF5 and Qt5 - mirrors://kde/stable/plasma/6.1.4/libplasma-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/libplasma-6.1.5.tar.xz qt6-base-devel qt6-wayland-devel @@ -31,7 +31,7 @@ kwidgetsaddons-kf6-devel kbookmarks-kf6-devel kcompletion-kf6-devel - plasma-activities-kf6-devel + plasma-activities-kf6-devel kitemviews-kf6-devel kjobwidgets-kf6-devel solid-kf6-devel @@ -52,7 +52,7 @@ kservice-kf6-devel kwindowsystem-kf6-devel kxmlgui-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel qt6-sql-postgresql qt6-sql-mysql qt6-sql-sqlite @@ -84,7 +84,7 @@ ksvg-kf6 kcmutils-kf6 kirigami-kf6 - plasma-activities-kf6 + plasma-activities-kf6 knotifications-kf6 kpackage-kf6 kcoreaddons-kf6 @@ -132,6 +132,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-activities-stats-kf6/pspec.xml b/desktop/kde6/plasma/plasma-activities-stats-kf6/pspec.xml index abe75ece83..b3e80b936d 100755 --- a/desktop/kde6/plasma/plasma-activities-stats-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-activities-stats-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console Library for KDE's Plasma Activities support plasma-activities-kf6 provides an API for using and interacting with the Plasma Activities Manager. - mirrors://kde/stable/plasma/6.1.4/plasma-activities-stats-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/plasma-activities-stats-6.1.5.tar.xz qt6-base-devel boost-devel @@ -22,7 +22,7 @@ qt6-sql-sqlite qt6-sql-odbc kconfig-kf6-devel - plasma-activities-kf6-devel + plasma-activities-kf6-devel extra-cmake-modules-kf6 layer-shell-qt-kf6-devel kscreenlocker-kf6 @@ -132,6 +132,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/ksshaskpass-kf6/pspec.xml b/desktop/kde6/plasma/ksshaskpass-kf6/pspec.xml index 13bf275b95..d87a2d11aa 100755 --- a/desktop/kde6/plasma/ksshaskpass-kf6/pspec.xml +++ b/desktop/kde6/plasma/ksshaskpass-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console ssh-add helper that uses kwallet-kf6 and kpassworddialog ssh-add helper that uses kwallet-kf6 and kpassworddialog - mirrors://kde/stable/plasma/6.1.4/ksshaskpass-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/ksshaskpass-6.1.5.tar.xz qt6-base-devel kdoctools-kf6-devel @@ -53,6 +53,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/kwallet-pam-kf6/pspec.xml b/desktop/kde6/plasma/kwallet-pam-kf6/pspec.xml index e62b5a12a8..251bee943d 100755 --- a/desktop/kde6/plasma/kwallet-pam-kf6/pspec.xml +++ b/desktop/kde6/plasma/kwallet-pam-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console kwallet-kf6 PAM integration. kwallet-kf6 PAM integration. - mirrors://kde/stable/plasma/6.1.4/kwallet-pam-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/kwallet-pam-6.1.5.tar.xz socat pam-devel @@ -41,6 +41,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/kwayland-integration-kf6/pspec.xml b/desktop/kde6/plasma/kwayland-integration-kf6/pspec.xml index 784f32647a..3c1e79cbb2 100755 --- a/desktop/kde6/plasma/kwayland-integration-kf6/pspec.xml +++ b/desktop/kde6/plasma/kwayland-integration-kf6/pspec.xml @@ -12,7 +12,7 @@ library Provides integration plugins for various KDE frameworks for the wayland windowing system Provides integration plugins for various KDE frameworks for the wayland windowing system - mirrors://kde/stable/plasma/6.1.4/kwayland-integration-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/kwayland-integration-6.1.5.tar.xz kguiaddons-devel kwayland-devel @@ -62,6 +62,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/kwrited-kf6/pspec.xml b/desktop/kde6/plasma/kwrited-kf6/pspec.xml index 3f4cde5400..9110669c9b 100755 --- a/desktop/kde6/plasma/kwrited-kf6/pspec.xml +++ b/desktop/kde6/plasma/kwrited-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console kde6 daemon listening for wall and write messages kde6 daemon listening for wall and write messages - mirrors://kde/stable/plasma/6.1.4/kwrited-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/kwrited-6.1.5.tar.xz qt6-base-devel ki18n-kf6-devel @@ -46,6 +46,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/libksysguard-kf6/pspec.xml b/desktop/kde6/plasma/libksysguard-kf6/pspec.xml index ace3ab5da3..737d4ea9db 100755 --- a/desktop/kde6/plasma/libksysguard-kf6/pspec.xml +++ b/desktop/kde6/plasma/libksysguard-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console Task management and system monitoring library Task management and system monitoring library - mirrors://kde/stable/plasma/6.1.4/libksysguard-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/libksysguard-6.1.5.tar.xz qt6-base-devel qt6-webengine-devel @@ -45,7 +45,7 @@ libnl-devel libcap-devel knewstuff-kf6-devel - libplasma-kf6-devel + libplasma-kf6-devel extra-cmake-modules-kf6 attr-devel pam-devel @@ -124,6 +124,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/milou-kf6/pspec.xml b/desktop/kde6/plasma/milou-kf6/pspec.xml index 3121bd757e..b997488455 100755 --- a/desktop/kde6/plasma/milou-kf6/pspec.xml +++ b/desktop/kde6/plasma/milou-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console kded-kf6icated search application built on top of baloo-kf6 Dedicated search application built on top of baloo-kf6 - mirrors://kde/stable/plasma/6.1.4/milou-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/milou-6.1.5.tar.xz qt6-base-devel qt6-declarative-devel @@ -22,7 +22,7 @@ ksvg-kf6-devel ki18n-kf6-devel krunner-kf6-devel - libplasma-kf6-devel + libplasma-kf6-devel kconfig-kf6-devel kservice-kf6-devel kcoreaddons-kf6-devel @@ -55,6 +55,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-nm-kf6/pspec.xml b/desktop/kde6/plasma/plasma-nm-kf6/pspec.xml index a3c9d37bf4..5a314dc783 100755 --- a/desktop/kde6/plasma/plasma-nm-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-nm-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console Plasma applet written in QML for managing network connections Plasma applet written in QML for managing network connections - mirrors://kde/stable/plasma/6.1.4/plasma-nm-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/plasma-nm-6.1.5.tar.xz qt6-base-devel qt6-declarative-devel @@ -46,7 +46,7 @@ mobile-broadband-provider-info extra-cmake-modules-kf6 - libplasma-kf6-devel + libplasma-kf6-devel @@ -112,6 +112,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-pa-kf6/pspec.xml b/desktop/kde6/plasma/plasma-pa-kf6/pspec.xml index e608d2f06b..857465391d 100755 --- a/desktop/kde6/plasma/plasma-pa-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-pa-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console Plasma applet for audio volume management using PulseAudio. Plasma applet for audio volume management using PulseAudio. - mirrors://kde/stable/plasma/6.1.4/plasma-pa-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/plasma-pa-6.1.5.tar.xz ki18n-kf6-devel ksvg-kf6-devel @@ -32,7 +32,7 @@ kirigami-addons-kf6 pulseaudio-libs-devel pulseaudio-qt6-devel - libplasma-kf6-devel + libplasma-kf6-devel sound-theme-freedesktop qt6-base-devel qt6-declarative-devel @@ -74,6 +74,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/pspec.xml b/desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/pspec.xml index 3bab290122..61e6653920 100755 --- a/desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/pspec.xml @@ -14,7 +14,7 @@ app:gui The KDE Plasma Workspace Components The KDE Plasma Workspace Components - mirrors://kde/stable/plasma/6.1.4/plasma-workspace-wallpapers-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/plasma-workspace-wallpapers-6.1.5.tar.xz https://sourceforge.net/projects/pisilinux/files/source/blue.tar.gz https://sourceforge.net/projects/pisilinux/files/source/Sweet-cat.tar.gz https://github.com/prdsmehmetstc/pisi-crocus-ancyrensis/releases/download/v1.0/pisi-crocus-ancyrensis.tar.gz @@ -51,6 +51,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/pspec.xml b/desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/pspec.xml index 130402de28..00f9f9ef02 100755 --- a/desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/pspec.xml +++ b/desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/pspec.xml @@ -14,7 +14,7 @@ app:gui The KDE Plasma Workspace Components The Polkit-KDE-Agent package contains a graphical Polkit authentication agent for the KDE Plasma Desktop. - mirrors://kde/stable/plasma/6.1.4/polkit-kde-agent-1-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/polkit-kde-agent-1-6.1.5.tar.xz qt6-base-devel qt6-declarative-devel @@ -64,6 +64,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/sddm-kcm-kf6/pspec.xml b/desktop/kde6/plasma/sddm-kcm-kf6/pspec.xml index 55a1f5f915..d1899217ff 100755 --- a/desktop/kde6/plasma/sddm-kcm-kf6/pspec.xml +++ b/desktop/kde6/plasma/sddm-kcm-kf6/pspec.xml @@ -13,7 +13,7 @@ desktop.misc kde6 Config Module for SDDM kde6 Config Module for SDDM - mirrors://kde/stable/plasma/6.1.4/sddm-kcm-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/sddm-kcm-6.1.5.tar.xz kcoreaddons-kf6-devel kdoctools-kf6-devel @@ -79,6 +79,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 From 82e401fa4c94f58914a4f0768506074a46b29b1e Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 14:56:15 +0300 Subject: [PATCH 09/15] plasma-6.1.5 --- desktop/kde6/plasma/breeze-kf6/pspec.xml | 17 ++++++++++++----- .../kde6/plasma/kde-gtk-config-kf6/pspec.xml | 11 +++++++++-- desktop/kde6/plasma/ksystemstats-kf6/pspec.xml | 11 +++++++++-- .../plasma/plasma-systemmonitor-kf6/pspec.xml | 9 ++++++++- desktop/kde6/plasma/plasma5-support/pspec.xml | 11 +++++++++-- 5 files changed, 47 insertions(+), 12 deletions(-) diff --git a/desktop/kde6/plasma/breeze-kf6/pspec.xml b/desktop/kde6/plasma/breeze-kf6/pspec.xml index 620d1cc310..c53f335ee1 100755 --- a/desktop/kde6/plasma/breeze-kf6/pspec.xml +++ b/desktop/kde6/plasma/breeze-kf6/pspec.xml @@ -13,13 +13,13 @@ app:console kde6 Plasma artwork Artwork, styles and assets for the breeze-kf6 visual style for the Plasma Desktop - mirrors://kde/stable/plasma/6.1.4/breeze-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/breeze-6.1.5.tar.xz qt6-base-devel qt6-declarative-devel libxcb-devel frameworkintegration-kf6-devel - kdecorations-kf6-devel + kdecorations-kf6-devel kcoreaddons-kf6-devel ki18n-kf6-devel kcmutils-kf6-devel @@ -27,8 +27,8 @@ kconfig-kf6-devel kpackage-kf6-devel kcolorscheme-kf6-devel - kwayland-kf6-devel - libplasma-kf6-devel + kwayland-kf6-devel + libplasma-kf6-devel kconfigwidgets-kf6-devel kwidgetsaddons-kf6-devel extra-cmake-modules-kf6 @@ -78,7 +78,7 @@ kiconthemes-kf6 breeze-icons-kf6 - kdecorations-kf6 + kdecorations-kf6 /usr/bin @@ -212,6 +212,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/kde-gtk-config-kf6/pspec.xml b/desktop/kde6/plasma/kde-gtk-config-kf6/pspec.xml index 3744336641..633d2d9b54 100755 --- a/desktop/kde6/plasma/kde-gtk-config-kf6/pspec.xml +++ b/desktop/kde6/plasma/kde-gtk-config-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console GTK2 and GTK3 Configurator for KDE Configuration dialog to adapt GTK+ applications appearance to your taste under KDE. - mirrors://kde/stable/plasma/6.1.4/kde-gtk-config-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/kde-gtk-config-6.1.5.tar.xz qt6-base-devel qt6-svg-devel @@ -37,7 +37,7 @@ gtk3-devel at-spi2-core-devel extra-cmake-modules-kf6 - kdecorations-kf6-devel + kdecorations-kf6-devel kdbusaddons-kf6-devel kcolorscheme-kf6-devel kwindowsystem-kf6-devel @@ -85,6 +85,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/ksystemstats-kf6/pspec.xml b/desktop/kde6/plasma/ksystemstats-kf6/pspec.xml index e2e9ff43e8..8b3ee2456f 100644 --- a/desktop/kde6/plasma/ksystemstats-kf6/pspec.xml +++ b/desktop/kde6/plasma/ksystemstats-kf6/pspec.xml @@ -12,7 +12,7 @@ library ksystemstats-kf6 is a daemon that collects statistics about the running system ksystemstats-kf6, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır. - https://download.kde.org/stable/plasma/6.1.4/ksystemstats-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/ksystemstats-6.1.5.tar.xz kio-kf6-devel eudev-devel @@ -24,7 +24,7 @@ lm_sensors-devel kcoreaddons-kf6-devel kdbusaddons-kf6-devel - libksysguard-kf6-devel + libksysguard-kf6-devel kiconthemes-kf6-devel libnsl-devel libtirpc-devel @@ -67,6 +67,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-systemmonitor-kf6/pspec.xml b/desktop/kde6/plasma/plasma-systemmonitor-kf6/pspec.xml index 083b381fff..935185635a 100644 --- a/desktop/kde6/plasma/plasma-systemmonitor-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-systemmonitor-kf6/pspec.xml @@ -12,7 +12,7 @@ library An interface for monitoring system sensors, process information and other system resources Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz - https://download.kde.org/stable/plasma/6.1.4/plasma-systemmonitor-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/plasma-systemmonitor-6.1.5.tar.xz cmake libgcc @@ -78,6 +78,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma5-support/pspec.xml b/desktop/kde6/plasma/plasma5-support/pspec.xml index 49be5f9d4d..1fa93a55c6 100644 --- a/desktop/kde6/plasma/plasma5-support/pspec.xml +++ b/desktop/kde6/plasma/plasma5-support/pspec.xml @@ -12,7 +12,7 @@ library Support components for porting from KF5/Qt5 to KF6/Qt6 KF5/Qt5'ten KF6/Qt6'ya geçiş için destek bileşenleri - https://download.kde.org/stable/plasma/6.1.4/plasma5support-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/plasma5support-6.1.5.tar.xz qt6-base-devel qt6-sql-mysql @@ -27,7 +27,7 @@ kcoreaddons-kf6-devel qt6-declarative-devel extra-cmake-modules-kf6 - libksysguard-kf6-devel + libksysguard-kf6-devel polkit-qt6-devel @@ -227,10 +227,10 @@ kwidgetsaddons-kf6 xcb-util-image libplasma-kf6 - plasma-activities-stats-kf6 + plasma-activities-stats-kf6 networkmanager-qt-kf6 appmenu-gtk-module - oxygen-sounds-kf6 + oxygen-sounds-kf6 qt6-base qt6-shadertools qt6-declarative @@ -307,7 +307,7 @@ libXtst-devel kpackage-kf6-devel kservice-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel xcb-util-devel kholidays-kf6-devel @@ -342,16 +342,16 @@ kwidgetsaddons-kf6-devel xcb-util-image-devel kmenuedit-kf6 - libplasma-kf6-devel - plasma-activities-stats-kf6-devel + libplasma-kf6-devel + plasma-activities-stats-kf6-devel networkmanager-qt-kf6-devel - + qt6-base-devel - libkscreen-kf6-devel - libksysguard-kf6-devel + libkscreen-kf6-devel + libksysguard-kf6-devel kwindowsystem-kf6-devel - kscreenlocker-kf6-devel + kscreenlocker-kf6-devel qt6-declarative-devel xcb-util-wm-devel @@ -379,6 +379,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 From faa6eec897add6788bbd1d2203b3a07f40ddef06 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 15:05:52 +0300 Subject: [PATCH 13/15] kwin-6.1.5 --- desktop/kde6/plasma/kde-cli-tools-kf6/pspec.xml | 13 ++++++++++--- .../kde6/plasma/kdeplasma-addons-kf6/pspec.xml | 15 +++++++++++---- desktop/kde6/plasma/oxygen-kf6/pspec.xml | 17 ++++++++++++----- desktop/kde6/plasma/powerdevil-kf6/pspec.xml | 17 ++++++++++++----- .../kde6/plasma/system-settings-kf6/pspec.xml | 15 +++++++++++---- .../plasma/xdg-desktop-portal-kde-kf6/pspec.xml | 15 +++++++++++---- 6 files changed, 67 insertions(+), 25 deletions(-) diff --git a/desktop/kde6/plasma/kde-cli-tools-kf6/pspec.xml b/desktop/kde6/plasma/kde-cli-tools-kf6/pspec.xml index 2047ab9ef1..13cba03387 100755 --- a/desktop/kde6/plasma/kde-cli-tools-kf6/pspec.xml +++ b/desktop/kde6/plasma/kde-cli-tools-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console Additional client tools for KDE applications Tools based on KDE Frameworks 5 to better interact with the system - mirrors://kde/stable/plasma/6.1.4/kde-cli-tools-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/kde-cli-tools-6.1.5.tar.xz qt6-base-devel @@ -42,7 +42,7 @@ docbook-xsl plasma-activities-kf6-devel - plasma-workspace-kf6-devel + plasma-workspace-kf6-devel extra-cmake-modules-kf6 kdeclarative-kf6-devel @@ -70,7 +70,7 @@ kconfig-kf6 kdeclarative-kf6 plasma-activities-kf6 - plasma-workspace-kf6 + plasma-workspace-kf6 /usr/share @@ -88,6 +88,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/kdeplasma-addons-kf6/pspec.xml b/desktop/kde6/plasma/kdeplasma-addons-kf6/pspec.xml index 5884c2ca78..4ab9dfdbee 100755 --- a/desktop/kde6/plasma/kdeplasma-addons-kf6/pspec.xml +++ b/desktop/kde6/plasma/kdeplasma-addons-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console Additional client tools for KDE applications Additional client tools for KDE applications - mirrors://kde/stable/plasma/6.1.4/kdeplasma-addons-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/kdeplasma-addons-6.1.5.tar.xz qt6-base-devel qt6-declarative-devel @@ -37,8 +37,8 @@ kiconthemes-kf6-devel krunner-kf6-devel - libplasma-kf6-devel - plasma-workspace-kf6-devel + libplasma-kf6-devel + plasma-workspace-kf6-devel extra-cmake-modules-kf6 kconfigwidgets-kf6-devel kcoreaddons-kf6-devel @@ -96,7 +96,7 @@ kunitconversion-kf6 plasma-activities-kf6 - plasma-workspace-kf6 + plasma-workspace-kf6 ibus scim-libs xcb-util-keysyms @@ -118,6 +118,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/oxygen-kf6/pspec.xml b/desktop/kde6/plasma/oxygen-kf6/pspec.xml index a42b8e63c8..af3ba2f1f0 100755 --- a/desktop/kde6/plasma/oxygen-kf6/pspec.xml +++ b/desktop/kde6/plasma/oxygen-kf6/pspec.xml @@ -9,7 +9,7 @@ LGPL KDE oxygen-kf6 style KDE oxygen-kf6 style - mirrors://kde/stable/plasma/6.1.4/oxygen-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/oxygen-6.1.5.tar.xz qt6-base-devel qt6-declarative-devel @@ -25,11 +25,11 @@ kwindowsystem-kf6-devel cairo-devel libxcb-devel - kwayland-kf6-devel + kwayland-kf6-devel gtk3-devel kdoctools-kf6-devel - kdecorations-kf6-devel - plasma-workspace-kf6-devel + kdecorations-kf6-devel + plasma-workspace-kf6-devel extra-cmake-modules-kf6 @@ -45,7 +45,7 @@ kguiaddons-kf6 kcompletion-kf6 kcoreaddons-kf6 - kdecorations-kf6 + kdecorations-kf6 kwindowsystem-kf6 kconfigwidgets-kf6 @@ -70,6 +70,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/powerdevil-kf6/pspec.xml b/desktop/kde6/plasma/powerdevil-kf6/pspec.xml index ed22ddb5d2..baef785e13 100755 --- a/desktop/kde6/plasma/powerdevil-kf6/pspec.xml +++ b/desktop/kde6/plasma/powerdevil-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console KDE power manager module KDE Power Management module. Provides kded-kf6 daemon DBus helper and KCM for configuring Power settings - mirrors://kde/stable/plasma/6.1.4/powerdevil-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/powerdevil-6.1.5.tar.xz qt6-base-devel @@ -29,8 +29,8 @@ kglobalaccel-kf6-devel kio-kf6-devel knotifyconfig-kf6-devel - kwayland-kf6-devel - libkscreen-kf6-devel + kwayland-kf6-devel + libkscreen-kf6-devel networkmanager-qt-kf6-devel solid-kf6-devel @@ -38,7 +38,7 @@ kitemmodels-kf6-devel docbook-xsl - plasma-workspace-kf6-devel + plasma-workspace-kf6-devel extra-cmake-modules-kf6 ki18n-kf6-devel bluez-qt-kf6-devel @@ -60,7 +60,7 @@ libgcc libxcb eudev - plasma-workspace-kf6 + plasma-workspace-kf6 kio-kf6 kauth-kf6 kcrash-kf6 @@ -100,6 +100,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/system-settings-kf6/pspec.xml b/desktop/kde6/plasma/system-settings-kf6/pspec.xml index 52d3150d2a..e1800e0877 100755 --- a/desktop/kde6/plasma/system-settings-kf6/pspec.xml +++ b/desktop/kde6/plasma/system-settings-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console kde6 system settings manager system-settings-kf6 is a control panel for kde6 Plasma - mirrors://kde/stable/plasma/6.1.4/systemsettings-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/systemsettings-6.1.5.tar.xz qt6-base-devel qt6-declarative-devel @@ -36,14 +36,14 @@ kcmutils-kf6-devel docbook-xsl plasma-activities-kf6-devel - plasma-activities-stats-kf6-devel + plasma-activities-stats-kf6-devel kirigami-kf6-devel kguiaddons-kf6-devel extra-cmake-modules-kf6 kitemmodels-kf6-devel kcrash-kf6-devel kirigami-addons-kf6 - plasma-workspace-kf6-devel + plasma-workspace-kf6-devel @@ -73,7 +73,7 @@ plasma-activities-kf6 kdeclarative-kf6 kitemmodels-kf6 - plasma-activities-stats-kf6 + plasma-activities-stats-kf6 plasma-workspace-kf6 kirigami-addons-kf6 @@ -119,6 +119,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/pspec.xml b/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/pspec.xml index cc0c4514b1..3e473c51ef 100755 --- a/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/pspec.xml +++ b/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/pspec.xml @@ -12,7 +12,7 @@ library A backend implementation for xdg-desktop-portal using Qt/KF5 A backend implementation for xdg-desktop-portal using Qt/KF5 - https://download.kde.org/stable/plasma/6.1.4/xdg-desktop-portal-kde-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/xdg-desktop-portal-kde-6.1.5.tar.xz extra-cmake-modules-kf6 qt6-base-devel @@ -20,12 +20,12 @@ qt6-declarative-devel kdeclarative-kf6-devel kirigami-kf6-devel - libplasma-kf6-devel - plasma-workspace-kf6-devel + libplasma-kf6-devel + plasma-workspace-kf6-devel kconfig-kf6-devel kcoreaddons-kf6-devel kwidgetsaddons-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel wayland-devel wayland-client wayland-server @@ -81,6 +81,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 From cb461fbea5a70c2355ed75e0a6c9d2fc6791f198 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 15:07:44 +0300 Subject: [PATCH 14/15] plasma-6.1.5 --- desktop/kde6/plasma/kinfocenter-kf6/pspec.xml | 17 ++++++++++---- desktop/kde6/plasma/kmenuedit-kf6/pspec.xml | 9 +++++++- .../plasma-browser-integration-kf6/pspec.xml | 11 +++++++-- .../kde6/plasma/plasma-desktop-kf6/pspec.xml | 23 ++++++++++++------- .../kde6/plasma/plasma-firewall-kf6/pspec.xml | 9 +++++++- .../plasma/plasma-integration-kf6/pspec.xml | 17 ++++++++++---- .../kde6/plasma/plasma-vault-kf6/pspec.xml | 11 +++++++-- .../kde6/plasma/plasma-welcome-kf6/pspec.xml | 11 +++++++-- .../kde6/plasma/plymouth-kcm-kf6/pspec.xml | 9 +++++++- .../kde6/plasma/print-manager-kf6/pspec.xml | 11 +++++++-- 10 files changed, 99 insertions(+), 29 deletions(-) diff --git a/desktop/kde6/plasma/kinfocenter-kf6/pspec.xml b/desktop/kde6/plasma/kinfocenter-kf6/pspec.xml index 4ea7d45a1e..de754c6943 100755 --- a/desktop/kde6/plasma/kinfocenter-kf6/pspec.xml +++ b/desktop/kde6/plasma/kinfocenter-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console kde6 info center kde6 Utility that provides information about a computer system. - mirrors://kde/stable/plasma/6.1.4/kinfocenter-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/kinfocenter-6.1.5.tar.xz qt6-base-devel qt6-declarative-devel @@ -40,17 +40,17 @@ mesa-glu-devel mesa-devel pciutils-devel - kpipewire-kf6-devel - libplasma-kf6-devel + kpipewire-kf6-devel + libplasma-kf6-devel solid-kf6-devel kitemmodels-kf6-devel kunitconversion-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel docbook-xsl extra-cmake-modules-kf6 kirigami-kf6-devel libglvnd-devel - system-settings-kf6 + system-settings-kf6 vulkan-tools wayland-utils util-linux @@ -123,6 +123,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/kmenuedit-kf6/pspec.xml b/desktop/kde6/plasma/kmenuedit-kf6/pspec.xml index 5418e0cbc6..071dc5c974 100755 --- a/desktop/kde6/plasma/kmenuedit-kf6/pspec.xml +++ b/desktop/kde6/plasma/kmenuedit-kf6/pspec.xml @@ -13,7 +13,7 @@ app:console Provides the interface and basic tools for the KDE workspace Provides the interface and basic tools for the KDE workspace - mirrors://kde/stable/plasma/6.1.4/kmenuedit-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/kmenuedit-6.1.5.tar.xz qt6-base-devel kdoctools-kf6-devel @@ -74,6 +74,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-browser-integration-kf6/pspec.xml b/desktop/kde6/plasma/plasma-browser-integration-kf6/pspec.xml index 563a9c24c8..c2c1484b4d 100644 --- a/desktop/kde6/plasma/plasma-browser-integration-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-browser-integration-kf6/pspec.xml @@ -12,7 +12,7 @@ app Plasma browser integration Components necessary to integrate browsers into the Plasma Desktop. - https://download.kde.org/stable/plasma/6.1.4/plasma-browser-integration-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/plasma-browser-integration-6.1.5.tar.xz cmake extra-cmake-modules-kf6 @@ -30,7 +30,7 @@ knotifications-kf6-devel kfilemetadata-kf6-devel kitemmodels-kf6-devel - plasma-workspace-kf6-devel + plasma-workspace-kf6-devel kjobwidgets-kf6-devel kstatusnotifieritem-kf6-devel qt6-declarative-devel @@ -67,6 +67,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-desktop-kf6/pspec.xml b/desktop/kde6/plasma/plasma-desktop-kf6/pspec.xml index e87cb5cce2..72908bd837 100755 --- a/desktop/kde6/plasma/plasma-desktop-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-desktop-kf6/pspec.xml @@ -14,12 +14,12 @@ app:console kde6 plasma workspace This package contains the basic packages for a Plasma workspace. - mirrors://kde/stable/plasma/6.1.4/plasma-desktop-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/plasma-desktop-6.1.5.tar.xz kio-kf6-devel scim-libs scim-devel - kwin-kf6-devel + kwin-kf6-devel ibus-devel kauth-kf6-devel ki18n-kf6-devel @@ -56,7 +56,7 @@ kdbusaddons-kf6-devel qt6-wayland-devel xorg-server-devel - plasma-activities-kf6-devel + plasma-activities-kf6-devel qt6-sql-postgresql kglobalaccel-kf6-devel kdeclarative-kf6-devel @@ -73,18 +73,18 @@ libaccounts-qt6-devel qt6-declarative-devel pulseaudio-libs-devel - plasma-workspace-kf6-devel + plasma-workspace-kf6-devel xorg-input-evdev-devel - libplasma-kf6-devel + libplasma-kf6-devel xcb-util-keysyms-devel libaccounts-glib-devel - plasma-activities-stats-kf6-devel + plasma-activities-stats-kf6-devel wayland-protocols-devel xorg-input-libinput-devel signon-plugin-oauth2-devel xorg-input-synaptics-devel kdoctools-kf6-devel - plasma5-support-devel + plasma5-support-devel kded-kf6-devel libsdl2-devel icu4c-devel @@ -155,7 +155,7 @@ libplasma-kf6 plasma-workspace-kf6 xcb-util-keysyms - plasma-activities-stats-kf6 + plasma-activities-stats-kf6 qqc2-desktop-style-kf6 ksvg-kf6 kdoctools-kf6 @@ -178,6 +178,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-firewall-kf6/pspec.xml b/desktop/kde6/plasma/plasma-firewall-kf6/pspec.xml index 182b54cfba..7bf6761f58 100644 --- a/desktop/kde6/plasma/plasma-firewall-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-firewall-kf6/pspec.xml @@ -12,7 +12,7 @@ library Control Panel for your system firewall Sistem güvenlik duvarınız için Kontrol Paneli - https://download.kde.org/stable/plasma/6.1.4/plasma-firewall-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/plasma-firewall-6.1.5.tar.xz ufw kauth-kf6-devel @@ -60,6 +60,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-integration-kf6/pspec.xml b/desktop/kde6/plasma/plasma-integration-kf6/pspec.xml index 914ba1d716..5ab4089495 100755 --- a/desktop/kde6/plasma/plasma-integration-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-integration-kf6/pspec.xml @@ -13,21 +13,21 @@ app:console kde6 Plasma artwork Artwork, styles and assets for the breeze-kf6 visual style for the Plasma Desktop - mirrors://kde/stable/plasma/6.1.4/plasma-integration-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/plasma-integration-6.1.5.tar.xz qt6-base-devel qt6-declarative-devel kxmlgui-kf6-devel libxcb-devel noto-fonts - breeze-style-kf6 + breeze-style-kf6 libXcursor-devel kcompletion-kf6-devel kcoreaddons-kf6-devel ki18n-kf6-devel kiconthemes-kf6-devel - kwayland-kf6-devel - qqc2-breeze-style-devel + kwayland-kf6-devel + qqc2-breeze-style-devel kconfig-kf6-devel kguiaddons-kf6-devel kio-kf6-devel @@ -100,7 +100,7 @@ kwidgetsaddons-kf6 knotifications-kf6 kjobwidgets-kf6 - breeze-style-kf6 + breeze-style-kf6 libgcc libxcb wayland-client @@ -162,6 +162,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-vault-kf6/pspec.xml b/desktop/kde6/plasma/plasma-vault-kf6/pspec.xml index 8d20433a31..ab550d1018 100755 --- a/desktop/kde6/plasma/plasma-vault-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-vault-kf6/pspec.xml @@ -12,7 +12,7 @@ library Plasma applet and services for creating encrypted vaults Şifreli kasaları oluşturmak için kullanılan plazma uygulaması ve hizmetleri - https://download.kde.org/stable/plasma/6.1.4/plasma-vault-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/plasma-vault-6.1.5.tar.xz extra-cmake-modules-kf6 qt6-base-devel @@ -25,7 +25,7 @@ kdbusaddons-kf6-devel kconfig-kf6-devel kcoreaddons-kf6-devel - libplasma-kf6-devel + libplasma-kf6-devel kio-kf6-devel ki18n-kf6-devel encfs @@ -67,6 +67,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plasma-welcome-kf6/pspec.xml b/desktop/kde6/plasma/plasma-welcome-kf6/pspec.xml index edfe872c7f..3eaabb5857 100644 --- a/desktop/kde6/plasma/plasma-welcome-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-welcome-kf6/pspec.xml @@ -12,7 +12,7 @@ library A friendly onboarding wizard for Plasma Plazma için arkadaş canlısı bir yerleştirme sihirbazı - https://download.kde.org/stable/plasma/6.1.4/plasma-welcome-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/plasma-welcome-6.1.5.tar.xz kio-kf6-devel ki18n-kf6-devel @@ -30,7 +30,7 @@ kuserfeedback-kf6-devel kwindowsystem-kf6-devel knotifications-kf6-devel - libplasma-kf6-devel + libplasma-kf6-devel qt6-declarative-devel kaccounts-integration-kf6-devel extra-cmake-modules-kf6 @@ -74,6 +74,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/plymouth-kcm-kf6/pspec.xml b/desktop/kde6/plasma/plymouth-kcm-kf6/pspec.xml index 61bc6844cc..d3ba424291 100644 --- a/desktop/kde6/plasma/plymouth-kcm-kf6/pspec.xml +++ b/desktop/kde6/plasma/plymouth-kcm-kf6/pspec.xml @@ -13,7 +13,7 @@ KCM to manage the Plymouth (Boot) theme plymouth-kcm-kf6 KCM, Plymouth (Boot) temasını yönetecek - https://download.kde.org/stable/plasma/6.1.4/plymouth-kcm-6.1.4.tar.xz + https://download.kde.org/stable/plasma/6.1.5/plymouth-kcm-6.1.5.tar.xz kio-kf6-devel kauth-kf6-devel @@ -61,6 +61,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 diff --git a/desktop/kde6/plasma/print-manager-kf6/pspec.xml b/desktop/kde6/plasma/print-manager-kf6/pspec.xml index df2754739c..b6a9104cc7 100755 --- a/desktop/kde6/plasma/print-manager-kf6/pspec.xml +++ b/desktop/kde6/plasma/print-manager-kf6/pspec.xml @@ -14,7 +14,7 @@ desktop.kde.utils KDE print manager KDE print tool. - mirrors://kde/stable/plasma/6.1.4/print-manager-6.1.4.tar.xz + mirrors://kde/stable/plasma/6.1.5/print-manager-6.1.5.tar.xz kdoctools-kf6-devel extra-cmake-modules-kf6 @@ -37,7 +37,7 @@ qt6-declarative-devel kcmutils-kf6-devel packagekit-qt6-devel - libplasma-kf6-devel + libplasma-kf6-devel @@ -73,6 +73,13 @@ + + 2024-09-10 + 6.1.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-06 6.1.4 From 2d3332fac0ba3384245e507dfbe16aeb8eea630c Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Sep 2024 19:03:06 +0300 Subject: [PATCH 15/15] plasma-6.1.5 --- desktop/kde6/plasma/plasma-integration-kf6/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/kde6/plasma/plasma-integration-kf6/pspec.xml b/desktop/kde6/plasma/plasma-integration-kf6/pspec.xml index 5ab4089495..1d1ee7507b 100755 --- a/desktop/kde6/plasma/plasma-integration-kf6/pspec.xml +++ b/desktop/kde6/plasma/plasma-integration-kf6/pspec.xml @@ -53,7 +53,7 @@ kservice-kf6-devel kcolorscheme-kf6-devel kstatusnotifieritem-kf6-devel - xdg-desktop-portal-kde-kf6 + xdg-desktop-portal-kde-kf6 qt5-base-devel