Plasma 5.2.95
This commit is contained in:
parent
13f47bca6c
commit
2ea5e624d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/breeze-5.2.0.tar.xz
|
||||
/breeze-5.2.1.tar.xz
|
||||
/breeze-5.2.2.tar.xz
|
||||
/breeze-5.2.95.tar.xz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global build_kde4 1
|
||||
|
||||
Name: plasma-breeze
|
||||
Version: 5.2.2
|
||||
Version: 5.2.95
|
||||
Release: 1%{?dist}
|
||||
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: kf5-kservice-devel
|
||||
BuildRequires: kf5-kcmutils-devel
|
||||
|
||||
# kde4breeze
|
||||
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
|
||||
%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
|
||||
%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_datadir}/kstyle/themes/breeze.themerc
|
||||
%{_kf5_qtplugindir}/kstyle_breeze_config.so
|
||||
%{_bindir}/breeze-settings5
|
||||
%{_kf5_datadir}/kconf_update/kde4breeze.upd
|
||||
%{_kf5_libdir}/kconf_update_bin/kde4breeze
|
||||
%{_kf5_datadir}/kconf_update/gtkbreeze.upd
|
||||
%{_kf5_libdir}/kconf_update_bin/gtkbreeze
|
||||
%{_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
|
||||
%{_datadir}/color-schemes/*.colors
|
||||
@ -149,6 +164,9 @@ fi
|
||||
|
||||
|
||||
%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
|
||||
- Plasma 5.2.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
eab754e5ad4ee9f7e83bf6bbc40815c3 breeze-5.2.2.tar.xz
|
||||
0f8d4e07ea1e3437dad9855b0c994525 breeze-5.2.95.tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user