Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144378 Details for
Bug 184112
app-emulation/qtemu (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/1.0.5-help_and_translation_paths.patch
1.0.5-help_and_translation_paths.patch (text/plain), 2.67 KB, created by
Tiziano Müller (RETIRED)
on 2008-02-22 19:00:13 UTC
(
hide
)
Description:
files/1.0.5-help_and_translation_paths.patch
Filename:
MIME Type:
Creator:
Tiziano Müller (RETIRED)
Created:
2008-02-22 19:00:13 UTC
Size:
2.67 KB
patch
obsolete
>diff -Naur qtemu-1.0.5.orig/CMakeLists.txt qtemu-1.0.5/CMakeLists.txt >--- qtemu-1.0.5.orig/CMakeLists.txt 2008-02-22 19:32:43.000000000 +0100 >+++ qtemu-1.0.5/CMakeLists.txt 2008-02-22 19:35:29.000000000 +0100 >@@ -114,7 +114,7 @@ > DEPENDS ${QM_FILES}) > > INSTALL (FILES ${QM_FILES} >- DESTINATION translations) >+ DESTINATION share/qtemu/translations) > # translation end > > SET(QT_USE_QTXML) >@@ -146,13 +146,13 @@ > ) > > FILE(GLOB helpfiles "${CMAKE_CURRENT_SOURCE_DIR}/help/*.png") >-INSTALL(FILES ${helpfiles} DESTINATION help) >+INSTALL(FILES ${helpfiles} DESTINATION share/qtemu/help) > >-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/main.htm DESTINATION help) >+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/main.htm DESTINATION share/qtemu/help) > > FILE(GLOB helpfiles_de "${CMAKE_CURRENT_SOURCE_DIR}/help/de/*.png") >-INSTALL(FILES ${helpfiles_de} DESTINATION help/de) >+INSTALL(FILES ${helpfiles_de} DESTINATION share/qtemu/help/de) > >-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/de/main.htm DESTINATION help/de) >+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/de/main.htm DESTINATION share/qtemu/help/de) > > INSTALL(TARGETS qtemu DESTINATION bin) >diff -Naur qtemu-1.0.5.orig/helpwindow.cpp qtemu-1.0.5/helpwindow.cpp >--- qtemu-1.0.5.orig/helpwindow.cpp 2008-02-22 19:32:44.000000000 +0100 >+++ qtemu-1.0.5/helpwindow.cpp 2008-02-22 19:33:26.000000000 +0100 >@@ -80,7 +80,7 @@ > return testUrl; > > //check for case when qtemu executable is in bin/ (installed on linux) >- testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../help/" + locale + "/main.htm"); >+ testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../share/qtemu/help/" + locale + "/main.htm"); > if (QFile::exists(testUrl.toString())) > return testUrl; > } >@@ -96,7 +96,7 @@ > return testUrl; > > //check for case when qtemu executable is in bin/ (installed on linux) >- testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../help/main.htm"); >+ testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../share/qtemu/help/main.htm"); > if (QFile::exists(testUrl.toString())) > return testUrl; > >diff -Naur qtemu-1.0.5.orig/main.cpp qtemu-1.0.5/main.cpp >--- qtemu-1.0.5.orig/main.cpp 2008-02-22 19:32:43.000000000 +0100 >+++ qtemu-1.0.5/main.cpp 2008-02-22 19:36:32.000000000 +0100 >@@ -45,7 +45,7 @@ > translator.load(path); > else > { >- path = QCoreApplication::applicationDirPath()+"/../translations/qtemu_" + locale + ".qm"; >+ path = QCoreApplication::applicationDirPath()+"/../share/qtemu/translations/qtemu_" + locale + ".qm"; > if (QFile::exists(path)) > translator.load(path); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 184112
:
123794
|
123835
|
125270
|
125272
|
144376
| 144378