fontmatrix package

Roland Grunberg rgrunber at redhat.com
Wed Feb 10 16:46:24 UTC 2010


>Anyway please someone take care my fontmatrix package. 

I was able to get this package to build by adding the following :

--- CMakeLists.txt.old	2010-02-10 11:39:24.000000000 -0500
+++ CMakeLists.txt	2010-02-10 11:18:55.000000000 -0500
@@ -120,6 +120,7 @@
 	SET(PYTHONQT_LIB PythonQt)
 ENDIF(WANT_PYTHONQT)
 
+SET(LIBICUUC icuuc)
 
 SET(fontmatrix_MOC_HDRS
 aboutwidget.h
@@ -272,6 +273,7 @@
 	${SHAPERS_LIBRARIES}
 	${PYTHON_LIBRARIES}
 	${LIBPODOFO_LIBRARY}
+	${LIBICUUC}
 	)
 
 	INSTALL(TARGETS fontmatrix


I added this under "if (UNIX and NOT APPLE)", but I would assume
the ${LIBICUUC} line needs to be placed under "if (APPLE)" as
well as "if (WIN32)"

I'm not sure if this is the best way of doing things, as I
haven't really worked with cmake before, but the package was
able to build.

-- 
Roland Grunberg


More information about the devel mailing list