forked from pool/breeze
This commit is contained in:
parent
1ea00fd48f
commit
c54fed2eae
@ -3,6 +3,7 @@ Thu Sep 25 22:45:25 UTC 2014 - hrvoje.senjan@gmail.com
|
|||||||
|
|
||||||
- Update to 5.0.95:
|
- Update to 5.0.95:
|
||||||
* Minor tweaks to breeze style since previous update
|
* Minor tweaks to breeze style since previous update
|
||||||
|
- Install locale to %{_kf5_localedir} (../locale/kf5/ directory)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 24 12:15:17 UTC 2014 - hrvoje.senjan@gmail.com
|
Wed Sep 24 12:15:17 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
@ -96,16 +96,22 @@ Group: System/GUI/KDE
|
|||||||
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
|
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
|
||||||
This package provides Breeze KWin decoration.
|
This package provides Breeze KWin decoration.
|
||||||
|
|
||||||
|
%lang_package -n breeze5-style
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DBUILD_po=OFF
|
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
|
%files -n breeze5-style-lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING*
|
||||||
|
%{_kf5_localedir}/
|
||||||
|
|
||||||
%files -n breeze5-icons
|
%files -n breeze5-icons
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
|
Loading…
Reference in New Issue
Block a user