diff --git a/oxygen5.changes b/oxygen5.changes index 487279d..6aec357 100644 --- a/oxygen5.changes +++ b/oxygen5.changes @@ -3,6 +3,7 @@ Thu Sep 25 22:41:01 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.0.95: * Minor changes to Oxygen style and decoration +- Install translations ------------------------------------------------------------------- Wed Sep 24 20:20:57 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/oxygen5.spec b/oxygen5.spec index e06b837..fc059aa 100644 --- a/oxygen5.spec +++ b/oxygen5.spec @@ -116,12 +116,12 @@ Provides: oxygen-decoration5 This package contains the libraries Oxygen's KWin decoration. %endif +%lang_package %prep %setup -q -n oxygen-%{version} -sed -i '/^ecm_optional_add_subdirectory(po)/d' CMakeLists.txt %build -%cmake_kf5 -d build +%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %make_jobs %install @@ -177,4 +177,9 @@ sed -i '/^ecm_optional_add_subdirectory(po)/d' CMakeLists.txt %{_kf5_libdir}/liboxygenstyleconfig5.so %{_kf5_libdir}/liboxygenstyle5.so +%files lang +%defattr(-,root,root) +%doc COPYING* +%{_kf5_localedir}/ + %changelog