[SCM] kalzium packaging branch, master, updated. debian/16.08.3-1-69-gd174ceb

Maximiliano Curia maxy at moszumanska.debian.org
Tue Nov 21 15:07:29 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kalzium.git;a=commitdiff;h=b8746f3

The following commit has been merged in the master branch:
commit b8746f3a4df325d7b6795f72962a31d19e96cede
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Sep 5 16:53:02 2017 +0200

    Set no rpath for the kalzium bin
    
    Gbp-Dch: Ignore
---
 debian/patches/no_install_rpath_use_link_path.diff | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/patches/no_install_rpath_use_link_path.diff b/debian/patches/no_install_rpath_use_link_path.diff
index 1bed476..98ca1b4 100644
--- a/debian/patches/no_install_rpath_use_link_path.diff
+++ b/debian/patches/no_install_rpath_use_link_path.diff
@@ -9,11 +9,9 @@ Subject: disable INSTALL_RPATH_USE_LINK_PATH where it triggers useless RPATH
  src/CMakeLists.txt            | 1 +
  2 files changed, 3 insertions(+), 1 deletion(-)
 
-Index: kalzium/compoundviewer/CMakeLists.txt
-===================================================================
---- kalzium.orig/compoundviewer/CMakeLists.txt
-+++ kalzium/compoundviewer/CMakeLists.txt
-@@ -30,6 +30,7 @@ target_link_libraries(compoundviewer
+--- a/compoundviewer/CMakeLists.txt
++++ b/compoundviewer/CMakeLists.txt
+@@ -30,6 +30,7 @@
  set_target_properties(compoundviewer PROPERTIES
      VERSION ${KALZIUMLIB_VERSION}
      SOVERSION ${KALZIUMLIB_SOVERSION}
@@ -21,3 +19,13 @@ Index: kalzium/compoundviewer/CMakeLists.txt
  )
  
  install(TARGETS compoundviewer ${INSTALL_TARGETS_DEFAULT_ARGS})
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -135,6 +135,7 @@
+ 
+ add_executable(kalzium ${kalzium_SRCS})
+ 
++set_target_properties(kalzium PROPERTIES INSTALL_RPATH_USE_LINK_PATH false)
+ target_link_libraries(kalzium
+     KF5::Plotting
+     KF5::KHtml

-- 
kalzium packaging



More information about the pkg-kde-commits mailing list