[PC-BSD Commits] r2885 - in pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components: . ktorrent
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 9 10:38:56 PDT 2008
Author: kris
Date: 2008-10-09 10:38:56 -0700 (Thu, 09 Oct 2008)
New Revision: 2885
Added:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/ktorrent/
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/ktorrent/component.cfg
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/ktorrent/component.png
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/ktorrent/install.sh
Log:
Added KTorrent to CD3 PBIs
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/ktorrent/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/ktorrent/component.cfg 2008-10-09 17:38:56 UTC (rev 2885)
@@ -1,3 +1,3 @@
-# Gimp component file
-name: Gimp
-description: Powerful photo and image editor
+# KTorrent component file
+name: KTorrent
+description: BitTorrent client for KDE
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/ktorrent/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/ktorrent/install.sh 2008-10-09 17:38:56 UTC (rev 2885)
@@ -12,14 +12,14 @@
if [ -e "/tmp/networkURL" ]
then
cd ${FSMNT}/tmp/components
- ${FETCHCMD} ${NETPATH}/PBI/${GIMPPBI}
+ ${FETCHCMD} ${NETPATH}/PBI/${KTORRENTPBI}
else
- cp /cdmnt/PBI/${GIMPPBI} /mnt/tmp/components/
+ cp /cdmnt/PBI/${KTORRENTPBI} /mnt/tmp/components/
fi
# Make our install script
echo '#!/bin/sh
-ls /Programs/Gimp* >/dev/null 2>/dev/null
+ls /Programs/KTorrent* >/dev/null 2>/dev/null
if [ "$?" != "0" ]
then
cd /tmp/components/
More information about the Commits
mailing list