Package: sqlitestudio / 3.4.21+ds-1

Metadata

Package Version Patches format
sqlitestudio 3.4.21+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
u 0001 Fix build on Unix like OS.patch | (download)

Plugins/ScriptingPython/ScriptingPython.pro | 6 1 + 5 - 0 !
Plugins/ScriptingTcl/ScriptingTcl.pro | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 7 deletions(-)

---
u 0002 Fix race condition on parallel plugins build.patch | (download)

SQLiteStudio3/plugins.pri | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
u 0003 Install icons for XDG icon themes.patch | (download)

SQLiteStudio3/common.pri | 4 4 + 0 - 0 !
SQLiteStudio3/sqlitestudio/sqlitestudio.pro | 22 22 + 0 - 0 !
2 files changed, 26 insertions(+)

---
u 0004 Add Desktop Entry file.patch | (download)

SQLiteStudio3/sqlitestudio/sqlitestudio.desktop | 13 13 + 0 - 0 !
SQLiteStudio3/sqlitestudio/sqlitestudio.pro | 4 4 + 0 - 0 !
2 files changed, 17 insertions(+)

---
u 0005 Remove STRINGIFY from DIR constants.patch | (download)

SQLiteStudio3/coreSQLiteStudio/coreSQLiteStudio.pro | 4 2 + 2 - 0 !
SQLiteStudio3/coreSQLiteStudio/services/impl/pluginmanagerimpl.cpp | 4 2 + 2 - 0 !
SQLiteStudio3/coreSQLiteStudio/services/impl/sqliteextensionmanagerimpl.cpp | 2 1 + 1 - 0 !
SQLiteStudio3/guiSQLiteStudio/formmanager.cpp | 2 1 + 1 - 0 !
SQLiteStudio3/guiSQLiteStudio/iconmanager.cpp | 2 1 + 1 - 0 !
5 files changed, 7 insertions(+), 7 deletions(-)

 [patch] remove stringify from dir constants

STRINGIFY turns /usr/lib/x86_64-linux-gnu/sqlitestudio into
"/usr/lib/x86_64-1-gnu/sqlitestudio", since they are actually a series
of tokens and "linux" is defined "1".

Moreover, if it contains more than one space, the actual path is lost
forever.

Instead of getting blood out of stone, get rid of STRINGIFY and use a
valid string for path constants instead.

0001 DbAndroid No embedded jar.patch | (download)

Plugins/DbAndroid/dbandroid.cpp | 12 1 + 11 - 0 !
Plugins/DbAndroid/dbandroid.qrc | 3 0 + 3 - 0 !
2 files changed, 1 insertion(+), 14 deletions(-)

---
0002 DbSqliteWx Fix x86 baseline violation.patch | (download)

Plugins/DbSqliteWx/DbSqliteWx.pro | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

---
0003 ScriptingPython Use system Python.patch | (download)

Plugins/ScriptingPython/ScriptingPython.pro | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---