View | Details | Raw Unified | Return to bug 201648
Collapse All | Expand All

(-)databases/sqlitebrowser/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
GH_TAGNAME=	e703344
16
GH_TAGNAME=	e703344
17
17
18
USES=		cmake desktop-file-utils
18
USES=		cmake desktop-file-utils
19
USE_QT4=	gui qmake_build linguist_build moc_build uic_build rcc_build
19
USE_QT4=	corelib network gui qmake_build linguisttools_build \
20
		moc_build uic_build rcc_build
20
USE_SQLITE=	yes
21
USE_SQLITE=	yes
21
22
22
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
(-)databases/sqlitebrowser/files/patch-src-Application.cpp (-4 / +4 lines)
Lines 1-6 Link Here
1
--- src/Application.cpp.orig	2015-01-30 19:48:06.000000000 +0100
1
--- src/Application.cpp.orig	2015-04-27 09:31:47 UTC
2
+++ src/Application.cpp	2015-02-01 15:40:02.790619098 +0100
2
+++ src/Application.cpp
3
@@ -30,8 +30,15 @@
3
@@ -30,8 +30,15 @@ Application::Application(int& argc, char
4
 
4
 
5
     // First of all try to load the application translation file.
5
     // First of all try to load the application translation file.
6
     m_translatorApp = new QTranslator(this);
6
     m_translatorApp = new QTranslator(this);
Lines 16-22 Link Here
16
 
16
 
17
     if (ok == true) {
17
     if (ok == true) {
18
         PreferencesDialog::setSettingsValue("General", "language", name);
18
         PreferencesDialog::setSettingsValue("General", "language", name);
19
@@ -47,7 +54,9 @@
19
@@ -47,7 +54,9 @@ Application::Application(int& argc, char
20
         ok = m_translatorQt->load("qt_" + name,
20
         ok = m_translatorQt->load("qt_" + name,
21
                                   QLibraryInfo::location(QLibraryInfo::TranslationsPath));
21
                                   QLibraryInfo::location(QLibraryInfo::TranslationsPath));
22
         if (ok == false)
22
         if (ok == false)
(-)databases/sqlitebrowser/files/patch-src-PreferencesDialog.cpp (-3 / +3 lines)
Lines 1-6 Link Here
1
--- src/PreferencesDialog.cpp.orig	2015-05-09 08:19:49.920343024 +0200
1
--- src/PreferencesDialog.cpp.orig	2015-04-27 09:31:47 UTC
2
+++ src/PreferencesDialog.cpp	2015-05-09 08:20:57.913337598 +0200
2
+++ src/PreferencesDialog.cpp
3
@@ -356,8 +356,15 @@
3
@@ -356,8 +356,15 @@ void PreferencesDialog::removeExtension(
4
 
4
 
5
 void PreferencesDialog::fillLanguageBox()
5
 void PreferencesDialog::fillLanguageBox()
6
 {
6
 {

Return to bug 201648