OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma-framework?expand=0&rev=406
194 lines
6.4 KiB
RPMSpec
194 lines
6.4 KiB
RPMSpec
#
|
|
# spec file for package plasma-framework
|
|
#
|
|
# Copyright (c) 2022 SUSE LLC
|
|
#
|
|
# 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define lname libKF5Plasma5
|
|
# Full KF5 version (e.g. 5.33.0)
|
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
|
# Last major and minor KF5 version (e.g. 5.33)
|
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
|
%define qt5_version 5.15.2
|
|
%bcond_without released
|
|
Name: plasma-framework
|
|
Version: 5.116.0
|
|
Release: 0
|
|
Summary: Plasma library and runtime components based upon KF5 and Qt5
|
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
|
URL: https://www.kde.org
|
|
Source: %{name}-%{version}.tar.xz
|
|
%if %{with released}
|
|
Source1: %{name}-%{version}.tar.xz.sig
|
|
Source2: frameworks.keyring
|
|
%endif
|
|
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
|
BuildRequires: fdupes
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: cmake(KF5Activities) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5Archive) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5Declarative) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5DocTools) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5KIO) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5Notifications) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5Package) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5Parts) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5Service) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5Wayland) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
|
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_version}
|
|
BuildRequires: cmake(Qt5Concurrent) >= %{qt5_version}
|
|
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
|
|
BuildRequires: cmake(Qt5Qml) >= %{qt5_version}
|
|
BuildRequires: cmake(Qt5Quick) >= %{qt5_version}
|
|
BuildRequires: cmake(Qt5QuickControls2) >= %{qt5_version}
|
|
BuildRequires: cmake(Qt5Sql) >= %{qt5_version}
|
|
BuildRequires: cmake(Qt5Svg) >= %{qt5_version}
|
|
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
|
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
|
BuildRequires: cmake(Qt5X11Extras) >= %{qt5_version}
|
|
#FIXME: Figure how to add it properly
|
|
BuildRequires: libQt5PlatformHeaders-devel
|
|
BuildRequires: pkgconfig(egl)
|
|
BuildRequires: pkgconfig(x11)
|
|
Requires: (plasma-framework-desktoptheme or plasma6-framework-desktoptheme)
|
|
Recommends: %{name}-components = %{version}
|
|
Provides: %{name}-private = %{version}
|
|
Obsoletes: %{name}-private < %{version}
|
|
%ifarch %{arm} aarch64
|
|
BuildRequires: pkgconfig(glesv2)
|
|
%endif
|
|
# Workaround: CMake's OpenGL::EGL target only exists if OpenGL::OpenGL does
|
|
BuildRequires: pkgconfig(gl)
|
|
|
|
%description
|
|
Plasma library and runtime components based upon KF5 and Qt5
|
|
|
|
%package -n %{lname}
|
|
Summary: Plasma framework - core libraries
|
|
Conflicts: %{name} < 5.49
|
|
Conflicts: %{name}-private < 5.49
|
|
Provides: qt5qmlimport(org.kde.plasma.configuration.2) = 0
|
|
Provides: qt5qmlimport(org.kde.plasma.plasmoid.2) = 0
|
|
|
|
%description -n %{lname}
|
|
This package contains the core libraries needed by the Plasma framework.
|
|
|
|
%package components
|
|
Summary: Plasma QML components
|
|
Requires: %{name} = %{version}
|
|
Requires: %{name}-private = %{version}
|
|
Requires: libqt5-qtquickcontrols
|
|
Requires: libqt5-qtquickcontrols2
|
|
%requires_ge kdeclarative-components
|
|
|
|
%description components
|
|
Plasma QML and runtime components based upon KF5 and Qt5
|
|
|
|
%package desktoptheme
|
|
Summary: Desktop themes usable by Plasma 5 or Plasma 6
|
|
# Split from the main package
|
|
Conflicts: plasma-framework < 5.114.0
|
|
|
|
%description desktoptheme
|
|
Desktop themes usable by plasma 5 or plasma 6.
|
|
|
|
%package devel
|
|
Summary: Plasma library and runtime components
|
|
Requires: %{lname} = %{version}
|
|
Requires: %{name} = %{version}
|
|
Requires: %{name}-components = %{version}
|
|
Requires: %{name}-private = %{version}
|
|
Requires: kf5-filesystem
|
|
Requires: cmake(KF5Package) >= %{_kf5_version}
|
|
Requires: cmake(KF5Service) >= %{_kf5_version}
|
|
Requires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
|
Requires: cmake(Qt5Gui) >= %{qt5_version}
|
|
Requires: cmake(Qt5Qml) >= %{qt5_version}
|
|
Requires: cmake(Qt5Quick) >= %{qt5_version}
|
|
Conflicts: kapptemplate <= 15.12.3
|
|
|
|
%description devel
|
|
Plasma library and runtime components based upon KF5 and Qt5
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%cmake_kf5 -d build
|
|
%cmake_build
|
|
|
|
%install
|
|
%kf5_makeinstall -C build
|
|
%fdupes %{buildroot}
|
|
|
|
%find_lang %{name} --with-man --all-name
|
|
|
|
%pre
|
|
# Was part of plasma-framework previously, so remove it
|
|
if [ $1 -eq 2 ] ; then
|
|
update-alternatives --remove input.svgz \
|
|
%{_datadir}/plasma/desktoptheme/default/icons/input.svgz-kdeorg
|
|
fi
|
|
|
|
%ldconfig_scriptlets -n %{lname}
|
|
|
|
%files
|
|
%{_kf5_bindir}/*
|
|
%{_kf5_plugindir}/
|
|
%{_kf5_plasmadir}/
|
|
%{_kf5_servicetypesdir}/
|
|
%{_kf5_mandir}/man1/plasmapkg*.*
|
|
%exclude %{_kf5_plasmadir}/desktoptheme/
|
|
|
|
%files -n %{lname}
|
|
%license LICENSES/*
|
|
%{_kf5_libdir}/libKF5Plasma.so.*
|
|
%{_kf5_libdir}/libKF5PlasmaQuick.so.*
|
|
%{_kf5_debugdir}/plasma-framework.categories
|
|
%{_kf5_debugdir}/*.renamecategories
|
|
|
|
%files components
|
|
%{_kf5_qmldir}/
|
|
|
|
%files desktoptheme
|
|
%{_kf5_plasmadir}/desktoptheme/
|
|
|
|
%files devel
|
|
%{_kf5_includedir}/Plasma/
|
|
%{_kf5_includedir}/PlasmaQuick/
|
|
%{_kf5_includedir}/plasma/
|
|
%{_kf5_includedir}/plasmaquick/
|
|
%{_kf5_libdir}/cmake/*/
|
|
%{_kf5_libdir}/libKF5Plasma.so
|
|
%{_kf5_libdir}/libKF5PlasmaQuick.so
|
|
%{_kf5_sharedir}/kdevappwizard
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|