diff --git a/0001-modify-find-X11-X11-error.patch b/0001-modify-find-X11-X11-error.patch deleted file mode 100644 index 567d674..0000000 --- a/0001-modify-find-X11-X11-error.patch +++ /dev/null @@ -1,27 +0,0 @@ -From c6c2611fcc219c391c3c639bb85dc0c86a5abd77 Mon Sep 17 00:00:00 2001 -From: pei-jiankang -Date: Wed, 23 Feb 2022 11:50:41 +0800 -Subject: [PATCH] modify find X11::X11 error - ---- - KF5WindowSystemConfig.cmake.in | 4 +--- - 1 file changed, 1 insertion(+), 3 deletions(-) - -diff --git a/KF5WindowSystemConfig.cmake.in b/KF5WindowSystemConfig.cmake.in -index 98801b2..f6678d4 100644 ---- a/KF5WindowSystemConfig.cmake.in -+++ b/KF5WindowSystemConfig.cmake.in -@@ -7,9 +7,7 @@ if(NOT @KWINDOWSYSTEM_NO_WIDGETS@) - find_dependency(Qt@QT_MAJOR_VERSION@Widgets @REQUIRED_QT_VERSION@) - endif() - --if(@X11_FOUND@) -- find_dependency(X11) --endif() -+find_dependency(X11) - - if(NOT @BUILD_SHARED_LIBS@) - if(@WIN32@) --- -2.33.0 - diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index baa3407..f3f7af3 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,22 +9,16 @@ %endif Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.108.0 Release: 1 Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT URL: https://invent.kde.org/frameworks/%{framework} -%global majmin %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif -Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz -Patch01: 0001-modify-find-X11-X11-error.patch +%global majmin %majmin_ver_kf5 +%global stable %stable_kf5 +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz # filter plugin provides %global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ @@ -43,9 +37,7 @@ BuildRequires: qt5-qtx11extras-devel %if 0%{?tests} BuildRequires: openbox -%if 0%{?fedora} -BuildRequires: weston -%endif +#BuildRequires: weston BuildRequires: xorg-x11-server-Xvfb %endif @@ -111,6 +103,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Thu Aug 03 2023 peijiankang - 5.108.0-1 +- Update package to version 5.108.0 + * Mon Dec 12 2022 liqiuyu - 5.100.0-1 - Update package to version 5.100.0 diff --git a/kwindowsystem-5.100.0.tar.xz b/kwindowsystem-5.100.0.tar.xz deleted file mode 100644 index 3d8f8df..0000000 Binary files a/kwindowsystem-5.100.0.tar.xz and /dev/null differ diff --git a/kwindowsystem-5.108.0.tar.xz b/kwindowsystem-5.108.0.tar.xz new file mode 100644 index 0000000..43799a8 Binary files /dev/null and b/kwindowsystem-5.108.0.tar.xz differ