Compare commits

..

No commits in common. "f468fce75f665c326a904bfc8ad96ccb56d0c77a" and "57ce0f3deaee2753a381a2c3b02f63fb9d7907a7" have entirely different histories.

4 changed files with 15 additions and 22 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,15 +2,19 @@
%global wayland_min_version 1.3
Name: kwayland-integration
Version: 5.27.10
Version: 5.24.0
Release: 1
Summary: Provides integration plugins for various KDE Frameworks for Wayland
License: LGPLv2+
URL: https://cgit.kde.org/%{name}.git
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires: qt5-qtbase-devel
@ -34,9 +38,11 @@ Requires: kf5-filesystem
%description
%{summary}.
%prep
%autosetup -p1
%build
mkdir %{_target_platform}
pushd %{_target_platform}
@ -48,26 +54,18 @@ make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%ldconfig_scriptlets
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license LICENSES/*
%{_kf5_datadir}/qlogging-categories5/kwindowsystem.kwayland.categories
%{_kf5_plugindir}/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemKWaylandPlugin.so
%{_kf5_datadir}/qlogging-categories5/kwindowsystem.kwayland.categories
%{_qt5_plugindir}/kf5/kguiaddons/kmodifierkey/kmodifierkey_wayland.so
%changelog
* Mon Jan 08 2024 peijiankang <peijiankang@kylinos.cn> - 5.27.10-1
- update verison to 5.27.10
* Mon Aug 07 2023 yajun<yajun@kylinos.cn> - 5.27.6-1
- update to upstream version 5.27.6
* Tue Dec 13 2022 lijian <lijian2@kylinos.cn> - 5.26.4-1
- update to upstream version 5.26.4
* Tue Jul 5 2022 huayadong<huayadong@kylinos.cn> - 5.25.2-1
- update to upstream version 5.25.2
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.24.0-1
- update to upstream version 5.24.0

View File

@ -1,5 +0,0 @@
version_control: github
src_repo: KDE/kwayland-integration
tag_prefix: "^v"
separator: "."