[Pkg-owncloud-commits] [owncloud-client] 12/13: Update patchs environment
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue May 10 23:26:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch experimental
in repository owncloud-client.
commit 0384ae958e4f4d393ffe9d5464deb87d8a5cebf9
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Tue May 10 22:20:47 2016 +0200
Update patchs environment
---
debian/patches/0009-fix-installpath-of-dolphin-plugin.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/0009-fix-installpath-of-dolphin-plugin.patch b/debian/patches/0009-fix-installpath-of-dolphin-plugin.patch
index 54d80a4..de4bce4 100644
--- a/debian/patches/0009-fix-installpath-of-dolphin-plugin.patch
+++ b/debian/patches/0009-fix-installpath-of-dolphin-plugin.patch
@@ -9,12 +9,12 @@ Last-Update: 2016-02-05
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: owncloud-client/shell_integration/dolphin/CMakeLists.txt
===================================================================
---- owncloud-client.orig/shell_integration/dolphin/CMakeLists.txt 2016-05-10 21:50:25.770433598 +0200
-+++ owncloud-client/shell_integration/dolphin/CMakeLists.txt 2016-05-10 21:53:11.801802552 +0200
+--- owncloud-client.orig/shell_integration/dolphin/CMakeLists.txt 2016-05-10 22:17:19.035861083 +0200
++++ owncloud-client/shell_integration/dolphin/CMakeLists.txt 2016-05-10 22:18:38.145531965 +0200
@@ -37,17 +37,19 @@
add_library(${OWNCLOUDDOLPHINHELPER} SHARED ownclouddolphinpluginhelper.cpp)
target_link_libraries(${OWNCLOUDDOLPHINHELPER} Qt5::Network)
- generate_export_header(${OWNCLOUDDOLPHINHELPER})
+ generate_export_header(${OWNCLOUDDOLPHINHELPER} BASE_NAME ownclouddolphinpluginhelper)
-install(TARGETS ${OWNCLOUDDOLPHINHELPER} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
+install(TARGETS ${OWNCLOUDDOLPHINHELPER} LIBRARY DESTINATION "${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR}/${APPLICATION_EXECUTABLE}")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list