From 1a3ce8bf5c322e7df2e542f0a6a8fc962c6923a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 9 Nov 2025 11:41:41 +0100 Subject: dev-db/qt5-sqlcipher: add 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Despite the package's name, the upstream package supports only Qt6. Bug: https://bugs.gentoo.org/955180 Signed-off-by: Ulrich Müller --- .../files/qt5-sqlcipher-1.1.0-install-path.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.1.0-install-path.patch (limited to 'dev-db/qt5-sqlcipher/files') diff --git a/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.1.0-install-path.patch b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.1.0-install-path.patch new file mode 100644 index 000000000000..9317d4a713e0 --- /dev/null +++ b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.1.0-install-path.patch @@ -0,0 +1,15 @@ +--- qt5-sqlcipher-1.1.0/CMakeLists.txt ++++ qt5-sqlcipher-1.1.0/CMakeLists.txt +@@ -193,11 +193,7 @@ + INSTALL(TARGETS qsqlcipher-test DESTINATION bin) + endif() + else() +- message(WARNING "Packaging is not set up for this platform, either submit a ticket or change/add pathes yourself, if packaging is required.") +- INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers) +- if (QSQLCIPHER_BUILD_TESTS) +- INSTALL(TARGETS qsqlcipher-test DESTINATION bin) +- endif() ++ INSTALL(TARGETS qsqlcipher DESTINATION @LIBDIR@/qt6/plugins/sqldrivers) + endif() + else() + INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers) -- cgit v1.2.3