SOURCES: domo-2.4_pro.patch (NEW) -initial, change dest dirs in do...

siomek siomek at pld-linux.org
Thu Jun 30 00:37:14 CEST 2005


Author: siomek                       Date: Wed Jun 29 22:37:14 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
-initial, change dest dirs in domo.pro

---- Files affected:
SOURCES:
   domo-2.4_pro.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/domo-2.4_pro.patch
diff -u /dev/null SOURCES/domo-2.4_pro.patch:1.1
--- /dev/null	Thu Jun 30 00:37:14 2005
+++ SOURCES/domo-2.4_pro.patch	Thu Jun 30 00:37:09 2005
@@ -0,0 +1,29 @@
+diff -urN domo-2.4_oryg/domo.pro domo-2.4/domo.pro
+--- domo-2.4_oryg/domo.pro	2004-08-31 23:24:15.000000000 +0200
++++ domo-2.4/domo.pro	2005-06-30 00:31:03.000000000 +0200
+@@ -235,20 +235,20 @@
+ 
+ DISTFILES += *.spec resources/*.txt images/splashscreen.png languages/*.qm INSTALL RELEASE README CHANGELOG COPYING
+ 
+-documentation.path = /etc/domo/doc
++documentation.path = %{datadir}/domo/doc
+ documentation.files = INSTALL RELEASE README CHANGELOG COPYING
+ INSTALLS += documentation
+ 
+-resources.path = /etc/domo/resources
++resources.path = %{datadir}/domo/resources
+ resources.files = resources/*.txt
+ INSTALLS += resources
+ 
+-images.path = /etc/domo/images
++images.path = %{datadir}/domo/images
+ images.files = images/splashscreen.png
+ INSTALLS += images
+ 
+-languages.path = /etc/domo/languages
+-languages.extra = $(QTDIR)/bin/lrelease domo.pro
++languages.path = %{datadir}/domo/languages
++languages.extra = /usr/bin/lrelease domo.pro
+ languages.files = languages/*.qm
+ INSTALLS += languages
+ 
================================================================



More information about the pld-cvs-commit mailing list