2015-06-09 08:48:59 +02:00
|
|
|
#
|
|
|
|
# spec file for package breeze-gtk
|
|
|
|
#
|
2019-10-11 14:27:54 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2015-06-09 08:48:59 +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.
|
|
|
|
|
2019-10-11 14:27:54 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-06-09 08:48:59 +02:00
|
|
|
#
|
|
|
|
|
2022-01-19 21:18:38 +01:00
|
|
|
%bcond_without released
|
2015-10-25 15:10:34 +01:00
|
|
|
|
|
|
|
%define _name breeze
|
2015-06-09 08:48:59 +02:00
|
|
|
Name: breeze-gtk
|
2023-05-10 01:11:35 +02:00
|
|
|
Version: 5.27.5
|
2015-06-09 08:48:59 +02:00
|
|
|
Release: 0
|
2015-10-25 15:10:34 +01:00
|
|
|
Summary: GTK+ theme matching KDE's Breeze
|
2019-10-11 14:27:54 +02:00
|
|
|
License: LGPL-2.1-only
|
2015-06-09 08:48:59 +02:00
|
|
|
Group: System/GUI/KDE
|
2019-10-11 14:27:54 +02:00
|
|
|
URL: https://projects.kde.org/breeze-gtk
|
2023-02-22 21:25:14 +01:00
|
|
|
Source: https://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz
|
2022-01-19 21:18:38 +01:00
|
|
|
%if %{with released}
|
2023-02-22 21:25:14 +01:00
|
|
|
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz.sig
|
2018-09-19 06:47:22 +02:00
|
|
|
Source2: plasma.keyring
|
|
|
|
%endif
|
2019-01-19 10:06:55 +01:00
|
|
|
BuildRequires: breeze5-style
|
2021-05-15 18:16:59 +02:00
|
|
|
BuildRequires: cmake >= 3.16
|
2022-09-17 12:40:18 +02:00
|
|
|
BuildRequires: extra-cmake-modules >= 5.98.0
|
2015-10-25 15:10:34 +01:00
|
|
|
BuildRequires: fdupes
|
2015-12-03 13:28:18 +01:00
|
|
|
BuildRequires: kf5-filesystem
|
2019-01-19 10:06:55 +01:00
|
|
|
BuildRequires: python3-cairo
|
|
|
|
BuildRequires: sassc
|
2015-06-09 08:48:59 +02:00
|
|
|
|
|
|
|
%description
|
2015-10-25 15:10:34 +01:00
|
|
|
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
|
|
|
|
|
|
|
%package -n metatheme-%{_name}-common
|
|
|
|
Summary: GTK+ theme matching KDE's Breeze -- Common Files
|
|
|
|
Group: System/GUI/KDE
|
2018-11-28 11:42:24 +01:00
|
|
|
# Default cursor theme
|
|
|
|
Recommends: breeze5-cursors
|
2015-10-25 15:10:34 +01:00
|
|
|
Suggests: gtk2-metatheme-%{_name}
|
|
|
|
Suggests: gtk3-metatheme-%{_name}
|
2023-01-23 14:54:44 +01:00
|
|
|
Suggests: gtk4-metatheme-%{_name}
|
2015-10-25 15:10:34 +01:00
|
|
|
Provides: %{_name}-gtk = %{version}
|
|
|
|
Obsoletes: %{_name}-gtk < %{version}
|
|
|
|
|
|
|
|
%description -n metatheme-%{_name}-common
|
|
|
|
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
|
|
|
|
|
|
|
%package -n gtk2-metatheme-%{_name}
|
|
|
|
Summary: GTK+ theme matching KDE's Breeze -- GTK+ 2 Support
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
Requires: metatheme-%{_name}-common = %{version}
|
2019-10-11 14:27:54 +02:00
|
|
|
Supplements: (breeze4-style and gtk2)
|
|
|
|
Supplements: (breeze5-style and gtk2)
|
2015-12-03 13:28:18 +01:00
|
|
|
BuildArch: noarch
|
2015-10-25 15:10:34 +01:00
|
|
|
|
|
|
|
%description -n gtk2-metatheme-%{_name}
|
|
|
|
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
|
|
|
|
|
|
|
%package -n gtk3-metatheme-%{_name}
|
|
|
|
Summary: GTK+ theme matching KDE's Breeze -- GTK+ 3 Support
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
Requires: metatheme-%{_name}-common = %{version}
|
2019-10-11 14:27:54 +02:00
|
|
|
Supplements: (breeze4-style and gtk3)
|
|
|
|
Supplements: (breeze5-style and gtk3)
|
2015-12-03 13:28:18 +01:00
|
|
|
BuildArch: noarch
|
2015-10-25 15:10:34 +01:00
|
|
|
|
|
|
|
%description -n gtk3-metatheme-%{_name}
|
|
|
|
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
2015-06-09 08:48:59 +02:00
|
|
|
|
2023-01-23 14:54:44 +01:00
|
|
|
%package -n gtk4-metatheme-%{_name}
|
|
|
|
Summary: GTK+ theme matching KDE's Breeze -- GTK+ 4 Support
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
Requires: metatheme-%{_name}-common = %{version}
|
|
|
|
Supplements: (breeze4-style and gtk4)
|
|
|
|
Supplements: (breeze5-style and gtk4)
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n gtk4-metatheme-%{_name}
|
|
|
|
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
|
|
|
|
2015-06-09 08:48:59 +02:00
|
|
|
%prep
|
2018-11-28 11:42:24 +01:00
|
|
|
%autosetup -p1
|
2018-11-28 13:05:06 +01:00
|
|
|
|
2015-10-25 15:10:34 +01:00
|
|
|
%build
|
2016-09-23 20:20:20 +02:00
|
|
|
%cmake_kf5
|
2020-02-08 01:13:07 +01:00
|
|
|
%cmake_build
|
2015-06-09 08:48:59 +02:00
|
|
|
|
|
|
|
%install
|
2015-12-03 13:28:18 +01:00
|
|
|
%kf5_makeinstall
|
2015-10-25 15:10:34 +01:00
|
|
|
%fdupes %{buildroot}%{_datadir}/
|
|
|
|
|
|
|
|
%files -n metatheme-%{_name}-common
|
2020-09-21 08:29:46 +02:00
|
|
|
%license LICENSES/*
|
2018-11-28 11:42:24 +01:00
|
|
|
%doc README.md
|
2015-10-25 15:10:34 +01:00
|
|
|
%{_datadir}/themes/Breeze*/
|
2017-05-27 18:33:28 +02:00
|
|
|
%exclude %{_datadir}/themes/Breeze*/gtk-*/
|
2016-09-17 20:38:52 +02:00
|
|
|
%dir %{_kf5_sharedir}/themes/Breeze*/assets/
|
2015-10-25 15:10:34 +01:00
|
|
|
|
|
|
|
%files -n gtk2-metatheme-%{_name}
|
|
|
|
%{_datadir}/themes/Breeze*/gtk-2.0/
|
|
|
|
|
|
|
|
%files -n gtk3-metatheme-%{_name}
|
2017-05-27 18:33:28 +02:00
|
|
|
%{_datadir}/themes/Breeze*/gtk-3.*/
|
2015-10-25 15:10:34 +01:00
|
|
|
|
2023-01-23 14:54:44 +01:00
|
|
|
%files -n gtk4-metatheme-%{_name}
|
|
|
|
%{_datadir}/themes/Breeze*/gtk-4.*/
|
|
|
|
|
2015-10-25 15:10:34 +01:00
|
|
|
%changelog
|