parent
4483a1a65a
commit
c0bd733c80
@ -0,0 +1 @@
|
||||
/kwindowsystem-b59a819.tar.gz
|
@ -0,0 +1,77 @@
|
||||
%global gitdate 20230905.004205
|
||||
%global cmakever 5.240.0
|
||||
%global commit0 b59a81959e9488fe656e2e54c8a410be4641c401
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global framework kwindowsystem
|
||||
|
||||
Name: kf6-%{framework}
|
||||
Version: %{cmakever}^%{gitdate}.%{shortcommit0}
|
||||
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
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: extra-cmake-modules >= %{cmakever}
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: make
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
BuildRequires: qt6-qttools-devel
|
||||
BuildRequires: cmake(Qt6Qml)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcb-icccm)
|
||||
BuildRequires: pkgconfig(xcb-keysyms)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: fdupes
|
||||
|
||||
Requires: kf6-filesystem
|
||||
|
||||
%description
|
||||
KDE Frameworks Tier 1 integration module that provides classes for managing and
|
||||
working with windows.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: qt6-qtbase-devel
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{framework}-%{commit0} -p1
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%find_lang_kf6 kwindowsystem6_qt
|
||||
%fdupes %{buildroot}%{_kf6_includedir}
|
||||
|
||||
%files -f kwindowsystem6_qt.lang
|
||||
%doc README.md
|
||||
%license LICENSES/*.txt
|
||||
%{_kf6_datadir}/qlogging-categories6/%{framework}.*
|
||||
%{_kf6_libdir}/libKF6WindowSystem.so.*
|
||||
%dir %{_kf6_plugindir}/kwindowsystem/
|
||||
%{_kf6_plugindir}/kwindowsystem/KF6WindowSystemX11Plugin.so
|
||||
%{_kf6_qmldir}/org/kde/kwindowsystem
|
||||
|
||||
%files devel
|
||||
%{_kf6_includedir}/KWindowSystem/
|
||||
%{_kf6_libdir}/libKF6WindowSystem.so
|
||||
%{_kf6_libdir}/cmake/KF6WindowSystem/
|
||||
%{_kf6_archdatadir}/mkspecs/modules/qt_KWindowSystem.pri
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2023 Steve Cossette <farchord@gmail.com> - 5.240.0^20230905.004205.b59a819-1
|
||||
- Initial Release
|
Loading…
Reference in new issue