summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-04-11 18:32:51 +0200
committerUlrich Müller <ulm@gentoo.org>2020-04-11 20:47:00 +0200
commitb5996000d8825d4ccdf5784494660b193808df88 (patch)
tree0bac167651bf3fedd3d898e50fd44de6742377fb /dev-db/qt5-sqlcipher/files
parentapp-arch/bzip2: ensure libbz2.so.1.0 gets installed (diff)
downloadgentoo-b5996000d8825d4ccdf5784494660b193808df88.tar.gz
gentoo-b5996000d8825d4ccdf5784494660b193808df88.tar.bz2
gentoo-b5996000d8825d4ccdf5784494660b193808df88.zip
dev-db/qt5-sqlcipher: Version bump to 1.0.10.
Reported-by: Nils Freydank <holgersson@posteo.de> Closes: https://bugs.gentoo.org/717084 Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-db/qt5-sqlcipher/files')
-rw-r--r--dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch14
1 files changed, 14 insertions, 0 deletions
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)