KDE: update Plasma to 6.2.3

This commit is contained in:
Raven 2024-11-08 18:43:02 +06:00
parent d01ba4e1ed
commit e70090a039
67 changed files with 381 additions and 66 deletions

View File

@ -2,7 +2,7 @@
Name: bluedevil
Summary: Bluetooth stack for KDE
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: GPL-2.0-or-later
@ -63,6 +63,8 @@ BlueDevil is the bluetooth stack for KDE.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -100,6 +102,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.bluedevil
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,9 @@
%bcond_with gcc
%global python3_pkgversion 3
Name: breeze-gtk
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Breeze widget theme for GTK
@ -80,6 +82,8 @@ Supplements: (plasma-breeze and gtk4)
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6 -DBUILD_WITH_QT6=ON -DPython3_EXECUTABLE=%{_bindir}/python3
@ -115,6 +119,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: flatpak-kcm
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-2-Clause and BSD-3-Clause and CC0-1.0 and GPL-2.0-or-later
Summary: Flatpak Permissions Management KCM
@ -37,6 +37,8 @@ BuildRequires: pkgconfig(flatpak)
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -53,6 +55,9 @@ export CXX=c++
%{_qt6_plugindir}/plasma/kcms/systemsettings/kcm_flatpak.so
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
%global base_name breeze-grub
Name: grub2-breeze-theme
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Breeze theme for GRUB
@ -59,6 +59,9 @@ find breeze/ -type f -and -not -iname \*.license -print0 \
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: kactivitymanagerd
Summary: Plasma service to manage user's activities
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -52,6 +52,8 @@ Provides: kactivities = %{version}-%{release}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -76,6 +78,9 @@ export CXX=c++
%{_qt6_plugindir}/kactivitymanagerd1/
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: kcm_wacomtablet
Summary: KDE Control module for Wacom Graphictablets
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: GPLv2+
@ -90,6 +90,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: kde-cli-tools
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Tools based on KDE Frameworks 5 to better interact with the system
@ -62,6 +62,8 @@ Conflicts: kde-runtime-docs < 14.12.3-2
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -114,6 +116,9 @@ ln -s %{_kf6_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: kde-gtk-config
Summary: Configure the appearance of GTK apps in KDE
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only)
@ -61,6 +61,8 @@ appearance of GTK apps in KDE.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -89,9 +91,13 @@ export CFLAGS="-I%{_includedir}/atk-1.0/ -I%{_includedir}/gtk-3.0 -I%{_includedi
%{_libdir}/gtk-3.0/modules/libwindow-decorations-gtk-module.so
%{_datadir}/themes/Breeze/window_decorations.css
%{_datadir}/kcm-gtk-module/
%{_datadir}/qlogging-categories6/kde-gtk-config.categories
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: kdecoration
Summary: A plugin-based library to create window decorations
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: LGPLv2
@ -39,6 +39,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -64,6 +66,9 @@ mkdir -p %{buildroot}%{_kf6_qtplugindir}/org.kde.kdecoration2/
%{_includedir}/KDecoration2
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: kdeplasma-addons
Summary: Additional Plasmoids for Plasma 6
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
@ -92,6 +92,8 @@ developing applications that use %{name}.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -156,6 +158,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -3,7 +3,7 @@
Name: kgamma
Summary: A monitor calibration tool
Epoch: 1
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-or-later
@ -51,6 +51,8 @@ Conflicts: kdegraphics < 7:4.6.95-10
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -73,6 +75,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: kglobalacceld
Summary: Daemon providing Global Keyboard Shortcut functionality
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0 AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -62,6 +62,8 @@ Requires: qt6-qtbase-devel
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
@ -85,6 +87,9 @@ export CXX=c++
%{_libdir}/cmake/KGlobalAccelD/
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: kinfocenter
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: KDE Info Center
@ -78,6 +78,8 @@ Conflicts: kde-workspace < 4.11.15-3
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -115,6 +117,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/kcm_energyinfo.deskto
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: kmenuedit
Summary: KDE menu editor
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later
@ -40,6 +40,8 @@ Conflicts: kde-workspace < 4.11.15-3
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -65,6 +67,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.kmenuedit.des
%{_kf6_datadir}/metainfo/org.kde.kmenuedit.appdata.xml
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: kpipewire
Summary: Set of convenient classes to use PipeWire in Qt projects
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.1-only AND LGPL-3.0-only
@ -84,6 +84,8 @@ developing applications that use %{name}.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -120,6 +122,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%{_libdir}/cmake/KPipeWire/*.cmake
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: kscreen
Epoch: 1
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: KDE Display Management software
@ -48,6 +48,8 @@ KCM and KDED modules for managing displays in KDE.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -81,6 +83,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: kscreenlocker
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Library and components for secure lock screen architecture
@ -71,6 +71,8 @@ developing applications that use %{name}.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -107,6 +109,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: ksshaskpass
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: A ssh-add helper that uses kwallet and kpassworddialog
@ -33,6 +33,8 @@ BuildRequires: pkgconfig(Qt6Core)
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -62,6 +64,9 @@ EOF
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: ksystemstats
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: KSystemStats is a daemon that collects statistics about the running system.
@ -55,6 +55,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -75,6 +77,9 @@ export CXX=c++
%{_qt6_plugindir}/ksystemstats/
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: kwayland-integration
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Provides integration plugins for various KDE Frameworks for Wayland
@ -48,6 +48,8 @@ Requires: (rx-libwayland-cursor or libwayland-cursor >= 1.22)
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -69,6 +71,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: kwayland
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Qt-style API to interact with the wayland-client API
@ -71,6 +71,8 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -104,6 +106,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%{_qt6_docdir}/*.qch
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: kwin-x11
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: KDE Window manager with X11 support
@ -168,6 +168,8 @@ sed -i \
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -192,6 +194,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -4,7 +4,7 @@
%bcond_without x11
Name: kwin
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: KDE Window manager
@ -230,6 +230,8 @@ sed -i \
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -313,6 +315,9 @@ rm -v %{buildroot}%{_kf6_bindir}/kwin_x11 %{buildroot}%{_userunitdir}/plasma-kwi
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: kwrited
Summary: KDE Write Daemon
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-or-later
@ -38,6 +38,8 @@ Conflicts: kde-workspace < 5.0.0-1
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -52,6 +54,9 @@ export CXX=c++
%{_kf6_datadir}/knotifications6/kwrited.notifyrc
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: layer-shell-qt
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Library to easily use clients based on wlr-layer-shell
@ -50,6 +50,8 @@ Requires: cmake(Qt6Gui)
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -81,6 +83,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: libkscreen
Summary: KDE display configuration library
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: GPL-2.0-or-later
@ -64,6 +64,8 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -105,6 +107,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%{_qt6_docdir}/*.qch
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: libksysguard
Summary: Library for managing processes running on the system
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -93,6 +93,8 @@ developing applications that use %{name}.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -132,6 +134,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: libplasma
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Plasma is the foundation of the KDE user interface (v6)
@ -101,6 +101,8 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -150,6 +152,9 @@ mkdir -p %{buildroot}%{_kf6_qmldir}/org/kde/private
%{_qt6_docdir}/*.qch
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: ocean-sound-theme
Summary: Ocean Sound Theme for Plasma
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
BuildArch: noarch
@ -32,6 +32,8 @@ Requires: kf6-filesystem
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -46,6 +48,9 @@ export CXX=c++
%{_datadir}/sounds/ocean/
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -6,7 +6,7 @@
## END: Set by rpmautospec
Name: oxygen-sounds
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: The Oxygen Sound Theme
@ -37,6 +37,8 @@ BuildArch: noarch
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6 -DBUILD_WITH_QT6=ON
@ -53,6 +55,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -4,7 +4,7 @@
Name: pam-kwallet
Summary: PAM module for KWallet
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: LGPL-2.0-or-later
URL: https://invent.kde.org/plasma/%{base_name}.git
@ -45,6 +45,8 @@ Requires: kf6-kwallet
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -63,6 +65,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: plasma-activities-stats
Summary: Library to access the usage statistics data collected by the KDE activity manager
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0, GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -62,6 +62,8 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -89,6 +91,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: plasma-activities
Summary: Core components for the KDE Activity concept
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
@ -64,6 +64,8 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -94,6 +96,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -4,7 +4,7 @@
%global base_name breeze
Name: plasma-breeze
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
@ -104,6 +104,8 @@ sed -i 's/PROJECT_VERSION "5.91.90"/PROJECT_VERSION "5.92.0"/' CMakeLists.txt
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
mkdir -p qt6build
@ -173,6 +175,9 @@ popd
%{_kf6_datadir}/icons/breeze_cursors/index.theme
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: plasma-browser-integration
Summary: %{name} provides components necessary to integrate browsers into the Plasma Desktop
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-or-later AND GPL-3.0-or-later AND MIT
@ -58,6 +58,8 @@ https://community.kde.org/Plasma/Browser_Integration
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6 \
@ -84,6 +86,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -7,7 +7,7 @@
Name: plasma-desktop
Summary: Plasma Desktop shell
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -248,6 +248,8 @@ BuildArch: noarch
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -361,6 +363,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kaccess.desktop
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: plasma-disks
Summary: Hard disk health monitoring for KDE Plasma
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND FSFAP AND GPL-2.0-only AND GPL-3.0-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -52,6 +52,8 @@ signs of imminent failure appear.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -77,6 +79,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kcm_disks.desktop
%{_kf6_datadir}/polkit-1/actions/org.kde.kded.smart.policy
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -4,7 +4,7 @@
Name: plasma-drkonqi
Summary: DrKonqi crash handler for KF6/Plasma6
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
URL: https://invent.kde.org/plasma/%{base_name}
@ -70,6 +70,8 @@ Requires: polkit
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6 -DWITH_PYTHON_VENDORING=OFF -DWITH_GDB12=ON
@ -126,6 +128,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.kde.{drkonqi.cor
%{_kf6_datadir}/polkit-1/actions/org.kde.drkonqi.policy
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: plasma-firewall
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Control Panel for your system firewall
@ -70,6 +70,8 @@ to interface with the Uncomplicated Firewall (UFW).
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -105,6 +107,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/kcm_firewall.desktop
%{_datadir}/polkit-1/actions/org.kde.ufw.policy
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: plasma-integration
Summary: Qt Platform Theme integration plugin for Plasma
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -91,6 +91,8 @@ Requires: qqc2-desktop-style%{?_isa}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -125,6 +127,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%{_qt5_plugindir}/platformthemes/KDEPlasmaPlatformTheme5.so
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
%define base_name milou
Name: plasma-%{base_name}
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: A dedicated KDE search application built on top of Baloo
@ -45,6 +45,8 @@ Provides: kde-plasma-milou = %{version}-%{release}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -64,6 +66,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
%global orig_name org.kde.plasma.nano
Name: plasma-nano
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
URL: https://invent.kde.org/plasma/plasma-nano
@ -58,6 +58,8 @@ Requires: qt6-qtdeclarative
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -83,6 +85,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: plasma-nm
Summary: Plasma for managing network connections
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -185,6 +185,8 @@ Requires: NetworkManager-iodine
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6 %{!?with_openconnect:-DBUILD_OPENCONNECT=OFF}
@ -292,6 +294,9 @@ rm -f %{buildroot}/usr/share/locale/*/LC_MESSAGES/plasmanetworkmanagement_openco
%endif
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
%global base_name oxygen
Name: plasma-%{base_name}
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Plasma and Qt widget style and window decorations for Plasma
@ -100,6 +100,8 @@ Obsoletes: plasma-oxygen-common < 5.1.1-2
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
mkdir -p qt6build
@ -163,6 +165,9 @@ popd
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: plasma-pa
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Plasma applet for audio volume management using PulseAudio
@ -15,7 +15,6 @@ BuildRequires: kf6-rpm-macros
BuildRequires: cmake(KF6KCMUtils)
BuildRequires: cmake(KF6ConfigWidgets)
BuildRequires: cmake(KF6CoreAddons)
BuildRequires: cmake(KF6Declarative)
BuildRequires: cmake(KF6DocTools)
BuildRequires: cmake(KF6GlobalAccel)
@ -55,6 +54,8 @@ Requires: pulseaudio-daemon
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -81,6 +82,9 @@ rm -fv %{buildroot}%{_kf6_libdir}/libplasma-volume.so
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -67,6 +67,8 @@ password manager.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}

View File

@ -3,7 +3,7 @@
Name: plasma-print-manager
Summary: Printer management for KDE
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -82,6 +82,8 @@ Provides: kde-print-manager-libs = 1:%{version}-%{release}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -124,6 +126,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.PrintQueu
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: plasma-sdk
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Development tools for Plasma 6
@ -67,6 +67,8 @@ Plasma SDK contains tools for plasma development
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -113,6 +115,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.plasmoidviewe
%{_mandir}/man1/kqml.1.gz
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -50,6 +50,8 @@ modules are provided separately, by plasma-nm.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: plasma-systemmonitor
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: An application for monitoring system resources
@ -51,6 +51,8 @@ resources.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -77,6 +79,9 @@ export CXX=c++
%{_libdir}/libPlasmaSystemMonitorTable.so
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -3,7 +3,7 @@
Name: plasma-%{base_name}
Summary: KDE System Settings application
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-2-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.1-or-later AND (GPL-2.0-only OR GPL-3.0-only)
@ -66,6 +66,8 @@ Obsoletes: plasma-systemsettings-devel < 5.20.90
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -97,6 +99,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/systemsettings.deskto
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -3,7 +3,7 @@
Name: plasma-thunderbolt
Summary: Plasma integration for controlling Thunderbolt devices
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only)
@ -45,6 +45,8 @@ kernel.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -67,6 +69,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kcm_bolt.desktop
%{_kf6_datadir}/applications/kcm_bolt.desktop
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: plasma-vault
Summary: Plasma Vault offers strong encryption features in a user-friendly way
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -48,6 +48,8 @@ prying eyes even when the user is logged in.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -69,6 +71,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -100,6 +100,8 @@ Files needed to support zsh completion.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake

View File

@ -38,6 +38,8 @@ developing applications that use %{name}.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6

View File

@ -62,6 +62,8 @@ rm Messages.sh
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: plasma-workspace-wallpapers
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Additional wallpapers for Plasma workspace
License: LGPLv3
@ -36,6 +36,8 @@ Obsoletes: plasma-workspace-wallpapers < 5.2.0-2
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6 -DBUILD_WITH_QT6=ON
@ -82,6 +84,9 @@ export CXX=c++
%{_datadir}/wallpapers/ScarletTree/
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: plasma-workspace-x11
Summary: Xorg support for Plasma
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
@ -204,6 +204,8 @@ sed -i \
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -225,6 +227,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -5,7 +5,7 @@
Name: plasma-workspace
Summary: Plasma workspace, applications and applets
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
@ -27,9 +27,6 @@ Source40: ssh-agent.conf
Source41: spice-vdagent.conf
## upstream patches
# Klipper's desktop file fails validation
# https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4837
Patch50: 9f84a8ce25345bcf1fbca34ebac40488e9470b47.patch
## upstreamable Patches
@ -452,6 +449,8 @@ EOL
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -725,6 +724,9 @@ fi
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: plasma5support
Summary: Support components for porting from KF5/Qt5 to KF6/Qt6
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
@ -71,6 +71,8 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -105,6 +107,9 @@ export CXX=c++
%{_qt6_docdir}/*.qch
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -3,7 +3,7 @@
Name: plymouth-kcm
Summary: Plymouth configuration module for systemsettings
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-2-Clause AND CC0-1.0 AND GPL-2.0-or-later
@ -47,6 +47,8 @@ plymouth splash screen.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -71,6 +73,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
%global base_name breeze-plymouth
Name: plymouth-theme-breeze
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Breeze theme for Plymouth
@ -38,6 +38,8 @@ Requires: plymouth-plugin-script
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -59,6 +61,9 @@ install -D -m644 -p %{SOURCE10} \
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -3,7 +3,7 @@
Name: polkit-kde
Summary: PolicyKit integration for KDE Desktop
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: GPL-2.0-or-later AND CC0-1.0
@ -55,6 +55,8 @@ Provides Policy Kit Authentication Agent that nicely fits to KDE.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6 \
@ -78,6 +80,9 @@ export CXX=c++
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: powerdevil
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: Manages the power consumption settings of a Plasma Shell
@ -83,6 +83,8 @@ of a daemon (a KDED module) and a KCModule for its configuration.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -157,6 +159,9 @@ rm -fv %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so
%{_kf6_datadir}/qlogging-categories6/batterymonitor.categories
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: qqc2-breeze-style
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: QtQuickControls2 breeze style
@ -43,6 +43,8 @@ This is a pure Qt Quick/Kirigami Qt Quick Controls style.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -61,6 +63,9 @@ export CXX=c++
%{_kf6_libdir}/cmake/QQC2BreezeStyle/
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -1,7 +1,7 @@
%bcond_with gcc
Name: sddm-kcm
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
Summary: SDDM KDE configuration module
@ -49,6 +49,8 @@ SDDM Display Manager
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%cmake_kf6
@ -72,6 +74,9 @@ export CXX=c++
%{_qt6_plugindir}/plasma/kcms/systemsettings/kcm_sddm.so
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2

View File

@ -2,7 +2,7 @@
Name: xdg-desktop-portal-kde
Summary: Backend implementation for xdg-desktop-portal using Qt/KF5
Version: 6.2.2
Version: 6.2.3
Release: 1%{?dist}
License: BSD-2-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only)
@ -67,6 +67,8 @@ pieces of KDE infrastructure.
%enable_devtoolset14
export CC=gcc
export CXX=c++
%else
%global optflags %(echo %{optflags}) -Qunused-arguments
%endif
%global _rxlibdir /opt/rx/%{_lib}
@ -96,6 +98,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
%{_userunitdir}/plasma-xdg-desktop-portal-kde.service
%changelog
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
- 6.2.3
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
- 6.2.2