[PC-BSD Commits] r900 - in pbibuild/modules/ktorrent: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Fri Nov 16 07:06:15 PST 2007
Author: kris
Date: 2007-11-16 07:06:14 -0800 (Fri, 16 Nov 2007)
New Revision: 900
Modified:
pbibuild/modules/ktorrent/copy-files
pbibuild/modules/ktorrent/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/ktorrent/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/ktorrent/pbi.conf
Log:
Fixed up some bugs in ktorrent module, and triggered a rebuild
Modified: pbibuild/modules/ktorrent/copy-files
===================================================================
--- pbibuild/modules/ktorrent/copy-files 2007-11-15 21:27:12 UTC (rev 899)
+++ pbibuild/modules/ktorrent/copy-files 2007-11-16 15:06:14 UTC (rev 900)
@@ -3,10 +3,15 @@
/usr/local/bin/ktshell bin/
/usr/local/bin/kttorinfo bin/
/usr/local/bin/ktupnptest bin/
+/usr/local/share/icons/hicolor/128x128/apps/ktorrent.png share/icons/128x128/apps/
+/usr/local/share/icons/hicolor/64x64/apps/ktorrent.png share/icons/64x64/apps/
+/usr/local/share/icons/hicolor/32x32/apps/ktorrent.png share/icons/32x32/apps/
+/usr/local/share/icons/hicolor/16x16/apps/ktorrent.png share/icons/16x16/apps/
/usr/local/share/apps/ktorrent share/apps/
+/usr/local/share/applications/kde/ktorrent.desktop share/applications/kde/
/usr/local/share/services/kt*.desktop share/services/
/usr/local/share/servicetypes/ktorrent*.desktop share/servicetypes/
-/usr/local/share/config.kcfg/kt*.desktop share/config.kcfg/
+/usr/local/share/config.kcfg/kt*.kcfg share/config.kcfg/
/usr/local/share/servicetypes/ktorrent*.desktop share/servicetypes/
/usr/local/lib/libktorrent* autolibs/
/usr/local/lib/kde3/kt* autolibs/kde3/
Modified: pbibuild/modules/ktorrent/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/ktorrent/overlay-dir/PBI.RemoveScript.sh 2007-11-15 21:27:12 UTC (rev 899)
+++ pbibuild/modules/ktorrent/overlay-dir/PBI.RemoveScript.sh 2007-11-16 15:06:14 UTC (rev 900)
@@ -11,6 +11,10 @@
rm /usr/local/share/apps/ktorrent
rm /usr/local/share/servicetypes/ktorrentplugin.desktop
rm /usr/local/share/applications/kde/ktorrent.desktop
+rm /usr/local/share/icons/crystalsvg/16x16/apps/ktorrent.png
+rm /usr/local/share/icons/crystalsvg/32x32/apps/ktorrent.png
+rm /usr/local/share/icons/crystalsvg/64x64/apps/ktorrent.png
+rm /usr/local/share/icons/crystalsvg/128x128/apps/ktorrent.png
# Remove the services links
Modified: pbibuild/modules/ktorrent/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/ktorrent/overlay-dir/PBI.SetupScript.sh 2007-11-15 21:27:12 UTC (rev 899)
+++ pbibuild/modules/ktorrent/overlay-dir/PBI.SetupScript.sh 2007-11-16 15:06:14 UTC (rev 900)
@@ -18,6 +18,10 @@
ln -s /Programs/${PROGDIR}/share/apps/ktorrent /usr/local/share/apps/ktorrent
ln -s /Programs/${PROGDIR}/share/servicetypes/ktorrentplugin.desktop /usr/local/share/servicetypes/ktorrentplugin.desktop
ln -s /Programs/${PROGDIR}/share/applications/kde/ktorrent.desktop /usr/local/share/applications/kde/ktorrent.desktop
+ln -s /Programs/${PROGDIR}/share/icons/128x128/apps/ktorrent.png /usr/local/share/icons/crystalsvg/128x128/apps/ktorrent.png
+ln -s /Programs/${PROGDIR}/share/icons/64x64/apps/ktorrent.png /usr/local/share/icons/crystalsvg/64x64/apps/ktorrent.png
+ln -s /Programs/${PROGDIR}/share/icons/32x32/apps/ktorrent.png /usr/local/share/icons/crystalsvg/32x32/apps/ktorrent.png
+ln -s /Programs/${PROGDIR}/share/icons/16x16/apps/ktorrent.png /usr/local/share/icons/crystalsvg/16x16/apps/ktorrent.png
# Make links for services
cd /Programs/${PROGDIR}/autolibs/kde3/
Modified: pbibuild/modules/ktorrent/pbi.conf
===================================================================
--- pbibuild/modules/ktorrent/pbi.conf 2007-11-15 21:27:12 UTC (rev 899)
+++ pbibuild/modules/ktorrent/pbi.conf 2007-11-16 15:06:14 UTC (rev 900)
@@ -32,6 +32,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="02"
+BUILDKEY="03"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list