Hrvoje Senjan
2014-09-26 01:04:11 +00:00
committed by Git OBS Bridge
parent cdbada0423
commit c50a4c1fca
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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