Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
74573fd13d
!23 update to upstream version 5.113.0
From: @zhangxianting 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-08 03:13:39 +00:00
zhangxianting
89faf8bfab update to upstream version 5.113.0 2024-01-08 10:59:03 +08:00
openeuler-ci-bot
c2e7194145
!22 [sync] PR-21: Update version to 5.108.0
From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-04 08:11:41 +00:00
wangce1988
9def6b20ef update version 5.108.0
(cherry picked from commit bb301beea3c25ec61ff45d8c11a3614dee4bcdc0)
2023-08-04 15:04:48 +08:00
openeuler-ci-bot
7d42443654
!16 Upgrade to latest release [kf5-kwayland: 5.97.0 -> 5.100.0]
From: @Wangjunqi123 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-12-20 07:47:16 +00:00
Wangjunqi123
457ef84884 upgrade version to 5.100.0 2022-12-20 09:06:18 +08:00
openeuler-ci-bot
fa39f883d9
!15 update to upstream version 5.97.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-09-08 01:23:51 +00:00
leeffo
c6b41a8a7c update to upstream version 5.97.0 2022-09-05 17:31:19 +08:00
openeuler-ci-bot
9f903ebb50
!13 [sync] PR-12: update to upstream version 5.95.0
From: @openeuler-sync-bot 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-07-25 12:33:59 +00:00
huayadong
b94c42e509 update to upstream version 5.95.0
(cherry picked from commit f35eed6cd8a0c7303058cffd9cdeaed46b025bc4)
2022-07-25 20:19:44 +08:00
3 changed files with 25 additions and 21 deletions

View File

@ -1,11 +1,8 @@
%undefine __cmake_in_source_build
%global framework kwayland
%global wayland_min_version 1.3
%global framework kwayland
%global wayland_min_version 1.3
## uncomment to enable bootstrap mode
#global bootstrap 1
## currently includes no tests
%if !0%{?bootstrap}
%if 0%{?fedora}
@ -14,11 +11,10 @@
%endif
Name: kf5-%{framework}
Version: 5.90.0
Version: 5.113.0
Release: 1
Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries
License: GPLv2+
License: GPL-2.0-or-later
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
@ -34,15 +30,16 @@ BuildRequires: make
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: kf5-rpm-macros >= %{version}
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtbase-static
# https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this is needed
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
BuildRequires: wayland-devel >= %{wayland_min_version}
BuildRequires: wayland-protocols-devel
BuildRequires: qt5-qttools-devel
BuildRequires: qt5-qtwayland-devel
BuildRequires: cmake(PlasmaWaylandProtocols) > 1.1
BuildRequires: libxkbcommon
%if 0%{?tests}
BuildRequires: dbus-x11
@ -51,7 +48,6 @@ BuildRequires: weston
BuildRequires: xorg-x11-server-Xvfb
%endif
Requires: kf5-filesystem >= %{version}
%description
@ -61,16 +57,13 @@ Requires: kf5-filesystem >= %{version}
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: qt5-qtbase-devel
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n %{framework}-%{version} -p1
%build
mkdir %{_target_platform}
pushd %{_target_platform}
@ -80,11 +73,9 @@ popd
%make_build -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%check
%if 0%{?tests}
export CTEST_OUTPUT_ON_FAILURE=1
@ -94,7 +85,6 @@ time \
make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
%endif
%ldconfig_scriptlets
%files
@ -107,23 +97,37 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
%files devel
%{_kf5_includedir}/KWayland/
%{_kf5_includedir}/kwayland_version.h
%{_kf5_libdir}/cmake/KF5Wayland/
%{_kf5_libdir}/libKF5WaylandClient.so
%{_kf5_libdir}/libKF5WaylandServer.so
%{_kf5_libdir}/pkgconfig/KF5WaylandClient.pc
%{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandClient.pri
%{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandServer.pri
%changelog
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
* Mon Jan 08 2024 zhangxianting <zhangxianting@uniontech.com> - 5.113.0-1
- update to upstream version 5.113.0
* Thu Aug 03 2023 wangce <wangce@uniontech.com> - 5.108.0-1
- update to upstream version 5.108.0
* Mon Dec 12 2022 wangjunqi <wangjunqi@kylinos.cn> - 5.100.0-1
- update to upstream version 5.100.0
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
- update to upstream version 5.97.0
* Tue Jul 05 2022 huayadong <huayadong@kylinos.cn> - 5.95.0-1
- update to upstream version 5.95.0
* Sat Feb 12 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0
* Fri Jan 14 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
* Fri Jan 14 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Dec 13 2021 douyan <douyan@kylinos.cn> - 5.55.0-2
- remove %{?dist}
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
* Thu Jul 23 2020 wangmian <wangmian@kylinos.cn> - 5.55.0-1
- Init kf5-kwayland project

BIN
kwayland-5.113.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.