[SCM] Calligra suite packaging branch, master, updated. debian/2.7.5-1-56-gf356991

Maximiliano Curia maxy at moszumanska.debian.org
Tue Mar 11 18:12:34 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra.git;a=commitdiff;h=c849ea6

The following commit has been merged in the master branch:
commit c849ea65423f162d437a692c277da7334ad031f9
Author: Maximiliano Curia <maxy at debian.org>
Date:   Tue Mar 11 17:05:03 2014 +0100

    New patch: set_kritasketch_lib_soversion
---
 debian/changelog                             |  1 +
 debian/patches/series                        |  1 +
 debian/patches/set_kritasketch_lib_soversion | 16 ++++++++++++++++
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2fee3f2..501e2b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ calligra (1:2.8.0-1~1) UNRELEASED; urgency=medium
   * Update copyright file.
   * Reenable krita-sketch and krita-gemini.
   * New patch: calligra_imports_search_path
+  * New patch: set_kritasketch_lib_soversion
 
  -- Maximiliano Curia <maxy at debian.org>  Sat, 08 Mar 2014 15:57:40 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index 7966b52..d9aaac1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+set_kritasketch_lib_soversion
 add_keywords_to_desktop_files.patch
 eigen3.patch
 eigen3_in_tests
diff --git a/debian/patches/set_kritasketch_lib_soversion b/debian/patches/set_kritasketch_lib_soversion
new file mode 100644
index 0000000..eba1a14
--- /dev/null
+++ b/debian/patches/set_kritasketch_lib_soversion
@@ -0,0 +1,16 @@
+Index: calligra/krita/sketch/CMakeLists.txt
+===================================================================
+--- calligra.orig/krita/sketch/CMakeLists.txt	2014-03-11 16:40:14.000000000 +0100
++++ calligra/krita/sketch/CMakeLists.txt	2014-03-11 17:04:19.705862942 +0100
+@@ -103,6 +103,11 @@
+ 
+ kde4_add_library(kritasketchlib SHARED ${kritasketchlib_SRCS})
+ 
++set_target_properties(kritasketchlib
++    PROPERTIES VERSION ${GENERIC_CALLIGRA_LIB_VERSION}
++    SOVERSION ${GENERIC_CALLIGRA_LIB_SOVERSION}
++)
++
+ target_link_libraries(kritasketchlib
+     ${QT_QTDECLARATIVE_LIBRARY}
+     ${QT_QTGUI_LIBRARIES}

-- 
Calligra suite packaging



More information about the pkg-kde-commits mailing list