Update to Plasma 6.2.3
This commit is contained in:
parent
4788d1c781
commit
d09c998938
3 changed files with 30 additions and 4 deletions
Binary file not shown.
Binary file not shown.
|
@ -5,13 +5,13 @@
|
|||
|
||||
Name: plasma-desktop
|
||||
Summary: Plasma Desktop shell
|
||||
Version: 6.1.90
|
||||
Release: 100%{?dist}
|
||||
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)
|
||||
URL: https://invent.kde.org/plasma/%{name}
|
||||
|
||||
Source0: https://download.kde.org/%{stable_kf6}/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||
Source0: %{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
# breeze fedora sddm theme components
|
||||
# includes f40-based preview (better than breeze or nothing at least)
|
||||
|
@ -107,6 +107,8 @@ BuildRequires: desktop-file-utils
|
|||
|
||||
BuildRequires: xdg-user-dirs
|
||||
|
||||
# RHEL10 has no xorg-x11-server or -drv, skip this part for now
|
||||
%if %[!(0%{?rhel} >= 10)]
|
||||
# xorg-x11 doesn't have hw_server and disable for s390/s390x
|
||||
%ifnarch s390 s390x
|
||||
# KCM touchpad has been merged to plasma-desktop in 5.3
|
||||
|
@ -124,6 +126,7 @@ Requires: iso-codes
|
|||
BuildRequires: pkgconfig(xorg-evdev)
|
||||
BuildRequires: pkgconfig(xorg-libinput)
|
||||
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# kcm_users
|
||||
|
@ -238,7 +241,7 @@ BuildArch: noarch
|
|||
|
||||
%build
|
||||
%cmake_kf6 \
|
||||
%ifarch s390 s390x
|
||||
%if %[(0%{?rhel} >= 10)]
|
||||
-DBUILD_KCM_MOUSE_X11=OFF \
|
||||
-DBUILD_KCM_TOUCHPAD_X11=OFF
|
||||
%endif
|
||||
|
@ -297,11 +300,13 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kaccess.desktop
|
|||
%{_kf6_qmldir}/org/kde/private/desktopcontainment/*
|
||||
%{_kf6_datadir}/plasma/*
|
||||
%{_kf6_datadir}/applications/kde-mimeapps.list
|
||||
%if %[!(0%{?rhel} >= 10)]
|
||||
%ifnarch s390 s390x
|
||||
# kcminput
|
||||
%{_kf6_bindir}/kapplymousetheme
|
||||
%{_kf6_bindir}/kcm-touchpad-list-devices
|
||||
%endif
|
||||
%endif
|
||||
%{_kf6_datadir}/kcmmouse/
|
||||
%{_kf6_qtplugindir}/plasma/kcminit/kcm_mouse_init.so
|
||||
%{_datadir}/config.kcfg/*.kcfg
|
||||
|
@ -346,6 +351,27 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kaccess.desktop
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2024 Steve Cossette <farchord@gmail.com> - 6.2.3-1
|
||||
- 6.2.3
|
||||
|
||||
* Wed Oct 30 2024 Jan Grulich <jgrulich@redhat.com> - 6.2.2-2
|
||||
- Rebuild (qt6)
|
||||
|
||||
* Tue Oct 22 2024 Steve Cossette <farchord@gmail.com> - 6.2.2-1
|
||||
- 6.2.2
|
||||
|
||||
* Tue Oct 15 2024 Steve Cossette <farchord@gmail.com> - 6.2.1-1
|
||||
- 6.2.1
|
||||
|
||||
* Mon Oct 14 2024 Jan Grulich <jgrulich@redhat.com> - 6.2.0-2
|
||||
- Rebuild (qt6)
|
||||
|
||||
* Thu Oct 03 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.2.0-1
|
||||
- 6.2.0
|
||||
|
||||
* Thu Sep 26 2024 Steve Cossette <farchord@gmail.com> - 6.1.90-2
|
||||
- Fix kaccess crash on 6.1.90
|
||||
|
||||
* Thu Sep 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.1.90-1
|
||||
- 6.1.90
|
||||
|
||||
|
|
Loading…
Reference in a new issue