|
|
@ -3,7 +3,7 @@
|
|
|
|
%global build_kde4 1
|
|
|
|
%global build_kde4 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: plasma-breeze
|
|
|
|
Name: plasma-breeze
|
|
|
|
Version: 5.2.2
|
|
|
|
Version: 5.2.95
|
|
|
|
Release: 1%{?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
|
|
|
|
|
|
|
|
|
|
|
@ -24,6 +24,7 @@ BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-kservice-devel
|
|
|
|
BuildRequires: kf5-kservice-devel
|
|
|
|
|
|
|
|
BuildRequires: kf5-kcmutils-devel
|
|
|
|
|
|
|
|
|
|
|
|
# kde4breeze
|
|
|
|
# kde4breeze
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel
|
|
|
@ -103,6 +104,17 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}_kde4
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}_kde4
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc cursors/Breeze/README COPYING COPYING-ICONS
|
|
|
|
%doc cursors/Breeze/README COPYING COPYING-ICONS
|
|
|
@ -110,12 +122,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}_kde4
|
|
|
|
%{_kf5_qtplugindir}/styles/breeze.so
|
|
|
|
%{_kf5_qtplugindir}/styles/breeze.so
|
|
|
|
%{_kf5_datadir}/kstyle/themes/breeze.themerc
|
|
|
|
%{_kf5_datadir}/kstyle/themes/breeze.themerc
|
|
|
|
%{_kf5_qtplugindir}/kstyle_breeze_config.so
|
|
|
|
%{_kf5_qtplugindir}/kstyle_breeze_config.so
|
|
|
|
%{_bindir}/breeze-settings5
|
|
|
|
|
|
|
|
%{_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_datadir}/kconf_update/gtkbreeze.upd
|
|
|
|
%{_kf5_libdir}/kconf_update_bin/gtkbreeze
|
|
|
|
%{_kf5_libdir}/kconf_update_bin/gtkbreeze
|
|
|
|
%{_kf5_qmldir}/QtQuick/Controls/Styles/Breeze
|
|
|
|
%{_kf5_qmldir}/QtQuick/Controls/Styles/Breeze
|
|
|
|
|
|
|
|
%{_bindir}/breeze-settings5
|
|
|
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/breeze-settings.svgz
|
|
|
|
|
|
|
|
%{_kf5_datadir}/kservices5/breezedecorationconfig.desktop
|
|
|
|
|
|
|
|
%{_kf5_datadir}/kservices5/breezestyleconfig.desktop
|
|
|
|
|
|
|
|
|
|
|
|
%files common -f breeze.lang
|
|
|
|
%files common -f breeze.lang
|
|
|
|
%{_datadir}/color-schemes/*.colors
|
|
|
|
%{_datadir}/color-schemes/*.colors
|
|
|
@ -149,6 +164,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Apr 22 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.95-1
|
|
|
|
|
|
|
|
- Plasma 5.2.95
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 20 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.2-1
|
|
|
|
* Fri Mar 20 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.2-1
|
|
|
|
- Plasma 5.2.2
|
|
|
|
- Plasma 5.2.2
|
|
|
|
|
|
|
|
|
|
|
|