summaryrefslogtreecommitdiff
path: root/dev-db/sqlitestudio/files
diff options
context:
space:
mode:
authorOnkobu Tanaake <onkobu@onkobutanaake.de>2023-01-01 21:35:52 +0100
committerViorel Munteanu <ceamac@gentoo.org>2023-02-17 11:44:07 +0200
commit1cdd81378ca0682a6dd00dd9181bba818d7b39bc (patch)
treeccf789c660f9b991599cbc93e4e5ed6e7e34bcac /dev-db/sqlitestudio/files
parent080758c1d1a7dbf6c619804462c4692ff225980f (diff)
downloadgentoo-1cdd81378ca0682a6dd00dd9181bba818d7b39bc.tar.gz
gentoo-1cdd81378ca0682a6dd00dd9181bba818d7b39bc.tar.bz2
gentoo-1cdd81378ca0682a6dd00dd9181bba818d7b39bc.zip
dev-db/sqlitestudio: bump 3.4.3
- drop unnecessary sed invocation - introduce USE python - ncurses fix is not necessary anymore, dependency was removed/ unnecessary - drop 3.2.1, source could not be downloaded anymore - add patch to fix linking of python - update manifest - Copyright - sed expression must fix all paths - delete test artifacts/ avoid installation Signed-off-by: Onkobu Tanaake <onkobu@onkobutanaake.de> Reported-by: Onkobu Tanaake <onkobu@onkobutanaake.de> Closes: https://github.com/gentoo/gentoo/pull/28930 Closes: https://bugs.gentoo.org/889314 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-db/sqlitestudio/files')
-rw-r--r--dev-db/sqlitestudio/files/sqlitestudio-3.4.3-fix-python.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-db/sqlitestudio/files/sqlitestudio-3.4.3-fix-python.patch b/dev-db/sqlitestudio/files/sqlitestudio-3.4.3-fix-python.patch
new file mode 100644
index 000000000000..856bb6e30c69
--- /dev/null
+++ b/dev-db/sqlitestudio/files/sqlitestudio-3.4.3-fix-python.patch
@@ -0,0 +1,13 @@
+diff --git a/Plugins/ScriptingPython/ScriptingPython.pro.orig b/Plugins/ScriptingPython/ScriptingPython.pro
+index 02fb5d3..d928aaf 100644
+--- a/Plugins/ScriptingPython/ScriptingPython.pro.orig
++++ b/Plugins/ScriptingPython/ScriptingPython.pro
+@@ -18,7 +18,7 @@ OTHER_FILES += \
+ scriptingpython.json
+
+ linux: {
+- LIBS += -lpython3.9
++ # LIBS += -lpython3.9
+ }
+
+ macx: {