FreeBSD Bugzilla – Attachment 156535 Details for
Bug 199795
[patch] update databases/sqlitebrowser to 3.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to sqlitebrowser 3.6.0
sqlitebrowser-3.6.0.diff (text/plain), 2.82 KB, created by
Loïc Bartoletti
on 2015-05-09 07:26:26 UTC
(
hide
)
Description:
Update to sqlitebrowser 3.6.0
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2015-05-09 07:26:26 UTC
Size:
2.82 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 385863) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= sqlitebrowser >-PORTVERSION= 3.5.1 >+PORTVERSION= 3.6.0 > CATEGORIES= databases > > MAINTAINER= coder@tuxfamily.org >@@ -11,9 +11,11 @@ > LICENSE= MPL GPLv3 > LICENSE_COMB= dual > >+WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_TAGNAME} >+ > USE_GITHUB= yes > GH_ACCOUNT= sqlitebrowser >-GH_TAGNAME= 1d12977 >+GH_TAGNAME= e703344 > > USES= cmake desktop-file-utils > USE_QT4= gui qmake_build linguist_build moc_build uic_build rcc_build >Index: distinfo >=================================================================== >--- distinfo (revision 385863) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (sqlitebrowser-sqlitebrowser-3.5.1-1d12977_GH0.tar.gz) = ba417db4e6fbf9f05d11ad77f83081b05b30591a4b0a8796d64b03836869bf35 >-SIZE (sqlitebrowser-sqlitebrowser-3.5.1-1d12977_GH0.tar.gz) = 874558 >+SHA256 (sqlitebrowser-sqlitebrowser-3.6.0-e703344_GH0.tar.gz) = 3bc136d79ce18a15c2e4319236cefa28eff740f7e28762bde0d388c6b396d170 >+SIZE (sqlitebrowser-sqlitebrowser-3.6.0-e703344_GH0.tar.gz) = 1452710 >Index: files/patch-src-PreferencesDialog.cpp >=================================================================== >--- files/patch-src-PreferencesDialog.cpp (revision 385863) >+++ files/patch-src-PreferencesDialog.cpp (working copy) >@@ -1,17 +1,19 @@ >---- src/PreferencesDialog.cpp.orig 2015-02-01 15:27:53.407669984 +0100 >-+++ src/PreferencesDialog.cpp 2015-02-01 15:30:51.885904399 +0100 >-@@ -266,9 +266,13 @@ >+--- 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 @@ >+ > void PreferencesDialog::fillLanguageBox() > { >- // Use the path relative to the main executable >+- QDir translationsDir(QCoreApplication::applicationDirPath() + "/translations", >++ > +#ifdef Q_OS_FREEBSD > + QDir translationsDir("%%DATADIR%%/translations", >-+ "sqlb_*.qm"); >+ "sqlb_*.qm"); > +#else >- QDir translationsDir(QCoreApplication::applicationDirPath() + "/translations", >- "sqlb_*.qm"); >-- >++ QDir translationsDir(QCoreApplication::applicationDirPath() + "/translations", >++ "sqlb_*.qm"); >++ > +#endif >- // Add default language >- ui->languageComboBox->addItem("English (United States)", "en_US"); > >+ QLocale systemLocale = QLocale::system(); >+ >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 385863) >+++ pkg-plist (working copy) >@@ -1,4 +1,5 @@ > %%QT_BINDIR%%/sqlitebrowser >+share/appdata/sqlitebrowser.desktop.appdata.xml > share/applications/sqlitebrowser.desktop > share/icons/hicolor/256x256/apps/sqlitebrowser.png > %%DATADIR%%/translations/sqlb_de.qm
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 199795
:
156128
| 156535