diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 60254156c26021d9ed06e7b602c9b5770ea8f34c (patch) | |
tree | 49665d5cf13df086507a5e501a6d5aaf67e2673c /kttsd/clean_obsolete.sh | |
parent | 1b93777b6479886165554b763531d7bea5fe6c1f (diff) | |
download | tdeaccessibility-60254156c26021d9ed06e7b602c9b5770ea8f34c.tar.gz tdeaccessibility-60254156c26021d9ed06e7b602c9b5770ea8f34c.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kttsd/clean_obsolete.sh')
-rwxr-xr-x | kttsd/clean_obsolete.sh | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/kttsd/clean_obsolete.sh b/kttsd/clean_obsolete.sh index 17e8c26..dabc5a5 100755 --- a/kttsd/clean_obsolete.sh +++ b/kttsd/clean_obsolete.sh @@ -32,7 +32,7 @@ set -x # libktts removed. See kdeaccessibility/kttsd/kcmkttsmgr/Makefile.am # for example how to build without it. # on or about 20 Dec 2004. -$LIBTOOL --mode=uninstall $PREFIX/lib/kde3/libktts +$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libktts $LIBTOOL --mode=uninstall $PREFIX/lib/libktts # ServiceType kttsd.desktop renamed to kttsd_synthplugin.desktop, @@ -43,14 +43,14 @@ rm -f $PREFIX/share/servicetypes/kttsd.desktop # kcm_kttsmgr removed. Use kcm_kttsd instead. # Change made on or about 18 Dec 2004. -$LIBTOOL --mode=uninstall $PREFIX/lib/kde3/kcm_kttsmgr +$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/kcm_kttsmgr rm -f $PREFIX/share/applnk/Settings/Accessibility/kcmkttsmgr.desktop rm -f $PREFIX/share/applications/kde/kcmkttsmgr.desktop # Renamed libkttsjobmgr to libkttsjobmgrpart per kdelibs/NAMING convention # on or about 19 Oct 2004: -$LIBTOOL --mode=uninstall $PREFIX/lib/kde3/libkttsjobmgr +$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libkttsjobmgr # The following installed files were renamed # on or about 19 Oct 2004: @@ -62,7 +62,7 @@ $LIBTOOL --mode=uninstall $PREFIX/lib/kde3/libkttsjobmgr #� � flite.desktop � � � � � �-> kttsd_fliteplugin.desktop #� � epos-kttsdplugin.desktop -> kttsd_eposplugin.desktop #� � freetts.desktop � � � � �-> kttsd_freettsplugin.desktop -#� In $KDEDIR/lib/kde3/: +#� In $KDEDIR/lib/trinity/: # libfestivalplugin -> libkttsd_festivalplugin #� � libfestivalintplugin � � -> libkttsd_festivalintplugin #� � libcommandplugin � � � � -> libkttsd_commandplugin @@ -79,13 +79,13 @@ rm -f $PREFIX/share/services/flite.desktop rm -f $PREFIX/share/services/epos-kttsdplugin.desktop rm -f $PREFIX/share/services/freetts.desktop -$LIBTOOL --mode=uninstall $PREFIX/lib/kde3/libfestivalplugin -$LIBTOOL --mode=uninstall $PREFIX/lib/kde3/libfestivalintplugin -$LIBTOOL --mode=uninstall $PREFIX/lib/kde3/libcommandplugin -$LIBTOOL --mode=uninstall $PREFIX/lib/kde3/libhadifixplugin -$LIBTOOL --mode=uninstall $PREFIX/lib/kde3/libfliteplugin -$LIBTOOL --mode=uninstall $PREFIX/lib/kde3/libeposkttsdplugin -$LIBTOOL --mode=uninstall $PREFIX/lib/kde3/libfreettsplugin +$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libfestivalplugin +$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libfestivalintplugin +$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libcommandplugin +$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libhadifixplugin +$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libfliteplugin +$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libeposkttsdplugin +$LIBTOOL --mode=uninstall $PREFIX/lib/trinity/libfreettsplugin # The following library was changed from unversioned to versioned # on or about 13 Oct 2004, @@ -96,10 +96,10 @@ $LIBTOOL --mode=uninstall $PREFIX/lib/libktts # on or about 4 Sep 2004. rm -f $PREFIX/share/services/hadifax.desktop -$LIBTOOL --mode=uninstall /lib/kde3/libhadifaxplugin +$LIBTOOL --mode=uninstall /lib/trinity/libhadifaxplugin # Clean up the library cache. $LIBTOOL --mode=finish -n $PREFIX/lib -$LIBTOOL --mode=finish -n $PREFIX/lib/kde3/ +$LIBTOOL --mode=finish -n $PREFIX/lib/trinity/ |