rpms/qtiplot/devel qtiplot-install-path.patch,NONE,1.1

supercyper supercyper at fedoraproject.org
Thu Feb 11 02:04:12 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/qtiplot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25698

Added Files:
	qtiplot-install-path.patch 
Log Message:
fix installation paths and enable building of translation files


qtiplot-install-path.patch:
 qtiplot.pro |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--- NEW FILE qtiplot-install-path.patch ---
--- qtiplot-0.9.7.12.org/qtiplot/qtiplot.pro	2010-02-09 05:51:49.000000000 +0800
+++ qtiplot-0.9.7.12/qtiplot/qtiplot.pro	2010-02-09 23:14:57.233706933 +0800
@@ -53,8 +53,8 @@
 
 	unix: target.path = $$INSTALLBASE/bin
 	unix: translations.path = $$INSTALLBASE/share/qtiplot/translations
-	unix: manual.path = $$INSTALLBASE/share/doc/qtiplot/manual
-	unix: documentation.path = $$INSTALLBASE/share/doc/qtiplot
+	unix: manual.path = $$QTIDOCDIR/manual
+	unix: documentation.path = $$QTIDOCDIR
 	unix: man.path = $$INSTALLBASE/share/man/man1/
 
 	win32: target.path = $$INSTALLBASE
@@ -109,9 +109,9 @@
 					translations/qtiplot_sv.qm
 
 isEmpty(LUPDATE): LUPDATE = lupdate
-#system($$LUPDATE -verbose qtiplot.pro)
+system($$LUPDATE -verbose qtiplot.pro)
 isEmpty(LRELEASE): LRELEASE = lrelease
-#system($$LRELEASE -verbose qtiplot.pro)
+system($$LRELEASE -verbose qtiplot.pro)
 
 ###################### DOCUMENTATION ########################################
 
@@ -163,7 +163,7 @@
   				    qtiUtil.py \
   				    qti_wordlist.txt \
 
-  	unix: pythonconfig.path = /usr/local/qtiplot
+  	unix: pythonconfig.path = /usr/share/qtiplot
   	win32: pythonconfig.path = $$INSTALLBASE
   	DEFINES += PYTHON_CONFIG_PATH="\\\"$$replace(pythonconfig.path," ","\ ")\\\"
   }



More information about the scm-commits mailing list