diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 12:15:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 12:15:34 +0000 |
commit | c4f21466e4617577bc2ebca1e32b22758ff7b021 (patch) | |
tree | b55d383c409bf593f82a7371507aab78abb879b3 /graphics/luminance/files/patch-project.pro | |
parent | comms/hylafax: update to 4.3.3 (diff) |
New port:graphics/qtpfsgui A graphical user interface that provides a workflow for HDR imaging
Qtpfsgui is a graphical user interface (based on trolltech's Qt4)
that provides a workflow for HDR imaging.
WWW: http://qtpfsgui.sourceforge.net/
PR: ports/114984
Submitted by: Yinghong.Liu <relaxbsd@gmail.com>
Notes
Notes:
svn path=/head/; revision=199188
Diffstat (limited to 'graphics/luminance/files/patch-project.pro')
-rw-r--r-- | graphics/luminance/files/patch-project.pro | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/luminance/files/patch-project.pro b/graphics/luminance/files/patch-project.pro new file mode 100644 index 000000000000..c92b55b377e6 --- /dev/null +++ b/graphics/luminance/files/patch-project.pro @@ -0,0 +1,29 @@ +--- project.pro.orig Sat Jul 14 21:44:28 2007 ++++ project.pro Sun Sep 9 21:54:27 2007 +@@ -171,13 +171,13 @@ + menu.files = qtpfsgui.desktop
+ menu.path = $${PREFIX}/share/applications
+ icon.files = images/qtpfsgui.png
+-icon.path = $${PREFIX}/share/icons/hicolor/48x48/apps
+-htmls.files = html
+-htmls.path = $${PREFIX}/share/qtpfsgui
++icon.path = $${PREFIX}/share/pixmaps ++docs.files = AUTHORS COPYING Changelog INSTALL NEWS README TODO html ++docs.path = $${PREFIX}/share/doc/qtpfsgui + i18n.files = i18n/lang_de.qm i18n/lang_es.qm i18n/lang_it.qm i18n/lang_fr.qm i18n/lang_pl.qm i18n/lang_tr.qm
+ i18n.path = $$I18NDIR
+
+-INSTALLS += target menu icon htmls i18n
++INSTALLS += target menu icon docs i18n
+ message ( "" )
+ message ("********************************************************************")
+ message ("Installation PREFIX=$$PREFIX")
+@@ -191,7 +191,7 @@ + message ("qtpfsgui ==> $$target.path")
+ message ("qtpfsgui.desktop ==> $$menu.path")
+ message ("qtpfsgui.png ==> $$icon.path")
+-message ("html directory ==> $$htmls.path")
++message ("doc directory ==> $$docs.path")
+ message ("i18n messages ==> $$i18n.path")
+ message ("********************************************************************")
+
|