Removed .lsm files. lsm database is outdated and unmaintained.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
r14.0.x
Michele Calgaro 5 years ago
parent 6fc5306d14
commit 832b93fe19
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -844,7 +844,7 @@
cd cervisia cd cervisia
cvs add -kb *.png cvs add -kb *.png
cvs add Makefile.am README TODO .cvsignore ChangeLog LICENSE.QPL \ cvs add Makefile.am README TODO .cvsignore ChangeLog LICENSE.QPL \
cervisia.lsm *.cpp *.h *.rc *.cpp *.h *.rc
======================================== ========================================
@ -853,7 +853,7 @@
* Added support for KDE/Qt 3. At the moment I've just made the * Added support for KDE/Qt 3. At the moment I've just made the
minimum set of changes required to make it compile. Qt 2.x is minimum set of changes required to make it compile. Qt 2.x is
still supported of course. still supported of course.
* Moved README, TODO, ChangeLog, cervisia.lsm and LICENSE.QPL to * Moved README, TODO, ChangeLog and LICENSE.QPL to
the main source directory. the main source directory.
* Moved version string from configure.in.in to version.h * Moved version string from configure.in.in to version.h
* Updated version string * Updated version string

@ -12,7 +12,7 @@
add_subdirectory( no-exe ) add_subdirectory( no-exe )
install( FILES install( FILES
AUTHORS INSTALL COPYING NEWS app.lsm app.spec configure.in.in.in AUTHORS INSTALL COPYING NEWS app.spec configure.in.in.in
README base-Makefile.am ChangeLog VERSION base-Makefile.cvs README base-Makefile.am ChangeLog VERSION base-Makefile.cvs
po-Makefile.am po-Makefile.am
DESTINATION ${DATA_INSTALL_DIR}/kapptemplate/appframework ) DESTINATION ${DATA_INSTALL_DIR}/kapptemplate/appframework )

@ -1,6 +1,6 @@
SUBDIRS=no-exe SUBDIRS=no-exe
frameworkdir = $(kde_datadir)/kapptemplate/appframework frameworkdir = $(kde_datadir)/kapptemplate/appframework
framework_DATA = AUTHORS INSTALL COPYING NEWS app.lsm \ framework_DATA = AUTHORS INSTALL COPYING NEWS \
app.spec configure.in.in.in README base-Makefile.am \ app.spec configure.in.in.in README base-Makefile.am \
ChangeLog VERSION base-Makefile.cvs po-Makefile.am ChangeLog VERSION base-Makefile.cvs po-Makefile.am

@ -1,16 +0,0 @@
echo "Creating $LOCATION_ROOT/$APP_NAME_LC.lsm...";
cat << EOF > $LOCATION_ROOT/$APP_NAME_LC.lsm
Begin4
Title: $APP_NAME
Version: R14.0.6
Entered-date: 2019-03-03
Description: .... for the Trinity Desktop Environment
Keywords: TDE Qt
Author: $AUTHOR <$EMAIL>
Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/
Primary-site: http://git.trinitydesktop.org/cgit/
Alternate-site:
Original-site:
Platforms: Linux and other Unices running TDE
Copying-policy: GPL
End

@ -1,17 +0,0 @@
Begin4
Title: KAppTemplate
Version: R14.0.6
Entered-date: 2019-03-03
Description: Modular shell script that will automatically create a
framework for either a normal TDE application, a
KPart application, a KPart plugin, or convert an
existing application.
Keywords: TDE application generator DCOP KParts Plugins XML-GUI
Author: Kurt Granroth <granroth@kde.org>
Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/
Primary-site: http://git.trinitydesktop.org/cgit/
Alternate-site:
Original-site: http://www.granroth.org/kapptemplate
Platforms: Linux and other Unices running TDE
Copying-policy: GPL
End

@ -20,7 +20,7 @@ KDE_ICON = kbugbuster
METASOURCES = AUTO METASOURCES = AUTO
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO kbugbuster.lsm EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO
messages: rc.cpp messages: rc.cpp
$(EXTRACTRC) */*.kcfg >> rc.cpp $(EXTRACTRC) */*.kcfg >> rc.cpp

@ -320,8 +320,6 @@ modulename=`echo $modulename | sed -e 's#/$##'`
# get the last part # get the last part
modulename=`echo $modulename | sed -e 's#^.*/##'` modulename=`echo $modulename | sed -e 's#^.*/##'`
remove="$remove $modulename.lsm"
# we check out tde-i18n/subdirs in temp_dir/tde-i18n.. # we check out tde-i18n/subdirs in temp_dir/tde-i18n..
if [ $doi18n = "yes" ]; then if [ $doi18n = "yes" ]; then
pushd $temp_dir pushd $temp_dir

@ -329,8 +329,6 @@ modulename=`echo $modulename | sed -e 's#/$##'`
# get the last part # get the last part
modulename=`echo $modulename | sed -e 's#^.*/##'` modulename=`echo $modulename | sed -e 's#^.*/##'`
remove="$remove $modulename.lsm"
# we check out tde-i18n/subdirs in temp_dir/tde-i18n.. # we check out tde-i18n/subdirs in temp_dir/tde-i18n..
if [ $doi18n = "yes" ]; then if [ $doi18n = "yes" ]; then
pushd $temp_dir pushd $temp_dir

@ -14,7 +14,6 @@ include( ConfigureChecks.cmake )
set( TDECACHEGRIND_VERSION "0.4.6kde" ) set( TDECACHEGRIND_VERSION "0.4.6kde" )
configure_file( version.h.in version.h @ONLY ) configure_file( version.h.in version.h @ONLY )
configure_file( tdecachegrind.spec.in tdecachegrind.spec @ONLY ) configure_file( tdecachegrind.spec.in tdecachegrind.spec @ONLY )
configure_file( tdecachegrind.lsm.in tdecachegrind.lsm @ONLY )
add_subdirectory( tdecachegrind ) add_subdirectory( tdecachegrind )
add_subdirectory( pics ) add_subdirectory( pics )

@ -2,5 +2,5 @@ SUBDIRS = tdecachegrind pics converters
EXTRA_DIST = \ EXTRA_DIST = \
AUTHORS COPYING NEWS ChangeLog INSTALL README TODO \ AUTHORS COPYING NEWS ChangeLog INSTALL README TODO \
tdecachegrind.lsm tdecachegrind.spec version.h tdecachegrind.spec version.h

@ -5,4 +5,3 @@ AC_FUNC_MMAP
dnl AC_OUTPUT( tdecachegrind/version.h ) dnl AC_OUTPUT( tdecachegrind/version.h )
dnl AC_OUTPUT( tdecachegrind/tdecachegrind.spec ) dnl AC_OUTPUT( tdecachegrind/tdecachegrind.spec )
dnl AC_OUTPUT( tdecachegrind/tdecachegrind.lsm )

@ -1,11 +0,0 @@
Begin3
Title: tdecachegrind
Version: @TDECACHEGRIND_VERSION@
Description: KDE Profiling Visualisation Tool
Keywords: Profiling, Performance Analysis, Visualisation, Development
Author: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Maintained-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Home-page: http://tdecachegrind.sourceforge.net
Platforms: Linux and other Unices
Copying-policy: GNU Public License
End

@ -1,14 +0,0 @@
Begin4
Title: tdesdk
Version: R14.0.6
Entered-date: 2019-03-03
Description: Software Ddevelopment Kit for the Trinity Desktop Environment
Keywords: TDE X11 desktop Qt
Author: http://www.kde.org/
Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/
Primary-site: http://git.trinitydesktop.org/cgit/
Alternate-site:
Original-site: http://www.kde.org/
Platforms: Linux and other Unices running TDE
Copying-policy: GPL
End

@ -1,14 +0,0 @@
Begin4
Title: Umbrello UML Modeller
Version: R14.0.6
Entered-date: 2019-03-03
Description: A UML diagram Modeller
Keywords: TDE uml diagram modeller
Author: Paul Hensgen <phensgen @ users.sourceforge.net>
Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/
Primary-site: http://git.trinitydesktop.org/cgit/
Alternate-site:
Original-site: http://uml.sourceforge.net/
Platforms: Linux and other Unices running TDE
Copying-policy: GPL
End
Loading…
Cancel
Save