From b5996000d8825d4ccdf5784494660b193808df88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sat, 11 Apr 2020 18:32:51 +0200 Subject: dev-db/qt5-sqlcipher: Version bump to 1.0.10. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Nils Freydank Closes: https://bugs.gentoo.org/717084 Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Ulrich Müller --- .../files/qt5-sqlcipher-1.0.10-install-path.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch (limited to 'dev-db/qt5-sqlcipher/files') diff --git a/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch new file mode 100644 index 000000000000..5485ae942408 --- /dev/null +++ b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch @@ -0,0 +1,14 @@ +--- qt5-sqlcipher-1.0.10-orig/CMakeLists.txt ++++ qt5-sqlcipher-1.0.10/CMakeLists.txt +@@ -197,10 +197,7 @@ + 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@/qt5/plugins/sqldrivers) + endif() + else() + INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers) -- cgit v1.2.3