Compare commits
10 Commits
57ce0f3dea
...
f468fce75f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f468fce75f | ||
|
|
0a4737ddc4 | ||
|
|
17beece920 | ||
|
|
17eaf305d7 | ||
|
|
7885c4a151 | ||
|
|
ac6969ca72 | ||
|
|
ed5808d1f9 | ||
|
|
2aaa5f5461 | ||
|
|
ce2feede68 | ||
|
|
c116d41247 |
Binary file not shown.
BIN
kwayland-integration-5.27.10.tar.xz
Normal file
BIN
kwayland-integration-5.27.10.tar.xz
Normal file
Binary file not shown.
@ -2,19 +2,15 @@
|
|||||||
%global wayland_min_version 1.3
|
%global wayland_min_version 1.3
|
||||||
|
|
||||||
Name: kwayland-integration
|
Name: kwayland-integration
|
||||||
Version: 5.24.0
|
Version: 5.27.10
|
||||||
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 revision %(echo %{version} | cut -d. -f3)
|
%global majmin %majmin_ver_kf5
|
||||||
%if %{revision} >= 50
|
%global stable %stable_kf5
|
||||||
%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
|
||||||
@ -38,11 +34,9 @@ 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}
|
||||||
@ -54,18 +48,26 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
%{_kf5_plugindir}/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so
|
|
||||||
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemKWaylandPlugin.so
|
|
||||||
%{_kf5_datadir}/qlogging-categories5/kwindowsystem.kwayland.categories
|
%{_kf5_datadir}/qlogging-categories5/kwindowsystem.kwayland.categories
|
||||||
%{_qt5_plugindir}/kf5/kguiaddons/kmodifierkey/kmodifierkey_wayland.so
|
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemKWaylandPlugin.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
|
||||||
|
|
||||||
|
|||||||
5
kwayland-integration.yaml
Normal file
5
kwayland-integration.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: KDE/kwayland-integration
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user