[PC-BSD Commits] r3881 - in pbibuild/modules/thunderbird: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Sat May 9 10:53:48 PDT 2009
Author: kris
Date: 2009-05-09 10:53:47 -0700 (Sat, 09 May 2009)
New Revision: 3881
Modified:
pbibuild/modules/thunderbird/build.sh
pbibuild/modules/thunderbird/overlay-dir/mimeTypes.rdf
pbibuild/modules/thunderbird/pbi.conf
Log:
Updated TB, trigger a rebuild and modified mimeTypes.rdf
Modified: pbibuild/modules/thunderbird/build.sh
===================================================================
--- pbibuild/modules/thunderbird/build.sh 2009-05-08 14:35:19 UTC (rev 3880)
+++ pbibuild/modules/thunderbird/build.sh 2009-05-09 17:53:47 UTC (rev 3881)
@@ -70,3 +70,6 @@
echo "pref(\"network.protocol-handler.app.http\", \"/Programs/Thunderbird${PORTVER}/bin/defaultbrowser\");
pref(\"network.protocol-handler.app.ftp\", \"/Programs/Thunderbird${PORTVER}/bin/defaultbrowser\");
pref(\"network.protocol-handler.app.https\", \"/Programs/Thunderbird${PORTVER}/bin/defaultbrowser\");" >> ${PBIDIR}/autolibs/thunderbird/greprefs/all.js
+
+# Copy over our modified mimeTypes.rdf file to the correct location
+mv ${PBIDIR}/mimeTypes.rdf ${PBIDIR}/lib/thunderbird/defaults/profile
Modified: pbibuild/modules/thunderbird/overlay-dir/mimeTypes.rdf
===================================================================
--- pbibuild/modules/thunderbird/overlay-dir/mimeTypes.rdf 2009-05-08 14:35:19 UTC (rev 3880)
+++ pbibuild/modules/thunderbird/overlay-dir/mimeTypes.rdf 2009-05-09 17:53:47 UTC (rev 3881)
@@ -16,11 +16,11 @@
<NC:handlerProp RDF:resource="urn:mimetype:handler:image/jpeg"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/openoffice-en2"
- NC:path="/Programs/OpenOffice-EN3.0.1/bin/openoffice.org-3.0.1"
- NC:prettyName="openoffice.org-3.0.1" />
+ NC:path="/Programs/bin/soffice"
+ NC:prettyName="OpenOffice"/>
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/vnd.oasis.opendocument.text"
- NC:path="/Programs/OpenOffice-EN3.0.1/bin/openoffice.org-3.0.1"
- NC:prettyName="openoffice.org-3.0.1" />
+ NC:path="/Programs/bin/soffice"
+ NC:prettyName="OpenOffice" />
<RDF:Description RDF:about="urn:mimetype:externalApplication:image/tiff"
NC:path="/PCBSD/local/kde4/bin/gwenview"
NC:prettyName="gwenview" />
@@ -70,8 +70,8 @@
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/msexcel"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/msexcel"
- NC:path="/Programs/OpenOffice-EN3.0.1/bin/openoffice.org-3.0.1-swriter"
- NC:prettyName="openoffice.org-3.0.1-swriter" />
+ NC:path="/Programs/bin/soffice"
+ NC:prettyName="OpenOffice" />
<RDF:Seq RDF:about="urn:mimetypes:root">
<RDF:li RDF:resource="urn:mimetype:image/png"/>
<RDF:li RDF:resource="urn:mimetype:text/plain"/>
Modified: pbibuild/modules/thunderbird/pbi.conf
===================================================================
--- pbibuild/modules/thunderbird/pbi.conf 2009-05-08 14:35:19 UTC (rev 3880)
+++ pbibuild/modules/thunderbird/pbi.conf 2009-05-09 17:53:47 UTC (rev 3881)
@@ -35,6 +35,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="01"
+BUILDKEY="02"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list