Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f468fce75f
!15 update version to 5.27.10
From: @peijiankang 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-08 06:31:20 +00:00
peijiankang
0a4737ddc4 update version to 5.27.10 2024-01-08 14:14:12 +08:00
openeuler-ci-bot
17beece920
!13 upstream version 5.27.6
From: @jackwike 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-08-08 01:39:12 +00:00
Jackwike
17eaf305d7 upstream version 5.27.6 2023-08-08 09:16:18 +08:00
openeuler-ci-bot
7885c4a151
!11 update to upstream version 5.26.4
From: @jianli-97 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-12-20 08:53:50 +00:00
jianli-97
ac6969ca72 update to upstream version 5.26.4 2022-12-14 10:24:45 +08:00
openeuler-ci-bot
ed5808d1f9
!9 [sync] PR-8: update to upstream version 5.25.2
From: @openeuler-sync-bot 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-07-27 15:06:12 +00:00
huayadong
2aaa5f5461 update to upstream version 5.25.2
(cherry picked from commit 01bc122651c51d956bbd2d9170db6b01e04c9e41)
2022-07-27 22:54:46 +08:00
openeuler-ci-bot
ce2feede68
!7 add yaml file
From: @tanyulong2021 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-05-13 06:27:37 +00:00
tanyulong2021
c116d41247 add yaml file 2022-04-19 10:49:16 +08:00
4 changed files with 22 additions and 15 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,19 +2,15 @@
%global wayland_min_version 1.3
Name: kwayland-integration
Version: 5.24.0
Version: 5.27.10
Release: 1
Summary: Provides integration plugins for various KDE Frameworks for Wayland
License: LGPLv2+
URL: https://cgit.kde.org/%{name}.git
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires: qt5-qtbase-devel
@ -38,11 +34,9 @@ Requires: kf5-filesystem
%description
%{summary}.
%prep
%autosetup -p1
%build
mkdir %{_target_platform}
pushd %{_target_platform}
@ -54,18 +48,26 @@ make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets
%files
%license LICENSES/*
%{_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
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemKWaylandPlugin.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

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