diff --git a/desktop/kde/plasma/kinfocenter/pspec.xml b/desktop/kde/plasma/kinfocenter/pspec.xml
index c9b3da799f..117f9a7c1d 100755
--- a/desktop/kde/plasma/kinfocenter/pspec.xml
+++ b/desktop/kde/plasma/kinfocenter/pspec.xml
@@ -13,7 +13,7 @@
app:console
KDE5 info center
KDE5 Utility that provides information about a computer system.
- mirrors://kde/stable/plasma/5.25.5/kinfocenter-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kinfocenter-5.26.2.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -52,7 +52,7 @@
extra-cmake-modules
kirigami-devel
libglvnd-devel
- system-settings
+ system-settings
vulkan-tools
wayland-utils
util-linux
@@ -122,6 +122,13 @@
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
diff --git a/desktop/kde/plasma/kmenuedit/pspec.xml b/desktop/kde/plasma/kmenuedit/pspec.xml
index af641bb362..2283670734 100755
--- a/desktop/kde/plasma/kmenuedit/pspec.xml
+++ b/desktop/kde/plasma/kmenuedit/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/5.25.5/kmenuedit-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kmenuedit-5.26.2.tar.xz
qt5-base-devel
kdoctools-devel
@@ -36,7 +36,7 @@
kunitconversion-devel
kemoticons-devel
docbook-xsl
- khotkeys
+ khotkeys
extra-cmake-modules
kitemviews-devel
@@ -76,6 +76,13 @@
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
diff --git a/desktop/kde/plasma/ksystemstats/pspec.xml b/desktop/kde/plasma/ksystemstats/pspec.xml
index 221490c171..83d620ccaf 100644
--- a/desktop/kde/plasma/ksystemstats/pspec.xml
+++ b/desktop/kde/plasma/ksystemstats/pspec.xml
@@ -12,7 +12,7 @@
library
KSystemStats is a daemon that collects statistics about the running system
KSystemStats, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır.
- https://download.kde.org/stable/plasma/5.25.5/ksystemstats-5.25.5.tar.xz
+ https://download.kde.org/stable/plasma/5.26.2/ksystemstats-5.26.2.tar.xz
kio-devel
eudev-devel
@@ -24,7 +24,7 @@
lm_sensors-devel
kcoreaddons-devel
kdbusaddons-devel
- libksysguard-devel
+ libksysguard-devel
kiconthemes-devel
libnsl-devel
libtirpc-devel
@@ -67,6 +67,13 @@
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
diff --git a/desktop/kde/plasma/plasma-bigscreen/actions.py b/desktop/kde/plasma/plasma-bigscreen/actions.py
new file mode 100644
index 0000000000..434ac22059
--- /dev/null
+++ b/desktop/kde/plasma/plasma-bigscreen/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde/plasma/plasma-bigscreen/pspec.xml b/desktop/kde/plasma/plasma-bigscreen/pspec.xml
new file mode 100644
index 0000000000..f50877d1ff
--- /dev/null
+++ b/desktop/kde/plasma/plasma-bigscreen/pspec.xml
@@ -0,0 +1,87 @@
+
+
+
+
+ plasma-bigscreen
+ https://plasma-bigscreen.org/
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ Plasma shell for TVs
+ TV'ler için plazma kabuğu
+ https://download.kde.org/stable/plasma/5.26.2/plasma-bigscreen-5.26.2.tar.xz
+
+ kio-devel
+ ki18n-devel
+ kconfig-devel
+ kservice-devel
+ qt5-base-devel
+ kactivities-devel
+ kcoreaddons-devel
+ kdeclarative-devel
+ kconfigwidgets-devel
+ knotifications-devel
+ qt5-declarative-devel
+ plasma-framework-devel
+ extra-cmake-modules
+ aura-browser
+ plank-player
+ plasma-remotecontrollers
+ plasma-workspace-devel
+
+
+
+
+
+ plasma-bigscreen
+
+ kio
+ ki18n
+ kconfig
+ kservice
+ qt5-base
+ kactivities
+ kcoreaddons
+ kdeclarative
+ kconfigwidgets
+ knotifications
+ qt5-declarative
+ plasma-framework
+ aura-browser
+ plank-player
+ plasma-workspace
+ plasma-remotecontrollers
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/kpackage
+ /usr/share/kservices5
+ /usr/share/metainfo
+ /usr/share/plasma
+ /usr/share/sounds
+ /usr/share/wayland-sessions
+ /usr/share/xsessions
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+
+
+ 2022-10-28
+ 5.26.2
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
diff --git a/desktop/kde/plasma/plasma-bigscreen/translations.xml b/desktop/kde/plasma/plasma-bigscreen/translations.xml
new file mode 100644
index 0000000000..ec576cd4fe
--- /dev/null
+++ b/desktop/kde/plasma/plasma-bigscreen/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ plasma-bigscreen
+ Plasma shell for TVs
+ TV'ler için plazma kabuğu
+
+
diff --git a/desktop/kde/plasma/plasma-browser-integration/pspec.xml b/desktop/kde/plasma/plasma-browser-integration/pspec.xml
index 198591a68e..101cb97ba8 100644
--- a/desktop/kde/plasma/plasma-browser-integration/pspec.xml
+++ b/desktop/kde/plasma/plasma-browser-integration/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/5.25.5/plasma-browser-integration-5.25.5.tar.xz
+ https://download.kde.org/stable/plasma/5.26.2/plasma-browser-integration-5.26.2.tar.xz
cmake
extra-cmake-modules
@@ -30,7 +30,7 @@
knotifications-devel
kfilemetadata-devel
kitemmodels-devel
- plasma-workspace-devel
+ plasma-workspace-devel
qt5-quickcontrols2-devel
qt5-declarative-devel
@@ -64,6 +64,13 @@
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
diff --git a/desktop/kde/plasma/plasma-desktop/pspec.xml b/desktop/kde/plasma/plasma-desktop/pspec.xml
index f90286ad40..6679a1b7a8 100755
--- a/desktop/kde/plasma/plasma-desktop/pspec.xml
+++ b/desktop/kde/plasma/plasma-desktop/pspec.xml
@@ -13,11 +13,11 @@
app:console
KDE5 plasma workspace
This package contains the basic packages for a Plasma workspace.
- mirrors://kde/stable/plasma/5.25.5/plasma-desktop-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/plasma-desktop-5.26.2.tar.xz
qt5-base-devel
boost-devel
- breeze-style
+ breeze-style
kdoctools-devel
kactivities-stats-devel
kio-devel
@@ -30,7 +30,7 @@
kscreenlocker-devel
kinit-devel
kunitconversion-devel
- kwin-devel
+ kwin-devel
libX11-devel
libXft-devel
libxkbfile-devel
@@ -45,9 +45,9 @@
xorg-input-synaptics-devel
pulseaudio-libs-devel
fontconfig-devel
- plasma-workspace-devel
+ plasma-workspace-devel
plasma-framework-devel
-
+
xorg-app-devel
xkeyboard-config
baloo-devel
@@ -153,7 +153,7 @@
libXi
libxkbfile
plasma-framework
- plasma-workspace
+ plasma-workspace
libcanberra
pulseaudio-libs
xkeyboard-config
@@ -165,7 +165,7 @@
solid
sonnet
qt5-sql-sqlite
- system-settings
+ system-settings
ibus
glib2
scim-libs
@@ -195,6 +195,13 @@
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
diff --git a/desktop/kde/plasma/plasma-vault/pspec.xml b/desktop/kde/plasma/plasma-vault/pspec.xml
index d2644e2b3f..7cbb54f774 100755
--- a/desktop/kde/plasma/plasma-vault/pspec.xml
+++ b/desktop/kde/plasma/plasma-vault/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/5.25.5/plasma-vault-5.25.5.tar.xz
+ https://download.kde.org/stable/plasma/5.26.2/plasma-vault-5.26.2.tar.xz
extra-cmake-modules
qt5-base-devel
@@ -65,6 +65,13 @@
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
diff --git a/pisi-index.xml b/pisi-index.xml
index 3f5d24439e..c9cc1142c9 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -145758,7 +145758,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
Provides the interface and basic tools for the KDE workspace
Provides the interface and basic tools for the KDE workspace
- mirrors://kde/stable/plasma/5.25.5/kmenuedit-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kmenuedit-5.26.2.tar.xz
qt5-base-devel
kdoctools-devel
@@ -145781,7 +145781,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kunitconversion-devel
kemoticons-devel
docbook-xsl
- khotkeys
+ khotkeys
extra-cmake-modules
kitemviews-devel
@@ -145820,6 +145820,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
@@ -147010,7 +147017,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
Plasma browser integration
Components necessary to integrate browsers into the Plasma Desktop.
- https://download.kde.org/stable/plasma/5.25.5/plasma-browser-integration-5.25.5.tar.xz
+ https://download.kde.org/stable/plasma/5.26.2/plasma-browser-integration-5.26.2.tar.xz
cmake
extra-cmake-modules
@@ -147028,7 +147035,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
knotifications-devel
kfilemetadata-devel
kitemmodels-devel
- plasma-workspace-devel
+ plasma-workspace-devel
qt5-quickcontrols2-devel
qt5-declarative-devel
@@ -147061,6 +147068,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
@@ -148833,6 +148847,87 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ plasma-bigscreen
+ https://plasma-bigscreen.org/
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ desktop.kde.plasma
+ Plasma shell for TVs
+ Plasma shell for TVs
+ TV'ler için plazma kabuğu
+ TV'ler için plazma kabuğu
+ https://download.kde.org/stable/plasma/5.26.2/plasma-bigscreen-5.26.2.tar.xz
+
+ kio-devel
+ ki18n-devel
+ kconfig-devel
+ kservice-devel
+ qt5-base-devel
+ kactivities-devel
+ kcoreaddons-devel
+ kdeclarative-devel
+ kconfigwidgets-devel
+ knotifications-devel
+ qt5-declarative-devel
+ plasma-framework-devel
+ extra-cmake-modules
+ aura-browser
+ plank-player
+ plasma-remotecontrollers
+ plasma-workspace-devel
+
+ desktop/kde/plasma/plasma-bigscreen/pspec.xml
+
+
+ plasma-bigscreen
+
+ kio
+ ki18n
+ kconfig
+ kservice
+ qt5-base
+ kactivities
+ kcoreaddons
+ kdeclarative
+ kconfigwidgets
+ knotifications
+ qt5-declarative
+ plasma-framework
+ aura-browser
+ plank-player
+ plasma-workspace
+ plasma-remotecontrollers
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/kpackage
+ /usr/share/kservices5
+ /usr/share/metainfo
+ /usr/share/plasma
+ /usr/share/sounds
+ /usr/share/wayland-sessions
+ /usr/share/xsessions
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+
+ 2022-10-28
+ 5.26.2
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
plasma-workspace
@@ -149680,11 +149775,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
KDE5 plasma workspace
This package contains the basic packages for a Plasma workspace.
- mirrors://kde/stable/plasma/5.25.5/plasma-desktop-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/plasma-desktop-5.26.2.tar.xz
qt5-base-devel
boost-devel
- breeze-style
+ breeze-style
kdoctools-devel
kactivities-stats-devel
kio-devel
@@ -149697,7 +149792,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kscreenlocker-devel
kinit-devel
kunitconversion-devel
- kwin-devel
+ kwin-devel
libX11-devel
libXft-devel
libxkbfile-devel
@@ -149712,7 +149807,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
xorg-input-synaptics-devel
pulseaudio-libs-devel
fontconfig-devel
- plasma-workspace-devel
+ plasma-workspace-devel
plasma-framework-devel
xorg-app-devel
xkeyboard-config
@@ -149816,7 +149911,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libXi
libxkbfile
plasma-framework
- plasma-workspace
+ plasma-workspace
libcanberra
pulseaudio-libs
xkeyboard-config
@@ -149828,7 +149923,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
solid
sonnet
qt5-sql-sqlite
- system-settings
+ system-settings
ibus
glib2
scim-libs
@@ -149857,6 +149952,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
@@ -154070,7 +154172,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
KDE5 info center
KDE5 Utility that provides information about a computer system.
- mirrors://kde/stable/plasma/5.25.5/kinfocenter-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kinfocenter-5.26.2.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -154108,7 +154210,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
extra-cmake-modules
kirigami-devel
libglvnd-devel
- system-settings
+ system-settings
vulkan-tools
wayland-utils
util-linux
@@ -154177,6 +154279,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
@@ -154642,7 +154751,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
KSystemStats is a daemon that collects statistics about the running system
KSystemStats, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır.
KSystemStats, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır.
- https://download.kde.org/stable/plasma/5.25.5/ksystemstats-5.25.5.tar.xz
+ https://download.kde.org/stable/plasma/5.26.2/ksystemstats-5.26.2.tar.xz
kio-devel
eudev-devel
@@ -154654,7 +154763,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
lm_sensors-devel
kcoreaddons-devel
kdbusaddons-devel
- libksysguard-devel
+ libksysguard-devel
kiconthemes-devel
libnsl-devel
libtirpc-devel
@@ -154689,6 +154798,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
@@ -161196,7 +161312,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Plasma applet and services for creating encrypted vaults
Şifreli kasaları oluşturmak için kullanılan plazma uygulaması ve hizmetleri
Şifreli kasaları oluşturmak için kullanılan plazma uygulaması ve hizmetleri
- https://download.kde.org/stable/plasma/5.25.5/plasma-vault-5.25.5.tar.xz
+ https://download.kde.org/stable/plasma/5.26.2/plasma-vault-5.26.2.tar.xz
extra-cmake-modules
qt5-base-devel
@@ -161250,6 +161366,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 9531d75070..a71fe9bc75 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-8b3690ae358b918cb073ad9878ac17b6bb09d2ca
\ No newline at end of file
+7980aa1ec598240e3fc48e4b02118c65aeba1d78
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 0f50f79520..4c8ec0cf41 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 8ebd3eb34e..88c468e73d 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-9499ab96f5e857b1011df711a76ba0b76380c83b
\ No newline at end of file
+f210941027096855a1a726941731eb350e7e47b2
\ No newline at end of file