2014-06-05 18:04:15 +02:00
|
|
|
#
|
|
|
|
# spec file for package breeze
|
|
|
|
#
|
2023-01-04 21:25:13 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2014-06-05 18:04:15 +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:05 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-06-05 18:04:15 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2018-09-15 14:29:37 +02:00
|
|
|
# Full Plasma 5 version (e.g. 5.8.95)
|
2021-07-07 09:52:56 +02:00
|
|
|
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
2018-09-15 14:29:37 +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}')}
|
2022-01-19 21:18:37 +01:00
|
|
|
%bcond_without released
|
2014-06-05 18:04:15 +02:00
|
|
|
Name: breeze
|
2023-12-06 17:21:37 +01:00
|
|
|
Version: 5.27.10
|
2014-06-05 18:04:15 +02:00
|
|
|
Release: 0
|
2018-09-15 14:29:37 +02:00
|
|
|
Summary: Plasma Desktop artwork, styles and assets
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
URL: http://www.kde.org
|
2023-02-22 21:25:10 +01:00
|
|
|
Source: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
|
2022-01-19 21:18:37 +01:00
|
|
|
%if %{with released}
|
2023-02-22 21:25:10 +01:00
|
|
|
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
|
2018-09-19 06:47:20 +02:00
|
|
|
Source2: plasma.keyring
|
|
|
|
%endif
|
2023-03-16 22:02:35 +01:00
|
|
|
# PATCH-FEATURE-UPSTREAM
|
|
|
|
Patch100: 0001-Outline-intensity-setting.patch
|
|
|
|
# PATCH-FIX-OPENSUSE for ^
|
|
|
|
Patch101: 0002-Undo-some-string-changes-from-the-preceding-commit.patch
|
2021-05-15 18:16:58 +02:00
|
|
|
BuildRequires: cmake >= 3.16
|
2022-09-17 12:40:17 +02:00
|
|
|
BuildRequires: extra-cmake-modules >= 5.98.0
|
2016-07-18 11:17:09 +02:00
|
|
|
BuildRequires: fdupes
|
2015-10-10 15:57:17 +02:00
|
|
|
BuildRequires: hicolor-icon-theme
|
2014-06-05 18:04:15 +02:00
|
|
|
BuildRequires: kf5-filesystem
|
2018-09-15 14:29:37 +02:00
|
|
|
BuildRequires: pkgconfig
|
2017-05-16 13:56:12 +02:00
|
|
|
# Needed for Plasma/LookAndFeel service type declaration (kde#367923)
|
|
|
|
BuildRequires: plasma-framework
|
2016-09-23 20:20:19 +02:00
|
|
|
BuildRequires: cmake(KDecoration2) >= %{_plasma5_version}
|
2015-11-27 20:47:09 +01:00
|
|
|
BuildRequires: cmake(KF5ConfigWidgets)
|
|
|
|
BuildRequires: cmake(KF5CoreAddons)
|
|
|
|
BuildRequires: cmake(KF5FrameworkIntegration)
|
|
|
|
BuildRequires: cmake(KF5GuiAddons)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
BuildRequires: cmake(KF5KCMUtils)
|
2022-05-25 07:38:03 +02:00
|
|
|
BuildRequires: cmake(KF5Kirigami2)
|
2016-03-05 19:44:15 +01:00
|
|
|
BuildRequires: cmake(KF5Package)
|
2017-09-15 05:22:11 +02:00
|
|
|
BuildRequires: cmake(KF5Wayland)
|
2015-11-27 20:47:09 +01:00
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
2022-09-17 12:40:17 +02:00
|
|
|
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
|
|
|
BuildRequires: cmake(Qt5Quick)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
|
|
|
BuildRequires: cmake(Qt5X11Extras)
|
2014-08-26 10:37:43 +02:00
|
|
|
BuildRequires: pkgconfig(x11-xcb)
|
|
|
|
BuildRequires: pkgconfig(xcb)
|
|
|
|
Requires: breeze5-cursors >= %{version}
|
|
|
|
Requires: breeze5-icons >= %{version}
|
|
|
|
Requires: breeze5-style >= %{version}
|
|
|
|
Recommends: breeze5-decoration >= %{version}
|
2021-07-28 07:42:03 +02:00
|
|
|
Recommends: breeze5-wallpapers >= %{version}
|
2014-06-05 18:04:15 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
|
|
|
|
|
2014-08-26 10:37:43 +02:00
|
|
|
%package -n breeze5-cursors
|
|
|
|
Summary: Plasma Desktop artwork, styles and assets
|
|
|
|
Group: System/GUI/KDE
|
2014-08-26 10:48:00 +02:00
|
|
|
BuildArch: noarch
|
2014-08-26 10:37:43 +02:00
|
|
|
|
|
|
|
%description -n breeze5-cursors
|
|
|
|
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
|
|
|
|
This package provides Breeze cursor theme.
|
|
|
|
|
|
|
|
%package -n breeze5-style
|
|
|
|
Summary: Plasma Desktop artwork, styles and assets
|
2016-10-19 11:19:15 +02:00
|
|
|
Group: System/GUI/KDE
|
2015-10-18 16:58:07 +02:00
|
|
|
Requires: kconf_update5
|
2014-10-25 19:25:26 +02:00
|
|
|
Recommends: breeze5-style-lang
|
2014-08-26 10:37:43 +02:00
|
|
|
|
|
|
|
%description -n breeze5-style
|
|
|
|
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
|
|
|
|
This package provides Breeze style, color-scheme and aditional assets.
|
|
|
|
|
|
|
|
%package -n breeze5-wallpapers
|
|
|
|
Summary: Plasma Desktop artwork, styles and assets
|
|
|
|
Group: System/GUI/KDE
|
2014-08-26 10:48:00 +02:00
|
|
|
BuildArch: noarch
|
2014-08-26 10:37:43 +02:00
|
|
|
|
|
|
|
%description -n breeze5-wallpapers
|
|
|
|
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
|
|
|
|
This package provides Breeze wallpaper theme.
|
|
|
|
|
|
|
|
%package -n breeze5-decoration
|
|
|
|
Summary: Plasma Desktop artwork, styles and assets
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
|
|
|
|
%description -n breeze5-decoration
|
|
|
|
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
|
|
|
|
This package provides Breeze KWin decoration.
|
|
|
|
|
2014-09-26 01:04:51 +02:00
|
|
|
%lang_package -n breeze5-style
|
2018-09-15 14:29:37 +02:00
|
|
|
|
|
|
|
%package -n libbreezecommon5-5
|
|
|
|
Summary: Library containing support code for the Breeze Qt5 style
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libbreezecommon5-5
|
|
|
|
Library containing support code for the Breeze Qt5 style.
|
|
|
|
|
2014-06-05 18:04:15 +02:00
|
|
|
%prep
|
2020-10-14 11:31:21 +02:00
|
|
|
%autosetup -p1
|
2014-06-05 18:04:15 +02:00
|
|
|
|
|
|
|
%build
|
2019-09-20 13:01:10 +02:00
|
|
|
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
2020-02-08 01:13:05 +01:00
|
|
|
%cmake_build
|
2014-06-05 18:04:15 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
2021-02-15 11:17:27 +01:00
|
|
|
|
|
|
|
# The migration overrides the look and feel, don't migrate for now
|
|
|
|
rm %{buildroot}%{_kf5_sharedir}/kconf_update/breezetobreezelight.upd
|
|
|
|
|
2023-01-23 14:54:41 +01:00
|
|
|
%{kf5_find_lang}
|
|
|
|
|
2018-09-15 14:29:37 +02:00
|
|
|
%fdupes %{buildroot}/%{_prefix}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig -n libbreezecommon5-5
|
|
|
|
%postun -p /sbin/ldconfig -n libbreezecommon5-5
|
2014-06-05 18:04:15 +02:00
|
|
|
|
2016-07-06 18:37:22 +02:00
|
|
|
%files -n breeze5-style-lang -f %{name}.lang
|
2014-09-26 01:04:51 +02:00
|
|
|
|
2014-08-26 10:37:43 +02:00
|
|
|
%files -n breeze5-cursors
|
2020-09-21 08:29:45 +02:00
|
|
|
%license LICENSES/*
|
2015-01-08 19:05:55 +01:00
|
|
|
%{_kf5_iconsdir}/breeze_cursors
|
|
|
|
%{_kf5_iconsdir}/Breeze_Snow/
|
2014-08-26 10:37:43 +02:00
|
|
|
|
|
|
|
%files -n breeze5-style
|
2020-09-21 08:29:45 +02:00
|
|
|
%license LICENSES/*
|
2023-01-23 14:54:41 +01:00
|
|
|
%{_kf5_applicationsdir}/breezestyleconfig.desktop
|
2015-01-08 19:05:55 +01:00
|
|
|
%{_kf5_bindir}/breeze-settings5
|
2015-04-10 20:14:13 +02:00
|
|
|
%dir %{_kf5_iconsdir}/hicolor/scalable
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/scalable/apps
|
|
|
|
%{_kf5_iconsdir}/hicolor/scalable/apps/breeze-settings.*
|
2014-06-05 18:04:15 +02:00
|
|
|
%{_kf5_sharedir}/QtCurve/
|
2014-08-26 10:37:43 +02:00
|
|
|
%{_kf5_sharedir}/color-schemes/
|
2015-11-27 21:15:40 +01:00
|
|
|
%{_kf5_libdir}/kconf_update_bin/
|
|
|
|
%{_kf5_sharedir}/kconf_update/
|
2015-01-08 19:05:55 +01:00
|
|
|
%dir %{_kf5_plugindir}
|
2023-01-23 14:54:41 +01:00
|
|
|
%dir %{_kf5_plugindir}/plasma
|
|
|
|
%dir %{_kf5_plugindir}/plasma/kcms
|
|
|
|
%dir %{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/
|
|
|
|
%{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/breezestyleconfig.so
|
2015-01-08 19:05:55 +01:00
|
|
|
%{_kf5_plugindir}/styles/
|
2014-08-26 10:37:43 +02:00
|
|
|
%{_kf5_sharedir}/kstyle/
|
2016-06-16 17:56:55 +02:00
|
|
|
%{_kf5_libdir}/cmake/Breeze/
|
2014-08-26 10:37:43 +02:00
|
|
|
|
|
|
|
%files -n breeze5-wallpapers
|
2020-09-21 08:29:45 +02:00
|
|
|
%license LICENSES/*
|
2014-07-03 23:13:32 +02:00
|
|
|
%dir %{_kf5_sharedir}/wallpapers
|
|
|
|
%{_kf5_sharedir}/wallpapers/Next/
|
2014-08-26 10:37:43 +02:00
|
|
|
|
|
|
|
%files -n breeze5-decoration
|
2020-09-21 08:29:45 +02:00
|
|
|
%license LICENSES/*
|
2023-01-23 14:54:41 +01:00
|
|
|
%{_kf5_applicationsdir}/kcm_breezedecoration.desktop
|
2015-01-08 19:05:55 +01:00
|
|
|
%dir %{_kf5_plugindir}
|
2023-01-23 14:54:41 +01:00
|
|
|
%dir %{_kf5_plugindir}/plasma
|
|
|
|
%dir %{_kf5_plugindir}/plasma/kcms
|
|
|
|
%dir %{_kf5_plugindir}/plasma/kcms/breeze
|
2015-01-08 19:05:55 +01:00
|
|
|
%{_kf5_plugindir}/org.kde.kdecoration2/
|
2023-01-23 14:54:41 +01:00
|
|
|
%{_kf5_plugindir}/plasma/kcms/breeze/kcm_breezedecoration.so
|
2014-08-26 10:37:43 +02:00
|
|
|
|
|
|
|
%files
|
2020-09-21 08:29:45 +02:00
|
|
|
%license LICENSES/*
|
2018-09-15 14:29:37 +02:00
|
|
|
|
|
|
|
%files -n libbreezecommon5-5
|
2020-09-21 08:29:45 +02:00
|
|
|
%license LICENSES/*
|
2018-09-15 14:29:37 +02:00
|
|
|
%{_libdir}/libbreezecommon5.so.*
|
2014-06-05 18:04:15 +02:00
|
|
|
|
|
|
|
%changelog
|