diff --git a/desktop/kde/plasma/kde-cli-tools/pspec.xml b/desktop/kde/plasma/kde-cli-tools/pspec.xml
index da023c1211..3565ca6562 100755
--- a/desktop/kde/plasma/kde-cli-tools/pspec.xml
+++ b/desktop/kde/plasma/kde-cli-tools/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/5.25.5/kde-cli-tools-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kde-cli-tools-5.26.2.tar.xz
qt5-base-devel
qt5-x11extras-devel
@@ -42,7 +42,7 @@
kdesignerplugin
docbook-xsl
kactivities-devel
- plasma-workspace-devel
+ plasma-workspace-devel
extra-cmake-modules
kdeclarative-devel
@@ -70,7 +70,7 @@
kconfig
kdeclarative
kactivities
- plasma-workspace
+ plasma-workspace
/usr/share
@@ -88,6 +88,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/kdeplasma-addons/pspec.xml b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
index ce29623c20..da9c808384 100755
--- a/desktop/kde/plasma/kdeplasma-addons/pspec.xml
+++ b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
@@ -13,7 +13,7 @@
app:console
Additional client tools for KDE applications
Additional client tools for KDE applications
- mirrors://kde/stable/plasma/5.25.5/kdeplasma-addons-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kdeplasma-addons-5.26.2.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -40,7 +40,7 @@
krunner-devel
plasma-framework-devel
- plasma-workspace-devel
+ plasma-workspace-devel
extra-cmake-modules
kconfigwidgets-devel
kcoreaddons-devel
@@ -95,7 +95,7 @@
kunitconversion
kactivities
- plasma-workspace
+ plasma-workspace
ibus
scim-libs
xcb-util-keysyms
@@ -114,6 +114,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/khotkeys/pspec.xml b/desktop/kde/plasma/khotkeys/pspec.xml
index bd7ec65936..477691b602 100755
--- a/desktop/kde/plasma/khotkeys/pspec.xml
+++ b/desktop/kde/plasma/khotkeys/pspec.xml
@@ -13,7 +13,7 @@
app:console
KDE5 hotkey daemon
KDE hotkey daemon module allows you to configure custom keyboard shortcuts and mouse gestures.
- mirrors://kde/stable/plasma/5.25.5/khotkeys-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/khotkeys-5.26.2.tar.xz
libX11-devel
qt5-base-devel
@@ -42,7 +42,7 @@
kinit-devel
kunitconversion-devel
plasma-framework-devel
- plasma-workspace-devel
+ plasma-workspace-devel
libXtst-devel
docbook-xsl
kjobwidgets-devel
@@ -73,7 +73,7 @@
kxmlgui
libXtst
kjobwidgets
- plasma-workspace
+ plasma-workspace
/usr/share
@@ -87,6 +87,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/oxygen/pspec.xml b/desktop/kde/plasma/oxygen/pspec.xml
index 3ce55b3577..0bfca3ebf5 100755
--- a/desktop/kde/plasma/oxygen/pspec.xml
+++ b/desktop/kde/plasma/oxygen/pspec.xml
@@ -9,7 +9,7 @@
LGPL
KDE Oxygen style
KDE Oxygen style
- mirrors://kde/stable/plasma/5.25.5/oxygen-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/oxygen-5.26.2.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -28,8 +28,8 @@
kwayland-devel
gtk3-devel
kdoctools-devel
- kdecorations-devel
- plasma-workspace-devel
+ kdecorations-devel
+ plasma-workspace-devel
extra-cmake-modules
@@ -45,7 +45,7 @@
kguiaddons
kcompletion
kcoreaddons
- kdecorations
+ kdecorations
kwindowsystem
qt5-x11extras
kconfigwidgets
@@ -68,6 +68,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-remotecontrollers/actions.py b/desktop/kde/plasma/plasma-remotecontrollers/actions.py
new file mode 100644
index 0000000000..434ac22059
--- /dev/null
+++ b/desktop/kde/plasma/plasma-remotecontrollers/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-remotecontrollers/pspec.xml b/desktop/kde/plasma/plasma-remotecontrollers/pspec.xml
new file mode 100644
index 0000000000..bad50719c5
--- /dev/null
+++ b/desktop/kde/plasma/plasma-remotecontrollers/pspec.xml
@@ -0,0 +1,80 @@
+
+
+
+
+ plasma-remotecontrollers
+ https://plasma-bigscreen.org/
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ Translate various input device events into keyboard and pointer events
+ Çeşitli giriş aygıtı olaylarını klavye ve işaretçi olaylarına çevirin
+ https://download.kde.org/stable/plasma/5.26.2/plasma-remotecontrollers-5.26.2.tar.xz
+
+ ki18n-devel
+ solid-devel
+ kconfig-devel
+ libevdev-devel
+ qt5-base-devel
+ kcoreaddons-devel
+ qt5-wayland-devel
+ kdeclarative-devel
+ knotifications-devel
+ wayland-client
+ qt5-declarative-devel
+ extra-cmake-modules
+ plasma-workspace-devel
+
+
+
+
+
+ plasma-remotecontrollers
+
+ ki18n
+ solid
+ kconfig
+ libevdev
+ qt5-base
+ kcoreaddons
+ qt5-wayland
+ kdeclarative
+ knotifications
+ wayland-client
+ qt5-declarative
+ plasma-workspace
+
+
+ /usr/bin
+ /etc
+ /usr/lib
+ /usr/share/applications
+ /usr/share/dbus-1
+ /usr/share/knotifications5
+ /usr/share/kpackage
+ /usr/share/kservices5
+ /usr/share/qlogging-categories5
+ /usr/share/locale
+ /usr/share/metainfo
+ /usr/share/doc
+
+
+
+
+
+ 2022-10-29
+ 5.26.2
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
diff --git a/desktop/kde/plasma/plasma-remotecontrollers/translations.xml b/desktop/kde/plasma/plasma-remotecontrollers/translations.xml
new file mode 100644
index 0000000000..d0422ac596
--- /dev/null
+++ b/desktop/kde/plasma/plasma-remotecontrollers/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ plasma-remotecontrollers
+ Translate various input device events into keyboard and pointer events
+ Çeşitli giriş aygıtı olaylarını klavye ve işaretçi olaylarına çevirin
+
+
diff --git a/desktop/kde/plasma/powerdevil/pspec.xml b/desktop/kde/plasma/powerdevil/pspec.xml
index 2d1ed3a484..10bd7533a8 100755
--- a/desktop/kde/plasma/powerdevil/pspec.xml
+++ b/desktop/kde/plasma/powerdevil/pspec.xml
@@ -13,7 +13,7 @@
app:console
KDE power manager module
KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings
- mirrors://kde/stable/plasma/5.25.5/powerdevil-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/powerdevil-5.26.2.tar.xz
qt5-base-devel
qt5-x11extras-devel
@@ -39,7 +39,7 @@
kitemmodels-devel
kemoticons-devel
docbook-xsl
- plasma-workspace-devel
+ plasma-workspace-devel
extra-cmake-modules
ki18n-devel
bluez-qt-devel
@@ -60,7 +60,7 @@
libgcc
libxcb
eudev
- plasma-workspace
+ plasma-workspace
kio
kauth
kcrash
@@ -99,6 +99,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/system-settings/pspec.xml b/desktop/kde/plasma/system-settings/pspec.xml
index a0b0c59d8a..920a9dd96f 100755
--- a/desktop/kde/plasma/system-settings/pspec.xml
+++ b/desktop/kde/plasma/system-settings/pspec.xml
@@ -13,7 +13,7 @@
app:console
KDE5 system settings manager
System-settings is a control panel for KDE5 Plasma
- mirrors://kde/stable/plasma/5.25.5/systemsettings-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/systemsettings-5.26.2.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -43,7 +43,7 @@
extra-cmake-modules
kitemmodels-devel
kcrash-devel
- plasma-workspace-devel
+ plasma-workspace-devel
@@ -118,6 +118,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 50ab74c59e..3f5d24439e 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -145220,7 +145220,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
GTK2 and GTK3 Configurator for KDE
Configuration dialog to adapt GTK+ applications appearance to your taste under KDE.
- mirrors://kde/stable/plasma/5.25.5/kde-gtk-config-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kde-gtk-config-5.26.2.tar.xz
qt5-base-devel
qt5-svg-devel
@@ -145244,7 +145244,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
gtk3-devel
at-spi2-core-devel
extra-cmake-modules
- kdecorations-devel
+ kdecorations-devel
kdbusaddons-devel
@@ -145287,6 +145287,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
@@ -146280,6 +146287,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Oksijen Sesi Teması
https://download.kde.org/stable/plasma/5.26.2/oxygen-sounds-5.26.2.tar.xz
+ qt5-base-devel
extra-cmake-modules
desktop/kde/plasma/oxygen-sounds/pspec.xml
@@ -146315,7 +146323,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
KDE5 window manager
KWin is the window manager of the K desktop environment.
- mirrors://kde/stable/plasma/5.25.5/kwin-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kwin-5.26.2.1.tar.xz
hwdata
kactivities-devel
@@ -146327,7 +146335,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kcoreaddons-devel
kcrash-devel
kdeclarative-devel
- kdecorations-devel
+ kdecorations-devel
kdoctools-devel
kglobalaccel-devel
ki18n-devel
@@ -146344,7 +146352,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kwindowsystem-devel
kxmlgui-devel
kidletime-devel
- kscreenlocker-devel
+ kscreenlocker-devel
libepoxy-devel
libICE-devel
libSM-devel
@@ -146383,7 +146391,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libXi-devel
extra-cmake-modules
xorg-xwayland-devel
- breeze-style
+ breeze-style
libdrm-devel
kirigami-devel
pipewire-devel
@@ -146405,6 +146413,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kactivities
kauth
libcap
+ libxcvt
+ libglvnd
+ kdbusaddons
kcmutils
kcompletion
kconfig
@@ -146413,7 +146424,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kcrash
wayland
kdeclarative
- kdecorations
+ kdecorations
kglobalaccel
ki18n
kiconthemes
@@ -146479,7 +146490,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kwin-devel
Development files for kwin
- kwin
+ kwin
/usr/include
@@ -146506,7 +146517,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
pipewire
kidletime
fontconfig
- kwin
+ kwin
/usr/bin/kwin_wayland
@@ -146515,6 +146526,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
@@ -147299,6 +147317,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kdeclarative-devel
kirigami-devel
kitemmodels-devel
+ kuserfeedback-devel
desktop/kde/plasma/drkonqi/pspec.xml
@@ -147328,6 +147347,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kdeclarative
kirigami
kitemmodels
+ kuserfeedback
/usr/bin
@@ -148828,7 +148848,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
The KDE5 Plasma Workspace Components
The KDE5 Plasma Workspace Components
- mirrors://kde/stable/plasma/5.25.5/plasma-workspace-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/plasma-workspace-5.26.2.tar.xz
libgcc
icu4c-devel
@@ -148841,6 +148861,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kquickcharts
solid-devel
kdesu-devel
+ appmenu-gtk-module-devel
qt5-wayland-devel
kcrash-devel
libICE-devel
@@ -148894,17 +148915,18 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
plasma-framework-devel
kactivities-stats-devel
networkmanager-qt-devel
- kwin-devel
+ oxygen-sounds
+ kwin-devel
qt5-sql-odbc
qt5-sql-mysql
qt5-base-devel
qt5-sql-sqlite
- libkscreen-devel
+ libkscreen-devel
qt5-sql-postgresql
- libksysguard-devel
+ libksysguard-devel
qt5-x11extras-devel
- kwindowsystem-devel
- kscreenlocker-devel
+ kwindowsystem-devel
+ kscreenlocker-devel
qt5-graphicaleffects
qt5-declarative-devel
qt5-virtualkeyboard-devel
@@ -148929,6 +148951,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
breeze-style
breeze-cursors
breeze-wallpapers
+ kpipewire-devel
+ libkexiv2-devel
+ kqtquickcharts-devel
+ polkit-qt-devel
desktop/kde/plasma/plasma-workspace/pspec.xml
@@ -148938,6 +148964,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kio
zlib
baloo
+ icu4c
kauth
ki18n
libSM
@@ -148956,12 +148983,16 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kxmlgui
libXtst
kpackage
+ kpipewire
kservice
kwayland
xcb-util
kholidays
kidletime
knewstuff
+ libkexiv2
+ kqtquickcharts
+ polkit-qt
libXfixes
kbookmarks
kguiaddons
@@ -148994,6 +149025,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
plasma-framework
kactivities-stats
networkmanager-qt
+ appmenu-gtk-module
+ oxygen-sounds
qt5-base
qt5-x11extras
qt5-declarative
@@ -149035,7 +149068,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
plasma-workspace-devel
Development files for kde5 plasma-workspace
- plasma-workspace
+ plasma-workspace
kio-devel
zlib-devel
baloo-devel
@@ -149092,11 +149125,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kactivities-stats-devel
networkmanager-qt-devel
qt5-base-devel
- libkscreen-devel
- libksysguard-devel
+ libkscreen-devel
+ libksysguard-devel
qt5-x11extras-devel
- kwindowsystem-devel
- kscreenlocker-devel
+ kwindowsystem-devel
+ kscreenlocker-devel
qt5-declarative-devel
xcb-util-wm-devel
xcb-util-renderutil-devel
@@ -149111,7 +149144,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
plasma-workspace-wayland
Wayland support for Plasma
- plasma-workspace
+ plasma-workspace
xorg-xwayland
@@ -149120,6 +149153,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-10-22
5.25.5
@@ -150812,7 +150852,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
Additional client tools for KDE applications
Additional client tools for KDE applications
- mirrors://kde/stable/plasma/5.25.5/kdeplasma-addons-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kdeplasma-addons-5.26.2.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -150838,7 +150878,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kiconthemes-devel
krunner-devel
plasma-framework-devel
- plasma-workspace-devel
+ plasma-workspace-devel
extra-cmake-modules
kconfigwidgets-devel
kcoreaddons-devel
@@ -150889,7 +150929,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kwidgetsaddons
kunitconversion
kactivities
- plasma-workspace
+ plasma-workspace
ibus
scim-libs
xcb-util-keysyms
@@ -150907,6 +150947,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
@@ -151843,7 +151890,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
Additional client tools for KDE applications
Tools based on KDE Frameworks 5 to better interact with the system
- mirrors://kde/stable/plasma/5.25.5/kde-cli-tools-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kde-cli-tools-5.26.2.tar.xz
qt5-base-devel
qt5-x11extras-devel
@@ -151871,7 +151918,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kdesignerplugin
docbook-xsl
kactivities-devel
- plasma-workspace-devel
+ plasma-workspace-devel
extra-cmake-modules
kdeclarative-devel
@@ -151899,7 +151946,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kconfig
kdeclarative
kactivities
- plasma-workspace
+ plasma-workspace
/usr/share
@@ -151916,6 +151963,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
@@ -153033,6 +153087,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2022-10-26
+ 5.22.0
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-14
5.22.0
@@ -154825,7 +154886,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
KDE5 system settings manager
System-settings is a control panel for KDE5 Plasma
- mirrors://kde/stable/plasma/5.25.5/systemsettings-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/systemsettings-5.26.2.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -154855,7 +154916,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
extra-cmake-modules
kitemmodels-devel
kcrash-devel
- plasma-workspace-devel
+ plasma-workspace-devel
desktop/kde/plasma/system-settings/pspec.xml
@@ -154899,6 +154960,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
@@ -156362,7 +156430,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
KDE Oxygen style
KDE Oxygen style
- mirrors://kde/stable/plasma/5.25.5/oxygen-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/oxygen-5.26.2.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -156381,8 +156449,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kwayland-devel
gtk3-devel
kdoctools-devel
- kdecorations-devel
- plasma-workspace-devel
+ kdecorations-devel
+ plasma-workspace-devel
extra-cmake-modules
desktop/kde/plasma/oxygen/pspec.xml
@@ -156399,7 +156467,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kguiaddons
kcompletion
kcoreaddons
- kdecorations
+ kdecorations
kwindowsystem
qt5-x11extras
kconfigwidgets
@@ -156421,6 +156489,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
@@ -156896,6 +156971,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
docbook-xsl
extra-cmake-modules
kirigami-devel
+ kcmutils-devel
knotifications-devel
sound-theme-freedesktop
@@ -156913,6 +156989,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
qt5-declarative
gconf
glib2
+ kcmutils
libcanberra
pulseaudio-libs
knotifications
@@ -157589,7 +157666,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
KDE power manager module
KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings
- mirrors://kde/stable/plasma/5.25.5/powerdevil-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/powerdevil-5.26.2.tar.xz
qt5-base-devel
qt5-x11extras-devel
@@ -157615,7 +157692,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kitemmodels-devel
kemoticons-devel
docbook-xsl
- plasma-workspace-devel
+ plasma-workspace-devel
extra-cmake-modules
ki18n-devel
bluez-qt-devel
@@ -157633,7 +157710,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libgcc
libxcb
eudev
- plasma-workspace
+ plasma-workspace
kio
kauth
kcrash
@@ -157670,6 +157747,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
@@ -158645,12 +158729,12 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz
Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz
Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz
- https://download.kde.org/stable/plasma/5.25.5/plasma-systemmonitor-5.25.5.tar.xz
+ https://download.kde.org/stable/plasma/5.26.2/plasma-systemmonitor-5.26.2.tar.xz
cmake
libgcc
kio-devel
- ksystemstats
+ ksystemstats
ki18n-devel
kconfig-devel
kservice-devel
@@ -158667,7 +158751,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
extra-cmake-modules
qt5-declarative-devel
qt5-quickcontrols2-devel
- libksysguard-devel
+ libksysguard-devel
desktop/kde/plasma/plasma-systemmonitor/pspec.xml
@@ -158703,6 +158787,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
@@ -158866,14 +158957,14 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
KDE5 Plasma artwork
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
- mirrors://kde/stable/plasma/5.25.5/breeze-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/breeze-5.26.2.tar.xz
qt5-base-devel
qt5-declarative-devel
libxcb-devel
qt5-x11extras-devel
frameworkintegration-devel
- kdecorations-devel
+ kdecorations-devel
kcoreaddons-devel
ki18n-devel
kcmutils-devel
@@ -158915,7 +159006,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kwayland
kiconthemes
breeze-icons
- kdecorations
+ kdecorations
/usr/bin
@@ -158940,7 +159031,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
breeze-cursors
- breeze-style
+ breeze-style
/usr/share/icons/breeze_cursors
@@ -158950,13 +159041,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
breeze-wallpapers
- breeze-style
+ breeze-style
/usr/share/wallpapers/Next
+
+ 2022-10-28
+ 5.26.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-09-13
5.25.5
@@ -159400,6 +159498,80 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ plasma-remotecontrollers
+ https://plasma-bigscreen.org/
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ desktop.kde.plasma
+ Translate various input device events into keyboard and pointer events
+ Translate various input device events into keyboard and pointer events
+ Çeşitli giriş aygıtı olaylarını klavye ve işaretçi olaylarına çevirin
+ Çeşitli giriş aygıtı olaylarını klavye ve işaretçi olaylarına çevirin
+ https://download.kde.org/stable/plasma/5.26.2/plasma-remotecontrollers-5.26.2.tar.xz
+
+ ki18n-devel
+ solid-devel
+ kconfig-devel
+ libevdev-devel
+ qt5-base-devel
+ kcoreaddons-devel
+ qt5-wayland-devel
+ kdeclarative-devel
+ knotifications-devel
+ wayland-client
+ qt5-declarative-devel
+ extra-cmake-modules
+ plasma-workspace-devel
+
+ desktop/kde/plasma/plasma-remotecontrollers/pspec.xml
+
+
+ plasma-remotecontrollers
+
+ ki18n
+ solid
+ kconfig
+ libevdev
+ qt5-base
+ kcoreaddons
+ qt5-wayland
+ kdeclarative
+ knotifications
+ wayland-client
+ qt5-declarative
+ plasma-workspace
+
+
+ /usr/bin
+ /etc
+ /usr/lib
+ /usr/share/applications
+ /usr/share/dbus-1
+ /usr/share/knotifications5
+ /usr/share/kpackage
+ /usr/share/kservices5
+ /usr/share/qlogging-categories5
+ /usr/share/locale
+ /usr/share/metainfo
+ /usr/share/doc
+
+
+
+
+ 2022-10-29
+ 5.26.2
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
plasma-nm
@@ -159455,6 +159627,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kirigami-devel
openconnect-devel
libproxy-devel
+ kcmutils-devel
desktop/kde/plasma/plasma-nm/pspec.xml
@@ -159463,6 +159636,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
qt5-base
qca2-qt5
+ kcmutils
kdeclarative
openconnect
kio
@@ -159991,7 +160165,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
Breeze widget theme for GTK 2 and 3
Breeze widget theme for GTK 2 and 3
- mirrors://kde/stable/plasma/5.25.5/breeze-gtk-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/breeze-gtk-5.26.2.tar.xz
sassc
cairo-devel
@@ -160001,7 +160175,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
extra-cmake-modules
libsass-devel
gtk2-engines-murrine
- breeze-style
+ breeze-style
qt5-base-devel
desktop/kde/plasma/breeze-gtk/pspec.xml
@@ -160020,6 +160194,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
@@ -160477,7 +160658,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
KDE5 hotkey daemon
KDE hotkey daemon module allows you to configure custom keyboard shortcuts and mouse gestures.
- mirrors://kde/stable/plasma/5.25.5/khotkeys-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/khotkeys-5.26.2.tar.xz
libX11-devel
qt5-base-devel
@@ -160506,7 +160687,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kinit-devel
kunitconversion-devel
plasma-framework-devel
- plasma-workspace-devel
+ plasma-workspace-devel
libXtst-devel
docbook-xsl
kjobwidgets-devel
@@ -160537,7 +160718,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kxmlgui
libXtst
kjobwidgets
- plasma-workspace
+ plasma-workspace
/usr/share
@@ -160550,6 +160731,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
@@ -163016,14 +163204,14 @@ 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/kscreen-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/kscreen-5.26.2.tar.xz
qt5-base-devel
qt5-sensors-devel
qt5-graphicaleffects
qt5-declarative-devel
kglobalaccel-devel
- libkscreen-devel
+ libkscreen-devel
kconfigwidgets-devel
kdbusaddons-devel
ki18n-devel
@@ -163078,6 +163266,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
@@ -164037,7 +164232,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
KDE5 Plasma artwork
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
- mirrors://kde/stable/plasma/5.25.5/plasma-integration-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/plasma-integration-5.26.2.tar.xz
qt5-base-devel
qt5-declarative-devel
@@ -164046,7 +164241,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
qt5-quickcontrols2-devel
libxcb-devel
noto-fonts
- breeze-style
+ breeze-style
libXcursor-devel
kcompletion-devel
kcoreaddons-devel
@@ -164103,7 +164298,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kwidgetsaddons
kjobwidgets
knotifications
- breeze-style
+ breeze-style
libgcc
libxcb
wayland-client
@@ -164120,7 +164315,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
plasma-integration-devel
Development files for plasma-integration
- plasma-integration
+ plasma-integration
/usr/include
@@ -164129,6 +164324,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
@@ -164624,6 +164826,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kidletime-devel
kuserfeedback-devel
appstream-qt5-devel
+ purpose-devel
qt5-svg-devel
flatpak-devel
qt5-base-devel
@@ -164659,6 +164862,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kwindowsystem
qt5-declarative
knewstuff
+ purpose
appstream-qt5
@@ -165191,7 +165395,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
https://download.kde.org/stable/plasma/5.26.2/plank-player-5.26.2.tar.xz
ki18n-devel
+ kirigami-devel
qt5-base-devel
+ qt5-multimedia-devel
qt5-declarative-devel
qt5-quickcontrols2-devel
extra-cmake-modules
@@ -165801,7 +166007,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.kde.plasma
Applications useful for Plasma development
Applications useful for Plasma development
- mirrors://kde/stable/plasma/5.25.5/plasma-sdk-5.25.5.tar.xz
+ mirrors://kde/stable/plasma/5.26.2/plasma-sdk-5.26.2.tar.xz
qt5-base-devel
qt5-webkit-devel
@@ -165865,6 +166071,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
@@ -166336,6 +166549,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kauth-devel
ki18n-devel
kconfig-devel
+ kcmutils-devel
qt5-base-devel
kcoreaddons-devel
kdeclarative-devel
@@ -166401,11 +166615,14 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
ffmpeg-devel
libdrm-devel
libepoxy-devel
+ kwayland-devel
pipewire-devel
qt5-base-devel
kcoreaddons-devel
+ qt5-wayland-devel
qt5-declarative-devel
extra-cmake-modules
+ plasma-wayland-protocols
desktop/kde/plasma/kpipewire/pspec.xml
@@ -166488,12 +166705,16 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kdeclarative-devel
extra-cmake-modules
fwupd-devel
+ kcmutils-devel
+ purpose-devel
+ kdoctools-devel
desktop/kde/plasma/bluedevil/pspec.xml
bluedevil
+ kdoctools
qt5-base
libgcc
bluez-qt
@@ -166502,6 +166723,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kconfig
kdeclarative
qt5-declarative
+ kcmutils
+ purpose
kcoreaddons
kdbusaddons
knotifications
@@ -166997,6 +167220,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
qt5-x11extras-devel
libxcb-devel
doxygen
+ qt5-linguist
kwayland-devel
xcb-util-devel
xcb-util-image-devel
@@ -167010,6 +167234,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
wayland-server
extra-cmake-modules
plasma-wayland-protocols
+ kconfig-devel
desktop/kde/plasma/libkscreen/pspec.xml
@@ -167018,6 +167243,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
qt5-base
qt5-wayland
+ kconfig
kwayland
libXrandr
libxcb
@@ -371099,7 +371325,7 @@ from a wide variety of machine architectures.
editor
Library parsing the Microsoft Publisher documents
Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. You can find it being used in libreoffice.
- http://dev-www.libreoffice.org/src/libmspub/libmspub-0.1.4.tar.bz2
+ https://dev-www.libreoffice.org/src/libmspub/libmspub-0.1.4.tar.bz2
boost-devel
doxygen
@@ -371135,7 +371361,7 @@ from a wide variety of machine architectures.
zlib-devel
icu4c-devel
librevenge-devel
- libmspub
+ libmspub
/usr/include
@@ -371143,6 +371369,12 @@ from a wide variety of machine architectures.
+
+ 2022-10-29
+ 0.1.4
+ Rebuild.
+ Ümit Solmaz
+
2021-10-21
0.1.4
@@ -371578,7 +371810,7 @@ from a wide variety of machine architectures.
ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor.
ghostwriter provides a relaxing, distraction-free writing environment, whether your masterpiece be that next blog post, your school paper, or your NaNoWriMo novel.
ghostwriter provides a relaxing, distraction-free writing environment, whether your masterpiece be that next blog post, your school paper, or your NaNoWriMo novel.
- https://github.com/wereturtle/ghostwriter/archive/refs/tags/2.1.6.tar.gz
+ https://github.com/wereturtle/ghostwriter/archive/refs/tags/2.1.6.tar.gz
qt5-base-devel
qt5-multimedia-devel
@@ -372532,6 +372764,12 @@ from a wide variety of machine architectures.
+
+ 2022-10-29
+ 1.2.92
+ Rebuild.
+ Ümit Solmaz
+
2020-02-09
1.2.92
@@ -372945,7 +373183,7 @@ from a wide variety of machine architectures.
Nano est un petit éditeur libre et convivial qui a pour but de remplacer Pico, l'éditeur par défaut inclus dans le paquet non-libre Pine. Plutôt que juste copier l'apparence et le ressenti de Pico, nan implémente également certaines fonctionnalité manquantes (ou désactivées par défaut), tel que "rechercher et remplacer" ou "allez à la ligne numéro".
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".
Nano özgür olmayan Pine paketinin içindeki metin düzenleme programı olan Pico'nun yerine geçme hedefini güden küçük, özgür ve kullanışlı bir metin düzenleme programıdır. Pico'nun görünüşünü ve işlevini kopyalamaktan çok, Nano aynı zamanda "ara ve değiştir" ve "satır numarasına git" gibi Pico'da olmayan (veya ön tanımlı olarak kapalı) bazı özellikleri sunar.
- https://www.nano-editor.org/dist/v6/nano-6.0.tar.xz
+ https://www.nano-editor.org/dist/v6/nano-6.4.tar.xz
groff
ncurses-devel
@@ -372971,6 +373209,12 @@ from a wide variety of machine architectures.
+
+ 2022-10-29
+ 6.4
+ Version bump.
+ Ümit Solmaz
+
2021-12-15
6.0
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 967e18a135..9531d75070 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-aec9aca91794475c2761db8f13db6148312c38ac
\ No newline at end of file
+8b3690ae358b918cb073ad9878ac17b6bb09d2ca
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index a976354796..0f50f79520 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 c1702cc8a0..8ebd3eb34e 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-84dc0411f4524223cf9340678dd1c106027d8bcb
\ No newline at end of file
+9499ab96f5e857b1011df711a76ba0b76380c83b
\ No newline at end of file