FreeBSD Bugzilla – Attachment 158908 Details for
Bug 201648
[patch] databases/sqlitebrowser: qt4-linguist -> qt4-linguisttools, adjust dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch.diff
patch-sqlitebrowser.diff (text/plain), 2.20 KB, created by
Andriy Voskoboinyk
on 2015-07-17 14:16:29 UTC
(
hide
)
Description:
Patch.diff
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2015-07-17 14:16:29 UTC
Size:
2.20 KB
patch
obsolete
>Index: databases/sqlitebrowser/Makefile >=================================================================== >--- databases/sqlitebrowser/Makefile (revision 392346) >+++ databases/sqlitebrowser/Makefile (working copy) >@@ -16,7 +16,8 @@ > GH_TAGNAME= e703344 > > USES= cmake desktop-file-utils >-USE_QT4= gui qmake_build linguist_build moc_build uic_build rcc_build >+USE_QT4= corelib network gui qmake_build linguisttools_build \ >+ moc_build uic_build rcc_build > USE_SQLITE= yes > > INSTALLS_ICONS= yes >Index: databases/sqlitebrowser/files/patch-src-Application.cpp >=================================================================== >--- databases/sqlitebrowser/files/patch-src-Application.cpp (revision 392346) >+++ databases/sqlitebrowser/files/patch-src-Application.cpp (working copy) >@@ -1,6 +1,6 @@ >---- src/Application.cpp.orig 2015-01-30 19:48:06.000000000 +0100 >-+++ src/Application.cpp 2015-02-01 15:40:02.790619098 +0100 >-@@ -30,8 +30,15 @@ >+--- src/Application.cpp.orig 2015-04-27 09:31:47 UTC >++++ src/Application.cpp >+@@ -30,8 +30,15 @@ Application::Application(int& argc, char > > // First of all try to load the application translation file. > m_translatorApp = new QTranslator(this); >@@ -16,7 +16,7 @@ > > if (ok == true) { > PreferencesDialog::setSettingsValue("General", "language", name); >-@@ -47,7 +54,9 @@ >+@@ -47,7 +54,9 @@ Application::Application(int& argc, char > ok = m_translatorQt->load("qt_" + name, > QLibraryInfo::location(QLibraryInfo::TranslationsPath)); > if (ok == false) >Index: databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp >=================================================================== >--- databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp (revision 392346) >+++ databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp (working copy) >@@ -1,6 +1,6 @@ >---- src/PreferencesDialog.cpp.orig 2015-05-09 08:19:49.920343024 +0200 >-+++ src/PreferencesDialog.cpp 2015-05-09 08:20:57.913337598 +0200 >-@@ -356,8 +356,15 @@ >+--- src/PreferencesDialog.cpp.orig 2015-04-27 09:31:47 UTC >++++ src/PreferencesDialog.cpp >+@@ -356,8 +356,15 @@ void PreferencesDialog::removeExtension( > > void PreferencesDialog::fillLanguageBox() > {
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 201648
: 158908 |
158910
|
158912