summaryrefslogtreecommitdiffstats
path: root/scripts/package_crystalsvg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package_crystalsvg')
-rwxr-xr-xscripts/package_crystalsvg10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/package_crystalsvg b/scripts/package_crystalsvg
index 1502da20..e9d230d9 100755
--- a/scripts/package_crystalsvg
+++ b/scripts/package_crystalsvg
@@ -22,7 +22,7 @@ echo -n "Starting up..."
# KDE modules, searches them for SVG files and packages them up in a tarball,
# all the files in the toplevel, together with this script and a list of the files(FILES)
# telling what KDE modules/path the svg files were copied from.
-# This script is shipped with the kdesdk package.
+# This script is shipped with the tdesdk package.
#
# Author: Frans Englich <frans.englich@telia.com>
@@ -45,7 +45,7 @@ NICE=15 # Low..
# Path to the LICENSE file
-LICENSE="$SEARCH_DIR"/kdelibs/pics/LICENSE.crystalsvg
+LICENSE="$SEARCH_DIR"/tdelibs/pics/LICENSE.crystalsvg
# You shouldn't need to edit anything below.
@@ -109,13 +109,13 @@ These are the Crystal SVG vector sources from KDE CVS.
LOCATION
The "FILES" file gives information about the location they come from.
-Most come from: kdelibs/pics/crystalsvg You can visit this cvs directory using webcvs:
-http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdelibs/pics/crystalsvg
+Most come from: tdelibs/pics/crystalsvg You can visit this cvs directory using webcvs:
+http://webcvs.kde.org/cgi-bin/cvsweb.cgi/tdelibs/pics/crystalsvg
Due to the naming the SVGs are at the end of the list.
They are in the form of .svgz, which can be renamed to svg.gz and opened with gzip -d *.svg.gz
-Application icons may also be found with the application sources: /<kde_app_suite>/<kde_app_name>/pics e.g. /kdebase/konqueror/pics or /kdeedu/kmplot/pics
+Application icons may also be found with the application sources: /<kde_app_suite>/<kde_app_name>/pics e.g. /tdebase/konqueror/pics or /tdeedu/kmplot/pics
The package_svg_files script collected the sources automatically.