|
|
@ -3,8 +3,8 @@
|
|
|
|
%global build_kde4 1
|
|
|
|
%global build_kde4 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: plasma-breeze
|
|
|
|
Name: plasma-breeze
|
|
|
|
Version: 5.4.3
|
|
|
|
Version: 5.4.95
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
|
|
|
|
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
@ -18,18 +18,14 @@ URL: https://projects.kde.org/projects/kde/workspace/breeze
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
# This was accidentally broken by merge from breeze github repo in 5.4.2 while in 5.4.0 and 5.4.1
|
|
|
|
|
|
|
|
# it was correct. Without this when you use breeze-dark you will be missing some icons because of
|
|
|
|
|
|
|
|
# wrong inheritance.
|
|
|
|
|
|
|
|
Patch1: fix-breeze-dark-inheritance.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-kservice-devel
|
|
|
|
BuildRequires: kf5-kservice-devel
|
|
|
|
BuildRequires: kf5-kcmutils-devel
|
|
|
|
BuildRequires: kf5-kcmutils-devel
|
|
|
|
|
|
|
|
BuildRequires: kf5-plasma-devel
|
|
|
|
|
|
|
|
|
|
|
|
# kde4breeze
|
|
|
|
# kde4breeze
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel
|
|
|
@ -48,10 +44,10 @@ BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
|
|
|
|
|
|
|
# icon optimizations
|
|
|
|
# icon optimizations
|
|
|
|
BuildRequires: hardlink
|
|
|
|
BuildRequires: hardlink
|
|
|
|
# for optimizegraphics
|
|
|
|
# for optimizegraphics
|
|
|
|
BuildRequires: kde-dev-scripts
|
|
|
|
BuildRequires: kde-dev-scripts
|
|
|
|
BuildRequires: time
|
|
|
|
BuildRequires: time
|
|
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
|
|
|
|
|
|
@ -74,13 +70,6 @@ Provides: breeze-cursor-themes = %{version}-%{release}
|
|
|
|
%description -n breeze-cursor-theme
|
|
|
|
%description -n breeze-cursor-theme
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n breeze-icon-theme
|
|
|
|
|
|
|
|
Summary: Breeze icon theme
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: breeze-cursor-theme = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n breeze-icon-theme
|
|
|
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?build_kde4:1}
|
|
|
|
%if 0%{?build_kde4:1}
|
|
|
|
%package -n kde-style-breeze
|
|
|
|
%package -n kde-style-breeze
|
|
|
|
Summary: KDE 4 version of Plasma 5 artwork, style and assets
|
|
|
|
Summary: KDE 4 version of Plasma 5 artwork, style and assets
|
|
|
@ -137,10 +126,6 @@ popd
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
test "$(grep '^Inherits=' %{buildroot}%{_datadir}/icons/breeze-dark/index.theme)" = "Inherits=breeze"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
%post
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
@ -161,19 +146,26 @@ fi
|
|
|
|
%{_kf5_qtplugindir}/kstyle_breeze_config.so
|
|
|
|
%{_kf5_qtplugindir}/kstyle_breeze_config.so
|
|
|
|
%{_kf5_datadir}/kconf_update/kde4breeze.upd
|
|
|
|
%{_kf5_datadir}/kconf_update/kde4breeze.upd
|
|
|
|
%{_kf5_libdir}/kconf_update_bin/kde4breeze
|
|
|
|
%{_kf5_libdir}/kconf_update_bin/kde4breeze
|
|
|
|
%{_kf5_datadir}/kconf_update/gtkbreeze.upd
|
|
|
|
|
|
|
|
%{_kf5_libdir}/kconf_update_bin/gtkbreeze
|
|
|
|
|
|
|
|
%{_kf5_qmldir}/QtQuick/Controls/Styles/Breeze
|
|
|
|
%{_kf5_qmldir}/QtQuick/Controls/Styles/Breeze
|
|
|
|
%{_bindir}/breeze-settings5
|
|
|
|
%{_bindir}/breeze-settings5
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/breeze-settings.svgz
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/breeze-settings.svgz
|
|
|
|
%{_kf5_datadir}/kservices5/breezedecorationconfig.desktop
|
|
|
|
%{_kf5_datadir}/kservices5/breezedecorationconfig.desktop
|
|
|
|
%{_kf5_datadir}/kservices5/breezestyleconfig.desktop
|
|
|
|
%{_kf5_datadir}/kservices5/breezestyleconfig.desktop
|
|
|
|
|
|
|
|
%{_kf5_datadir}/kservices5/plasma-lookandfeel-org.kde.breezedark.desktop.desktop
|
|
|
|
|
|
|
|
%{_kf5_datadir}/plasma/look-and-feel/org.kde.breezedark.desktop/
|
|
|
|
|
|
|
|
|
|
|
|
%files common -f breeze.lang
|
|
|
|
%files common -f breeze.lang
|
|
|
|
%{_datadir}/color-schemes/*.colors
|
|
|
|
%{_datadir}/color-schemes/*.colors
|
|
|
|
%{_datadir}/QtCurve/Breeze.qtcurve
|
|
|
|
%{_datadir}/QtCurve/Breeze.qtcurve
|
|
|
|
%{_datadir}/wallpapers/Next
|
|
|
|
%{_datadir}/wallpapers/Next
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?build_kde4:1}
|
|
|
|
|
|
|
|
%files -n kde-style-breeze
|
|
|
|
|
|
|
|
%{_kde4_libdir}/kde4/plugins/styles/breeze.so
|
|
|
|
|
|
|
|
%{_kde4_libdir}/kde4/kstyle_breeze_config.so
|
|
|
|
|
|
|
|
%{_kde4_appsdir}/kstyle/themes/breeze.themerc
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%post -n breeze-cursor-theme
|
|
|
|
%post -n breeze-cursor-theme
|
|
|
|
touch --no-create %{_datadir}/icons/{breeze_cursors,Breeze_Snow} &> /dev/null || :
|
|
|
|
touch --no-create %{_datadir}/icons/{breeze_cursors,Breeze_Snow} &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
@ -187,34 +179,16 @@ gtk-update-icon-cache %{_datadir}/icons/{breeze_cursors,Breeze_Snow} &> /dev/nul
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%files -n breeze-cursor-theme
|
|
|
|
%files -n breeze-cursor-theme
|
|
|
|
%{_datadir}/icons/breeze_cursors/
|
|
|
|
%{_kf5_datadir}/icons/Breeze_Snow
|
|
|
|
%{_datadir}/icons/Breeze_Snow/
|
|
|
|
%ghost %{_kf5_datadir}/icons/Breeze_Snow/index.theme
|
|
|
|
|
|
|
|
%{_kf5_datadir}/icons/breeze_cursors
|
|
|
|
%post -n breeze-icon-theme
|
|
|
|
%ghost %{_kf5_datadir}/icons/breeze_cursors/index.theme
|
|
|
|
touch --no-create %{_datadir}/icons/{breeze,breeze-dark} &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%posttrans -n breeze-icon-theme
|
|
|
|
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/{breeze,breeze-dark} &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun -n breeze-icon-theme
|
|
|
|
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
|
|
|
|
touch --no-create %{_datadir}/icons/{breeze,breeze-dark} &> /dev/null || :
|
|
|
|
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/{breeze,breeze-dark} &> /dev/null || :
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n breeze-icon-theme
|
|
|
|
|
|
|
|
%{_datadir}/icons/breeze/
|
|
|
|
|
|
|
|
%{_datadir}/icons/breeze-dark/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?build_kde4:1}
|
|
|
|
|
|
|
|
%files -n kde-style-breeze
|
|
|
|
|
|
|
|
%{_kde4_libdir}/kde4/plugins/styles/breeze.so
|
|
|
|
|
|
|
|
%{_kde4_libdir}/kde4/kstyle_breeze_config.so
|
|
|
|
|
|
|
|
%{_kde4_appsdir}/kstyle/themes/breeze.themerc
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Nov 25 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.4.95-2
|
|
|
|
|
|
|
|
- Plasma 5.4.95
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.3-5
|
|
|
|
* Sun Nov 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.3-5
|
|
|
|
- icon-theme/cursor theme: drop Requires: -common, add versioned Conflicts instead
|
|
|
|
- icon-theme/cursor theme: drop Requires: -common, add versioned Conflicts instead
|
|
|
|
|
|
|
|
|
|
|
|