From 1cdd81378ca0682a6dd00dd9181bba818d7b39bc Mon Sep 17 00:00:00 2001 From: Onkobu Tanaake Date: Sun, 1 Jan 2023 21:35:52 +0100 Subject: 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 Reported-by: Onkobu Tanaake Closes: https://github.com/gentoo/gentoo/pull/28930 Closes: https://bugs.gentoo.org/889314 Signed-off-by: Viorel Munteanu --- .../sqlitestudio/files/sqlitestudio-3.4.3-fix-python.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-db/sqlitestudio/files/sqlitestudio-3.4.3-fix-python.patch (limited to 'dev-db/sqlitestudio/files/sqlitestudio-3.4.3-fix-python.patch') 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: { -- cgit v1.2.3