SHA256
1
0
forked from pool/kcoreaddons
Hrvoje Senjan 2014-10-04 21:49:13 +00:00 committed by Git OBS Bridge
parent c2a7c43195
commit ecb08050b6
2 changed files with 8 additions and 1 deletions

View File

@ -2,8 +2,15 @@
Sat Oct 4 17:59:34 UTC 2014 - hrvoje.senjan@gmail.com Sat Oct 4 17:59:34 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.3.0 - Update to 5.3.0
* Kdelibs4Migration: allow distributions to set
_KDE4_DEFAULT_HOME_POSTFIX so that the kde4 home
is found properly.
* Compilation fixes for MSVC and gcc 4.5
* Turn KFormat into a Q_GADGET so we can expose its
properties to QML indirectly
* For more details please see: * For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php https://www.kde.org/announcements/kde-frameworks-5.3.0.php
- Pass -DKDE4_DEFAULT_HOME=".kde4", used in kdelibs4migration class
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 9 09:49:24 UTC 2014 - hrvoje.senjan@gmail.com Tue Sep 9 09:49:24 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -78,7 +78,7 @@ replacement, accessing user information and many more. Development files.
%patch0 -p1 %patch0 -p1
%build %build
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert -DKDE4_DEFAULT_HOME=".kde4"
%make_jobs %make_jobs
%install %install