2015-08-16 19:28:43 +02:00
|
|
|
#
|
|
|
|
# spec file for package kwayland-integration
|
|
|
|
#
|
2022-01-05 12:02:38 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2015-08-16 19:28:43 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-16 21:53:11 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-08-16 19:28:43 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2022-01-19 21:18:40 +01:00
|
|
|
%bcond_without released
|
2015-08-16 19:28:43 +02:00
|
|
|
Name: kwayland-integration
|
2022-09-17 12:40:23 +02:00
|
|
|
Version: 5.25.90
|
2015-08-16 19:28:43 +02:00
|
|
|
Release: 0
|
2017-05-16 13:56:19 +02:00
|
|
|
# Full Plasma 5 version (e.g. 5.8.95)
|
2021-07-07 09:52:59 +02:00
|
|
|
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
2018-09-15 14:29:42 +02:00
|
|
|
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
|
|
|
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
2015-08-16 19:28:43 +02:00
|
|
|
Summary: Integration plugins for various KDE frameworks for wayland windowing system
|
2018-06-19 23:42:11 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2015-08-16 19:28:43 +02:00
|
|
|
Group: Development/Libraries/KDE
|
2020-02-25 19:30:04 +01:00
|
|
|
URL: http://www.kde.org
|
2022-09-17 12:40:23 +02:00
|
|
|
Source: https://download.kde.org/unstable/plasma/%{version}/kwayland-integration-%{version}.tar.xz
|
2022-01-19 21:18:40 +01:00
|
|
|
%if %{with released}
|
2022-09-17 12:40:23 +02:00
|
|
|
Source1: https://download.kde.org/unstable/plasma/%{version}/kwayland-integration-%{version}.tar.xz.sig
|
2018-09-19 06:47:28 +02:00
|
|
|
Source2: plasma.keyring
|
|
|
|
%endif
|
2021-05-15 18:17:03 +02:00
|
|
|
BuildRequires: cmake >= 3.16
|
2022-09-17 12:40:23 +02:00
|
|
|
BuildRequires: extra-cmake-modules >= 5.98.0
|
2015-08-16 19:28:43 +02:00
|
|
|
BuildRequires: kf5-filesystem
|
2021-09-20 08:13:44 +02:00
|
|
|
BuildRequires: libQt5PlatformSupport-private-headers-devel
|
|
|
|
BuildRequires: libqt5-qtwayland-private-headers-devel
|
|
|
|
BuildRequires: pkgconfig
|
2022-09-17 12:40:23 +02:00
|
|
|
BuildRequires: cmake(KF5GuiAddons)
|
|
|
|
BuildRequires: cmake(KF5IdleTime)
|
|
|
|
BuildRequires: cmake(KF5Wayland)
|
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
|
|
|
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
2021-09-20 08:13:44 +02:00
|
|
|
BuildRequires: cmake(Qt5WaylandClient)
|
|
|
|
BuildRequires: cmake(Qt5XkbCommonSupport)
|
|
|
|
BuildRequires: pkgconfig(wayland-protocols)
|
|
|
|
BuildRequires: pkgconfig(xkbcommon)
|
2015-08-16 19:28:43 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Provides integration plugins for various KDE frameworks for the wayland windowing system.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
2020-02-08 01:13:19 +01:00
|
|
|
%cmake_build
|
2015-08-16 19:28:43 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
|
|
|
%files
|
2021-01-24 22:11:06 +01:00
|
|
|
%license LICENSES/*
|
2015-08-16 19:28:43 +02:00
|
|
|
%{_kf5_plugindir}/
|
2018-09-15 14:29:42 +02:00
|
|
|
%{_kf5_debugdir}/kwindowsystem.kwayland.categories
|
2015-08-16 19:28:43 +02:00
|
|
|
|
|
|
|
%changelog
|