Accepting request 557863 from home:alois:branches:devel:languages:pascal

-  Actually install the LCL Qt5 interface

OBS-URL: https://build.opensuse.org/request/show/557863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/lazarus?expand=0&rev=43
This commit is contained in:
Eric Schirra 2017-12-17 18:43:00 +00:00 committed by Git OBS Bridge
parent d7e29300d9
commit b02592ed50
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 17 17:44:17 UTC 2017 - aloisio@gmx.com
- Actually install the LCL Qt5 interface
-------------------------------------------------------------------
Sun Dec 17 16:52:39 UTC 2017 - ecsos@opensuse.org

View File

@ -157,7 +157,7 @@ make -C lcl/interfaces/qt all LCL_PLATFORM=qt OPT="-dQT_NATIVE_DIALOGS"
%if 0%{?sle_version} >= 120200 || 0%{?suse_version} > 1320
# build Qt5 interface
make -C lcl/interfaces/qt5 all LCL_PLATFORM=qt OPT="-dQT_NATIVE_DIALOGS"
make -C lcl/interfaces/qt5 all LCL_PLATFORM=qt5 OPT="-dQT_NATIVE_DIALOGS"
# build libQt5Pas
pushd lcl/interfaces/qt5/cbindings
@ -231,7 +231,7 @@ chmod -x %{buildroot}%{_defaultdocdir}/%{name}/docs/html/build_lcl_chm.sh \
# cleanup
rm -rf %{buildroot}%{_libdir}/%{name}/install/man
rm -f %{buildroot}%{_libdir}/%{name}/Makefile.fpc.orig
rm -rf %{buildroot}%{_libdir}/%{name}/lcl/interfaces/qt5
rm -rf %{buildroot}%{_libdir}/%{name}/lcl/interfaces/qt5/cbindings
%fdupes -s %{buildroot}
%if 0%{?suse_version} <= 1320