Compare commits
8 Commits
7b1d4b02aa
...
ff66690f0d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff66690f0d | ||
|
|
00a95a117c | ||
|
|
27470dc17f | ||
|
|
e598a4ff5d | ||
|
|
240a56ed85 | ||
|
|
5bbe287ae1 | ||
|
|
30767634ba | ||
|
|
539d53f86c |
BIN
plasma-wayland-protocols-1.9.0.tar.xz
Normal file
BIN
plasma-wayland-protocols-1.9.0.tar.xz
Normal file
Binary file not shown.
63
plasma-wayland-protocols.spec
Normal file
63
plasma-wayland-protocols.spec
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
|
||||||
|
%global wayland_min_version 1.4
|
||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
|
Name: plasma-wayland-protocols
|
||||||
|
Version: 1.9.0
|
||||||
|
Release: 1
|
||||||
|
Summary: Plasma Specific Protocols for Wayland
|
||||||
|
License: LGPLv2+ and MIT and BSD
|
||||||
|
URL: https://invent.kde.org/libraries/%{name}
|
||||||
|
|
||||||
|
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: libxml2
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
mkdir %{_target_platform}
|
||||||
|
pushd %{_target_platform}
|
||||||
|
%{cmake_kf5} ..
|
||||||
|
popd
|
||||||
|
|
||||||
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license COPYING.LIB
|
||||||
|
%{_kf5_datadir}/plasma-wayland-protocols/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_kf5_libdir}/cmake/PlasmaWaylandProtocols/
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Dec 12 2022 lijian <lijian2@kylinos.cn> - 1.9.0-1
|
||||||
|
- update to upstream version 1.9.0
|
||||||
|
|
||||||
|
* Tue Jul 05 2022 loong_C <loong_c@yeah.net> - 1.7.0-1
|
||||||
|
- update to upstream version 1.7.0
|
||||||
|
|
||||||
|
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.com> - 1.6.0-1
|
||||||
|
- update to upstream version 1.6.0
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 pei-jiankang <peijiankang@kylinos.cn> - 1.5-1
|
||||||
|
- Init upstream version 1.5
|
||||||
5
plasma-wayland-protocols.yaml
Normal file
5
plasma-wayland-protocols.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: KDE/plasma-wayland-protocols
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user