r15643 by christoph - fixes to template config files
scribus-commit
scribus-commit at lists.scribus.net
Mon Oct 25 05:41:25 CEST 2010
Author: christoph
Date: Mon Oct 25 03:41:24 2010
New Revision: 15643
URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=15643
Log:
fixes to template config files
Modified:
trunk/Scribus/resources/templates/CMakeLists.txt
trunk/Scribus/resources/templates/template.de.xml
trunk/Scribus/resources/templates/template.xml
Modified: trunk/Scribus/resources/templates/CMakeLists.txt
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15643&path=/trunk/Scribus/resources/templates/CMakeLists.txt
==============================================================================
--- trunk/Scribus/resources/templates/CMakeLists.txt (original)
+++ trunk/Scribus/resources/templates/CMakeLists.txt Mon Oct 25 03:41:24 2010
@@ -319,9 +319,9 @@
DESTINATION ${TEMPLATEDIR}grid_br_a5_l
)
-# INSTALL(FILES
-# buscard_coll/business_card_collection.sla.gz
-# buscard_coll/Business_Card_Collectiontn.png
-# buscard_coll/Business_Card_Collection.png
-# DESTINATION ${TEMPLATEDIR}buscard_coll
-# )
+INSTALL(FILES
+buscard_coll/business_card_collection.sla.gz
+buscard_coll/Business_Card_Collectiontn.png
+buscard_coll/Business_Card_Collection.png
+ DESTINATION ${TEMPLATEDIR}buscard_coll
+)
Modified: trunk/Scribus/resources/templates/template.de.xml
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15643&path=/trunk/Scribus/resources/templates/template.de.xml
==============================================================================
--- trunk/Scribus/resources/templates/template.de.xml (original)
+++ trunk/Scribus/resources/templates/template.de.xml Mon Oct 25 03:41:24 2010
@@ -168,7 +168,6 @@
<author>vectorportal.com</author>
<email></email>
</template>
- </template>
<template category="Broschüren">
<name>Brochure_Grid_A4_L</name>
<file>grid_br_a4_l/Brochure_Grid_A4_L.sla.gz</file>
@@ -295,7 +294,7 @@
<email></email>
</template>
<template category="Broschüren">
- <name>Brochure_Grid_5.5x8.5in_L</name>
+ <name>Brochure_Grid_55x85in_L</name>
<file>grid_br_55x85in_l/Brochure_Grid_55x85in_L.sla.gz</file>
<tnail>grid_br_55x85in_l/Brochure_Grid_55x85_in_Ltn.png</tnail>
<img>grid_br_55x85in_l/Brochure_Grid_55x85_in_L.png</img>
@@ -393,7 +392,7 @@
<email></email>
</template>
<template category="Broschüren">
- <name>Brochure_Grid_DIN_LANG P</name>
+ <name>Brochure_Grid_DIN_LANG_P</name>
<file>grid_br_dinl_p/Brochure_Grid_DIN_LANG_P.sla.gz</file>
<tnail>grid_br_dinl_p/Brochure_Grid_DIN_LANG_Ptn.png</tnail>
<img>grid_br_dinl_p/Brochure_Grid_DIN_LANG_P.png</img>
@@ -448,7 +447,7 @@
<author>Christoph Schäfer</author>
<email></email>
</template>
- <template category="Business Cards">
+ <template category="Visitenkarten">
<name>Business_Card_Collection</name>
<file>business_card_collection.sla.gz</file>
<tnail>Business_Card_Collectiontn.png</tnail>
@@ -546,7 +545,7 @@
<author>vectorportal.com</author>
<email></email>
</template>
- <template category="Business Cards">
+ <template category="Visitenkarten">
<name>Visitenkarte_7</name>
<file>buscard7/buscard7.sla.gz</file>
<tnail>buscard7/Business_Card_7tn.png</tnail>
Modified: trunk/Scribus/resources/templates/template.xml
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15643&path=/trunk/Scribus/resources/templates/template.xml
==============================================================================
--- trunk/Scribus/resources/templates/template.xml (original)
+++ trunk/Scribus/resources/templates/template.xml Mon Oct 25 03:41:24 2010
@@ -295,10 +295,10 @@
<email></email>
</template>
<template category="Brochures">
- <name>Brochure_Grid_5.5x8.5in_L</name>
+ <name>Brochure_Grid_55x85in_L</name>
<file>grid_br_55x85in_l/Brochure_Grid_55x85in_L.sla.gz</file>
- <tnail>grid_br_55x85in_l/Brochure Grid_55x85_in_Ltn.png</tnail>
- <img>grid_br_55x85in_l/Brochure Grid_55x85_in_L.png</img>
+ <tnail>grid_br_55x85in_l/Brochure_Grid_55x85_in_Ltn.png</tnail>
+ <img>grid_br_55x85in_l/Brochure_Grid_55x85_in_L.png</img>
<psize>custom, 1224x396</psize>
<color>RGB</color>
<descr>A design grid for a 5.5x8.5 in brochure</descr>
More information about the scribus-commit
mailing list