forked from pool/musescore
This commit is contained in:
parent
629faca0ee
commit
9e2330a39f
@ -1,25 +0,0 @@
|
||||
--- mscore/CMakeLists.txt 2018-09-22 09:46:34.000000000 +0200
|
||||
+++ mscore/CMakeLists.txt 2018-09-25 13:49:14.487388370 +0200
|
||||
@@ -663,16 +663,16 @@
|
||||
## install qwebengine core
|
||||
if (NOT APPLE AND USE_WEBENGINE)
|
||||
install(FILES
|
||||
- ${QT_INSTALL_LIBEXECS}/QtWebEngineProcess
|
||||
- DESTINATION bin
|
||||
+ /usr/lib64/qt5/libexec/QtWebEngineProcess
|
||||
+ DESTINATION /usr/lib64/qt5/libexec/
|
||||
)
|
||||
install(DIRECTORY
|
||||
- ${QT_INSTALL_DATA}/resources
|
||||
- DESTINATION lib/qt5
|
||||
+ /usr/share/qt5/resources
|
||||
+ DESTINATION /usr/share/qt5/
|
||||
)
|
||||
install(DIRECTORY
|
||||
- ${QT_INSTALL_TRANSLATIONS}/qtwebengine_locales
|
||||
- DESTINATION lib/qt5/translations
|
||||
+ /usr/share/qt5/translations/qtwebengine_locales
|
||||
+ DESTINATION /usr/share/qt5/translations/
|
||||
)
|
||||
endif(NOT APPLE AND USE_WEBENGINE)
|
||||
|
@ -2,7 +2,7 @@
|
||||
Fri Jan 4 15:26:32 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
- Add musescore-fix_build_parameters.patch and musescore-fix_prefix.patch
|
||||
and musescore-fix_qtwebengine.patch to fix build.
|
||||
to fix build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 4 14:35:14 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||
|
@ -179,6 +179,7 @@ install -p -m 644 zerberus/README %{buildroot}%{docdir}/READ
|
||||
%files
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{rname}
|
||||
%{_datadir}/appdata/mscore.appdata.xml
|
||||
%{_datadir}/applications/%{rname}.desktop
|
||||
%{_datadir}/mime/packages/*
|
||||
%{_datadir}/icons/hicolor/*
|
||||
|
Loading…
Reference in New Issue
Block a user