[Pkg-octave-commit] [SCM] qtoctave branch, master, updated. 822be51be4ba9de3b813ce30561648d6c80d436a
Thomas Weber
thomas.weber.mail at gmail.com
Sun Oct 4 13:02:06 UTC 2009
The following commit has been merged in the master branch:
commit 8f214e265222e0557ac42a48a99b239ec53930cc
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date: Sat Oct 3 15:54:48 2009 +0200
Install easyplot as target
Necessary for out-of-source builds
diff --git a/debian/patches/install_easyplot_as_target b/debian/patches/install_easyplot_as_target
new file mode 100644
index 0000000..c5ddf45
--- /dev/null
+++ b/debian/patches/install_easyplot_as_target
@@ -0,0 +1,12 @@
+--- a/easy_plot/src/CMakeLists.txt
++++ b/easy_plot/src/CMakeLists.txt
+@@ -42,6 +42,7 @@
+ TARGET_LINK_LIBRARIES(easy_plot ${Qt4_LIBRARIES} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTSQL_LIBRARY} ${QT_QTSVG_LIBRARY})
+
+ install (
+- PROGRAMS easy_plot
++ TARGETS easy_plot
++ RUNTIME
+ DESTINATION bin
+ )
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index c4cef5f..6d3a740 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,5 @@ add_missing_includes
font-option-in-png-export
use_octave_htmldoc
move_doc_under_doc
+install_easyplot_as_target
build-out-of-source
--
qtoctave
More information about the Pkg-octave-commit
mailing list