FreeBSD Bugzilla – Attachment 175018 Details for
Bug 212395
databases/sqlitebrowser: Update to 3.9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
remove INSTALL_ICONS
sqlitebrowser-3.9.0.diff (text/plain), 4.38 KB, created by
Loïc Bartoletti
on 2016-09-20 20:36:02 UTC
(
hide
)
Description:
remove INSTALL_ICONS
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2016-09-20 20:36:02 UTC
Size:
4.38 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 422542) >+++ Makefile (working copy) >@@ -1,32 +1,32 @@ >-# Created by: loïc bartoletti <coder@tuxfamily.org> >+# Created by: loïc bartoletti <lbartoletti@tuxfamily.org> > # $FreeBSD$ > > PORTNAME= sqlitebrowser >-PORTVERSION= 3.8.0 >+PORTVERSION= 3.9.0 > DISTVERSIONPREFIX= v >-PORTREVISION?= 1 > CATEGORIES= databases > >-MAINTAINER= coder@tuxfamily.org >+MAINTAINER= lbartoletti@tuxfamily.org > COMMENT= DB Browser for SQLite is a visual tool to manage SQLite databases > >-CONFLICTS_INSTALL?= ${PORTNAME}-qt5-* >- > LICENSE= MPL GPLv3 > LICENSE_COMB= dual > >+BUILD_DEPENDS= ${LOCALBASE}/include/antlr/AST.hpp:devel/antlr >+ >+CONFLICTS_INSTALL?= ${PORTNAME}-qt5-* >+ > USE_GITHUB= yes > > USES= cmake desktop-file-utils sqlite > > .if empty(PKGNAMESUFFIX) >+CMAKE_ARGS+= -DUSE_QT5:BOOL=FALSE > USE_QT4= corelib network gui qmake_build linguisttools_build \ > moc_build uic_build rcc_build >-CMAKE_ARGS+= -DUSE_QT5:BOOL=FALSE > .else >-USE_QT5= core gui network printsupport testlib widgets \ >- buildtools_build linguisttools_build qmake_build > CMAKE_ARGS+= -DUSE_QT5:BOOL=TRUE >+USE_QT5= core widgets network gui qmake buildtools linguisttools printsupport testlib > .endif > > post-patch: >Index: distinfo >=================================================================== >--- distinfo (revision 422542) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (sqlitebrowser-sqlitebrowser-v3.8.0_GH0.tar.gz) = f638a751bccde4bf0305a75685e2a72d26fc3e3a69d7e15fd84573f88c1a4d92 >-SIZE (sqlitebrowser-sqlitebrowser-v3.8.0_GH0.tar.gz) = 1538043 >+TIMESTAMP = 1472301221 >+SHA256 (sqlitebrowser-sqlitebrowser-v3.9.0_GH0.tar.gz) = 0ccbf05e9c5f544a542399332dd70ef365fab4ded6b838e29ba4fb1375872bf2 >+SIZE (sqlitebrowser-sqlitebrowser-v3.9.0_GH0.tar.gz) = 1701943 >Index: files/patch-CMakeLists.txt >=================================================================== >--- files/patch-CMakeLists.txt (nonexistent) >+++ files/patch-CMakeLists.txt (working copy) >@@ -0,0 +1,8 @@ >+--- CMakeLists.txt.orig 2016-08-27 16:48:17 UTC >++++ CMakeLists.txt >+@@ -1,4 +1,4 @@ >+-project("DB Browser for SQLite") >++project("sqlitebrowser") >+ cmake_minimum_required(VERSION 2.8.7) >+ >+ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}") > >Property changes on: files/patch-CMakeLists.txt >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src-Application.cpp >=================================================================== >--- files/patch-src-Application.cpp (revision 422542) >+++ files/patch-src-Application.cpp (working copy) >@@ -1,4 +1,4 @@ >---- src/Application.cpp.orig 2015-06-14 10:13:37 UTC >+--- src/Application.cpp.orig 2016-08-24 11:00:01 UTC > +++ src/Application.cpp > @@ -30,8 +30,15 @@ Application::Application(int& argc, char > >@@ -6,7 +6,7 @@ > m_translatorApp = new QTranslator(this); > + > +#ifdef Q_OS_FREEBSD >-+ QString trans_dir = "%%DATADIR%%/translations"; >++ QString trans_dir = "/usr/local/share/sqlitebrowser/translations"; > + ok = m_translatorApp->load("sqlb_" + name, > + trans_dir); > +#else >@@ -25,4 +25,4 @@ > + } > if (ok == true) > installTranslator(m_translatorQt); >- } >+ } else { >Index: files/patch-src-PreferencesDialog.cpp >=================================================================== >--- files/patch-src-PreferencesDialog.cpp (revision 422542) >+++ files/patch-src-PreferencesDialog.cpp (working copy) >@@ -1,6 +1,6 @@ >---- src/PreferencesDialog.cpp.orig 2015-04-27 09:31:47 UTC >+--- src/PreferencesDialog.cpp.orig 2016-08-24 11:00:01 UTC > +++ src/PreferencesDialog.cpp >-@@ -356,8 +356,15 @@ void PreferencesDialog::removeExtension( >+@@ -465,8 +465,15 @@ void PreferencesDialog::removeExtension( > > void PreferencesDialog::fillLanguageBox() > { >@@ -7,7 +7,7 @@ > - QDir translationsDir(QCoreApplication::applicationDirPath() + "/translations", > + > +#ifdef Q_OS_FREEBSD >-+ QDir translationsDir("%%DATADIR%%/translations", >++ QDir translationsDir("/usr/local/share/sqlitebrowser/translations", > "sqlb_*.qm"); > +#else > + QDir translationsDir(QCoreApplication::applicationDirPath() + "/translations",
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
Flags:
lbartoletti
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 212395
:
174396
|
174397
|
175015
|
175018
|
175156