Compare commits
No commits in common. "f468fce75f665c326a904bfc8ad96ccb56d0c77a" and "57ce0f3deaee2753a381a2c3b02f63fb9d7907a7" have entirely different histories.
f468fce75f
...
57ce0f3dea
BIN
kwayland-integration-5.24.0.tar.xz
Normal file
BIN
kwayland-integration-5.24.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -2,15 +2,19 @@
|
|||||||
%global wayland_min_version 1.3
|
%global wayland_min_version 1.3
|
||||||
|
|
||||||
Name: kwayland-integration
|
Name: kwayland-integration
|
||||||
Version: 5.27.10
|
Version: 5.24.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Provides integration plugins for various KDE Frameworks for Wayland
|
Summary: Provides integration plugins for various KDE Frameworks for Wayland
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://cgit.kde.org/%{name}.git
|
URL: https://cgit.kde.org/%{name}.git
|
||||||
|
|
||||||
%global majmin %majmin_ver_kf5
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
%global stable %stable_kf5
|
%if %{revision} >= 50
|
||||||
|
%global stable unstable
|
||||||
|
%else
|
||||||
|
%global stable stable
|
||||||
|
%endif
|
||||||
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
@ -34,9 +38,11 @@ Requires: kf5-filesystem
|
|||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
pushd %{_target_platform}
|
pushd %{_target_platform}
|
||||||
@ -48,26 +54,18 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
%{_kf5_datadir}/qlogging-categories5/kwindowsystem.kwayland.categories
|
%{_kf5_plugindir}/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so
|
||||||
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemKWaylandPlugin.so
|
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemKWaylandPlugin.so
|
||||||
|
%{_kf5_datadir}/qlogging-categories5/kwindowsystem.kwayland.categories
|
||||||
|
%{_qt5_plugindir}/kf5/kguiaddons/kmodifierkey/kmodifierkey_wayland.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.24.0-1
|
||||||
- update to upstream version 5.24.0
|
- update to upstream version 5.24.0
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: KDE/kwayland-integration
|
|
||||||
tag_prefix: "^v"
|
|
||||||
separator: "."
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user