2016-03-06 09:38:07 +00:00
|
|
|
#
|
|
|
|
# spec file for package plasma5-integration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2022-01-19 20:18:43 +00:00
|
|
|
%bcond_without released
|
2016-03-06 09:38:07 +00:00
|
|
|
Name: plasma5-integration
|
2023-12-06 16:21:53 +00:00
|
|
|
Version: 5.27.10
|
2016-03-06 09:38:07 +00:00
|
|
|
Release: 0
|
2017-05-16 11:56:23 +00:00
|
|
|
# Full Plasma 5 version (e.g. 5.8.95)
|
2021-07-07 07:53:02 +00:00
|
|
|
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
2018-09-15 12:29:47 +00: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}')}
|
2016-03-06 09:38:07 +00:00
|
|
|
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
Url: http://www.kde.org
|
2023-02-22 20:25:34 +00:00
|
|
|
Source: https://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz
|
2022-01-19 20:18:43 +00:00
|
|
|
%if %{with released}
|
2023-02-22 20:25:34 +00:00
|
|
|
Source1: https://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz.sig
|
2018-09-19 04:47:34 +00:00
|
|
|
Source2: plasma.keyring
|
|
|
|
%endif
|
2022-09-17 10:40:30 +00:00
|
|
|
BuildRequires: extra-cmake-modules >= 5.98.0
|
2016-03-06 09:38:07 +00:00
|
|
|
BuildRequires: kf5-filesystem
|
2022-09-17 10:40:30 +00:00
|
|
|
BuildRequires: libQt5Gui-private-headers-devel >= 5.15.0
|
2017-10-05 20:23:46 +00:00
|
|
|
BuildRequires: libQt5QuickControls2-devel
|
2022-09-17 10:40:30 +00:00
|
|
|
BuildRequires: libQt5PlatformSupport-private-headers-devel
|
2016-09-23 18:23:42 +00:00
|
|
|
BuildRequires: cmake(Breeze) >= %{_plasma5_version}
|
2022-09-17 10:40:30 +00:00
|
|
|
BuildRequires: cmake(KF5Config) >= 5.98.0
|
|
|
|
BuildRequires: cmake(KF5ConfigWidgets)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
BuildRequires: cmake(KF5IconThemes)
|
|
|
|
BuildRequires: cmake(KF5KIO)
|
|
|
|
BuildRequires: cmake(KF5Notifications)
|
|
|
|
BuildRequires: cmake(KF5Wayland)
|
|
|
|
BuildRequires: cmake(KF5WidgetsAddons)
|
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
2022-05-25 05:38:13 +00:00
|
|
|
BuildRequires: cmake(PlasmaWaylandProtocols)
|
2022-09-17 10:40:30 +00:00
|
|
|
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
2022-05-25 05:38:13 +00:00
|
|
|
BuildRequires: cmake(Qt5WaylandClient)
|
2022-09-17 10:40:30 +00:00
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
|
|
|
BuildRequires: cmake(Qt5X11Extras)
|
2016-03-06 09:38:07 +00:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xcursor)
|
|
|
|
|
|
|
|
%description
|
|
|
|
Plasma Integration is a set of plugins responsible for better
|
|
|
|
integration of Qt applications when running on a
|
|
|
|
KDE Plasma workspace.
|
|
|
|
|
|
|
|
Applications do not need to link to this directly.
|
|
|
|
|
|
|
|
%package plugin
|
|
|
|
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
|
|
|
Group: System/GUI/KDE
|
2016-09-17 18:40:36 +00:00
|
|
|
Requires: hack-fonts
|
2016-03-06 09:38:07 +00:00
|
|
|
Requires: noto-sans
|
|
|
|
%requires_eq libQt5Gui5
|
2017-07-05 00:29:42 +00:00
|
|
|
Recommends: %{name}-plugin-lang
|
2016-03-06 09:38:07 +00:00
|
|
|
|
|
|
|
%description plugin
|
|
|
|
Plasma Integration is a set of plugins responsible for better
|
|
|
|
integration of Qt applications when running on a
|
|
|
|
KDE Plasma workspace.
|
|
|
|
|
|
|
|
Applications do not need to link to this directly.
|
|
|
|
|
2021-05-15 16:17:06 +00:00
|
|
|
%package devel
|
|
|
|
Summary: plasma5-integration development headers
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
Requires: plasma5-integration-plugin
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides development headers for plasma5-integration. They
|
|
|
|
are not meant to be used standalone, but are required for building other
|
|
|
|
Plasma components.
|
|
|
|
|
2016-03-20 15:28:39 +00:00
|
|
|
%lang_package -n plasma5-integration-plugin
|
2018-05-02 18:41:49 +00:00
|
|
|
|
2016-03-06 09:38:07 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n plasma-integration-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
2020-02-08 00:13:33 +00:00
|
|
|
%cmake_build
|
2016-03-06 09:38:07 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
|
|
|
%find_lang plasmaintegration5
|
|
|
|
|
|
|
|
%files plugin
|
2021-09-20 06:13:47 +00:00
|
|
|
%license LICENSES/*
|
2016-03-06 09:38:07 +00:00
|
|
|
%{_kf5_plugindir}/
|
2016-09-17 18:40:36 +00:00
|
|
|
%{_kf5_sharedir}/kconf_update/
|
2016-03-06 09:38:07 +00:00
|
|
|
|
2021-05-15 16:17:06 +00:00
|
|
|
%files devel
|
2021-09-20 06:13:47 +00:00
|
|
|
%license LICENSES/*
|
2021-05-15 16:17:06 +00:00
|
|
|
%dir %{_includedir}/PlasmaKeyData/
|
|
|
|
%{_includedir}/PlasmaKeyData/plasmakeydata.h
|
|
|
|
%{_kf5_libdir}/pkgconfig/plasma-key-data.pc
|
|
|
|
|
2016-03-20 09:35:59 +00:00
|
|
|
%files -n plasma5-integration-plugin-lang -f plasmaintegration5.lang
|
2016-03-06 09:38:07 +00:00
|
|
|
|
|
|
|
%changelog
|