CVS commit by cramblitt: Renamed libkttsd/kttsd.desktop to kttsd_synthplugin.desktop in order to more accurately reflect its servicetype purpose and to distinquish it from other kttsd.desktop file.
A libkttsd/kttsd_synthplugin.desktop 1.1 M +6 -0 clean_obsolete.sh 1.4 M +1 -1 debian/kttsd.install 1.12 M +1 -1 libkttsd/Makefile.am 1.14 R libkttsd/kttsd.desktop 1.4 --- kdenonbeta/kttsd/clean_obsolete.sh #1.3:1.4 @@ -30,4 +30,10 @@ set -x +# ServiceType kttsd.desktop renamed to kttsd_synthplugin.desktop, +# which distinquishes it from kttsd.desktop in the services dir +# and more accurately reflects its purpose +# on or about 8 Dec 2004. +rm -f $PREFIX/share/share/servicetypes/kttsd.desktop + # kcm_kttsmgr and kcm_kttsd are now identical. Apps should use # kcm_kttsd. Once all apps no longer use kcm_kttsmgr, remove it. --- kdenonbeta/kttsd/debian/kttsd.install #1.11:1.12 @@ -29,5 +29,5 @@ debian/tmp/usr/lib/kde3/kcm_kttsd.so debian/tmp/usr/lib/kde3/kcm_kttsd.la -debian/tmp/usr/share/servicetypes/kttsd.desktop +debian/tmp/usr/share/servicetypes/kttsd_synthplugin.desktop debian/tmp/usr/share/servicetypes/kttsd_audioplugin.desktop debian/tmp/usr/share/apps/kttsd/xslt/SSMLtoPlainText.xsl --- kdenonbeta/kttsd/libkttsd/Makefile.am #1.13:1.14 @@ -33,4 +33,4 @@ # This library is installed as a service. -servicetypes_DATA = kttsd.desktop +servicetypes_DATA = kttsd_synthplugin.desktop servicetypesdir = $(kde_servicetypesdir)