epel10
Steve Cossette 1 year ago
parent 8166c22419
commit 4abb653fb6

1
.gitignore vendored

@ -1,2 +1,3 @@
/kwindowsystem-b59a819.tar.gz
/kwindowsystem-0aa4d07.tar.gz
/kwindowsystem-5.245.0.tar.xz

@ -1,26 +1,22 @@
%global gitdate 20231003.213655
%global cmakever 5.240.0
%global commit0 0aa4d0723d61a1c811ad68de8356783f4c8ad4be
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global framework kwindowsystem
Name: kf6-%{framework}
Version: %{cmakever}^%{gitdate}.%{shortcommit0}
Release: 3%{?dist}
Version: 5.245.0
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 integration module with classes for windows management
License: CC0-1.0 AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND MIT
URL: https://invent.kde.org/frameworks/%{framework}
Source0: https://invent.kde.org/frameworks/%{framework}/-/archive/%{commit0}/%{framework}-%{shortcommit0}.tar.gz
Source0: http://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: extra-cmake-modules >= %{cmakever}
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: kf6-rpm-macros
BuildRequires: make
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtbase-private-devel
BuildRequires: qt6-qttools-devel
BuildRequires: cmake(Qt6Qml)
BuildRequires: pkgconfig(Qt6WaylandClient)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-icccm)
@ -28,8 +24,14 @@ BuildRequires: pkgconfig(xcb-keysyms)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xrender)
BuildRequires: wayland-devel
BuildRequires: egl-wayland-devel
BuildRequires: wayland-protocols-devel
BuildRequires: plasma-wayland-protocols-devel
BuildRequires: fdupes
BuildRequires: pkgconfig(Qt6Core)
BuildRequires: pkgconfig(Qt6Gui)
BuildRequires: qt6-qtbase-private-devel
Requires: kf6-filesystem
%description
@ -45,7 +47,7 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n %{framework}-%{commit0} -p1
%autosetup -n %{framework}-%{version} -p1
%build
%cmake_kf6
@ -64,6 +66,7 @@ developing applications that use %{name}.
%dir %{_kf6_plugindir}/kwindowsystem/
%{_kf6_plugindir}/kwindowsystem/KF6WindowSystemX11Plugin.so
%{_kf6_qmldir}/org/kde/kwindowsystem
%{_qt6_plugindir}/kf6/kwindowsystem/KF6WindowSystemKWaylandPlugin.so
%files devel
%{_kf6_includedir}/KWindowSystem/
@ -71,6 +74,9 @@ developing applications that use %{name}.
%{_kf6_libdir}/cmake/KF6WindowSystem/
%changelog
* Thu Nov 09 2023 Steve Cossette <farchord@gmail.com> - 5.245.0-1
- 5.245.0
* Tue Oct 17 2023 Jan Grulich <jgrulich@redhat.com> - 5.240.0^20231003.213655.0aa4d07-3
- Rebuild (qt6)

@ -1 +1 @@
SHA512 (kwindowsystem-0aa4d07.tar.gz) = 05e44b0ed68a94864880cec1f791e7753fe4c77e5a33ce26cd0061a53edbea4d29842e5f01b5556bf0507ef3db7d7137d7f872ce546eab5e8837fcf9b20df302
SHA512 (kwindowsystem-5.245.0.tar.xz) = 99ff10198716844402cbf70f95ae15c9b3772fd1baabd6020bf146cb1a82ba57bd795f5d3a64ec0ce422cc3fcadce91d788540d2160fc006448e29f8579a1b2e

Loading…
Cancel
Save