diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2025-11-09 11:41:41 +0100 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2025-11-09 13:49:27 +0100 |
| commit | 1a3ce8bf5c322e7df2e542f0a6a8fc962c6923a1 (patch) | |
| tree | 49f0d5fe0e7322ebe822174dbedf943f85bc1e1a /dev-db/qt5-sqlcipher/files | |
| parent | f935fa5dd9442782c59df31bfdca0a25a570de60 (diff) | |
| download | gentoo-1a3ce8bf5c322e7df2e542f0a6a8fc962c6923a1.tar.gz gentoo-1a3ce8bf5c322e7df2e542f0a6a8fc962c6923a1.tar.bz2 gentoo-1a3ce8bf5c322e7df2e542f0a6a8fc962c6923a1.zip | |
dev-db/qt5-sqlcipher: add 1.1.0
Despite the package's name, the upstream package supports only Qt6.
Bug: https://bugs.gentoo.org/955180
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.1.0-install-path.patch | 15 |
1 files changed, 15 insertions, 0 deletions
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) |
