[PC-BSD Commits] r2531 - in pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components: . kdeedu
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 5 16:09:49 PDT 2008
Author: kris
Date: 2008-08-05 16:09:49 -0700 (Tue, 05 Aug 2008)
New Revision: 2531
Added:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/
Removed:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/component.cfg.be
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/component.cfg.ru
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/component.cfg.uk
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/component.cfg
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/component.png
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/install.sh
Log:
Added the kdeedu backend to our installcd to load the optional KDE education package
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/component.cfg
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdesdk/component.cfg 2008-07-29 15:38:36 UTC (rev 2483)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/component.cfg 2008-08-05 23:09:49 UTC (rev 2531)
@@ -1,3 +1,3 @@
-# KDE SDK component file
-name: Software Development Kit
-description: Tools for writing Software
+# KDE Edu Config File
+name: Educational Tools and Games
+description: Educational Software for KDE
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/install.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdesdk/install.sh 2008-07-29 15:38:36 UTC (rev 2483)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/kdeedu/install.sh 2008-08-05 23:09:49 UTC (rev 2531)
@@ -1,5 +1,5 @@
#!/bin/sh
-# This script installs the KDE SDK package
+# This script installs the KDE EDU package
# Configuration file
. /usr/local/pcbsd/scripts/PCBSD.Config
@@ -12,17 +12,16 @@
if [ -e "/tmp/networkURL" ]
then
cd ${FSMNT}/tmp/components
- ${FETCHCMD} ${NETPATH}/components/${KDESDK}
+ ${FETCHCMD} ${NETPATH}/components/${KDEEDU}
else
- cp /cdmnt/components/${KDESDK} /mnt/tmp/components/
+ cp /cdmnt/components/${KDEEDU} /mnt/tmp/components/
fi
# Make our install script
echo '#!/bin/sh
cd /tmp/components/
-pkg_add -f kdesdk-*.tbz
-pkg_add -f kdevelop-*.tbz
+pkg_add -f kdeedu-*.tbz
' > /mnt/installComponent.sh
# Run the chrooted script
More information about the Commits
mailing list