2015-08-16 19:28:43 +02:00
|
|
|
#
|
|
|
|
# spec file for package kwayland-integration
|
|
|
|
#
|
2018-01-02 21:37:37 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: kwayland-integration
|
2018-03-06 23:31:23 +01:00
|
|
|
Version: 5.12.3
|
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)
|
2016-11-06 15:07:18 +01:00
|
|
|
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
2017-05-16 13:56:19 +02:00
|
|
|
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
2016-11-06 15:07:18 +01:00
|
|
|
%{!?_plasma5_version: %global _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
|
|
|
|
License: LGPL-2.1+
|
|
|
|
Group: Development/Libraries/KDE
|
|
|
|
Url: http://www.kde.org
|
2018-03-06 23:31:23 +01:00
|
|
|
Source: http://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz
|
2015-08-16 19:28:43 +02:00
|
|
|
BuildRequires: cmake >= 2.8.12
|
2015-11-29 20:18:17 +01:00
|
|
|
BuildRequires: extra-cmake-modules >= 0.0.11
|
2015-08-16 19:28:43 +02:00
|
|
|
BuildRequires: kf5-filesystem
|
2017-09-15 05:22:16 +02:00
|
|
|
BuildRequires: cmake(KF5IdleTime) >= 5.24.0
|
|
|
|
BuildRequires: cmake(KF5Wayland) >= 5.24.0
|
|
|
|
BuildRequires: cmake(KF5WindowSystem) >= 5.24.0
|
2015-11-29 20:18:17 +01:00
|
|
|
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
2016-06-16 18:48:52 +02:00
|
|
|
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
2015-08-16 19:28:43 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Provides integration plugins for various KDE frameworks for the wayland windowing system.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING*
|
|
|
|
%{_kf5_plugindir}/
|
|
|
|
|
|
|
|
%changelog
|