[PC-BSD Commits] r2888 - in pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components: . inkscape
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 9 10:44:59 PDT 2008
Author: kris
Date: 2008-10-09 10:44:59 -0700 (Thu, 09 Oct 2008)
New Revision: 2888
Added:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/component.cfg
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/component.png
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh
Log:
Added Inkscape to CD3 PBIs
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/component.cfg
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/gimp/component.cfg 2008-10-09 17:11:02 UTC (rev 2881)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/component.cfg 2008-10-09 17:44:59 UTC (rev 2888)
@@ -1,3 +1,3 @@
-# Gimp component file
-name: Gimp
-description: Powerful photo and image editor
+# Inkscape component file
+name: Inkscape
+description: Vector graphics editor for SVG files
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/gimp/install.sh 2008-10-09 17:11:02 UTC (rev 2881)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/inkscape/install.sh 2008-10-09 17:44:59 UTC (rev 2888)
@@ -12,9 +12,9 @@
if [ -e "/tmp/networkURL" ]
then
cd ${FSMNT}/tmp/components
- ${FETCHCMD} ${NETPATH}/PBI/${GIMPPBI}
+ ${FETCHCMD} ${NETPATH}/PBI/${INKSCAPEPBI}
else
- cp /cdmnt/PBI/${GIMPPBI} /mnt/tmp/components/
+ cp /cdmnt/PBI/${INKSCAPEPBI} /mnt/tmp/components/
fi
# Make our install script
More information about the Commits
mailing list