[SCM] attica packaging branch, master, updated. debian/5.12.0-1-5-g67f5d14

Maximiliano Curia maxy at moszumanska.debian.org
Thu Aug 6 21:56:52 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/attica.git;a=commitdiff;h=099ec79

The following commit has been merged in the master branch:
commit 099ec790f1b8b1588bed19ebaa95534255914fe6
Author: Thibaut Gridel <tgridel at free.fr>
Date:   Wed Dec 9 23:41:30 2009 +0000

    Removing link against libQtGui
---
 debian/patches/no-qtgui | 14 ++++++++++++++
 debian/patches/series   |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/no-qtgui b/debian/patches/no-qtgui
new file mode 100644
index 0000000..a0d5c7c
--- /dev/null
+++ b/debian/patches/no-qtgui
@@ -0,0 +1,14 @@
+Description: Prevent linking on unneeded libQtGui.so
+Author: Thibaut Gridel <tgridel at free.fr>
+
+--- libattica-0.1.1.orig/lib/CMakeLists.txt
++++ libattica-0.1.1/lib/CMakeLists.txt
+@@ -58,7 +58,7 @@ set_target_properties(attica PROPERTIES
+     DEFINE_SYMBOL MAKE_ATTICA_LIB
+ )
+ 
+-target_link_libraries(attica ${QT_QTCORE_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTGUI_LIBRARY})
++target_link_libraries(attica ${QT_QTCORE_LIBRARY} ${QT_QTNETWORK_LIBRARY})
+ 
+ 
+ install(TARGETS attica ARCHIVE DESTINATION ${LIB_DESTINATION}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1954e64
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no-qtgui

-- 
attica packaging



More information about the pkg-kde-commits mailing list