aboutsummaryrefslogtreecommitdiff
path: root/graphics/luminance/files/patch-project.pro
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/luminance/files/patch-project.pro')
-rw-r--r--graphics/luminance/files/patch-project.pro35
1 files changed, 17 insertions, 18 deletions
diff --git a/graphics/luminance/files/patch-project.pro b/graphics/luminance/files/patch-project.pro
index c92b55b377e6..cb4d0d736df3 100644
--- a/graphics/luminance/files/patch-project.pro
+++ b/graphics/luminance/files/patch-project.pro
@@ -1,29 +1,28 @@
---- project.pro.orig Sat Jul 14 21:44:28 2007
-+++ project.pro Sun Sep 9 21:54:27 2007
-@@ -171,13 +171,13 @@
+--- project.pro.orig 2008-02-16 11:43:24.000000000 +0100
++++ project.pro 2008-03-17 17:18:14.000000000 +0100
+@@ -298,13 +298,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
++icon.path = $${PREFIX}/share/pixmaps
+ 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
++htmls.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/lang_ru.qm i18n/lang_cs.qm
i18n.path = $$I18NDIR
+ docs.files = README LICENSE AUTHORS INSTALL Changelog
+-docs.path = $${PREFIX}/share/qtpfsgui
++docs.path = $${PREFIX}/share/doc/qtpfsgui
--INSTALLS += target menu icon htmls i18n
-+INSTALLS += target menu icon docs i18n
+ INSTALLS += target menu icon htmls i18n docs
message ( "" )
- message ("********************************************************************")
- message ("Installation PREFIX=$$PREFIX")
-@@ -191,7 +191,7 @@
- message ("qtpfsgui ==> $$target.path")
+@@ -320,7 +320,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 ("qtpfsgui.png ==> $$icon.path")
+-message ("html and docs ==> $$htmls.path")
++message ("html ==> $$docs.path")
+ message ("i18n messages ==> $$i18n.path")
message ("********************************************************************")