summaryrefslogtreecommitdiffstats
path: root/kapptemplate
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-09-04 11:12:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-09-04 11:23:16 +0900
commit832b93fe1926be59ac8b494b05fdc01ad26ed14f (patch)
treee5ac6c7e4b44c7998b55970242586032236c5393 /kapptemplate
parent6fc5306d14f550c48e4df2a2105643926324f861 (diff)
downloadtdesdk-832b93fe1926be59ac8b494b05fdc01ad26ed14f.tar.gz
tdesdk-832b93fe1926be59ac8b494b05fdc01ad26ed14f.zip
Removed .lsm files. lsm database is outdated and unmaintained.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kapptemplate')
-rw-r--r--kapptemplate/appframework/CMakeLists.txt2
-rw-r--r--kapptemplate/appframework/Makefile.am2
-rw-r--r--kapptemplate/appframework/app.lsm16
-rw-r--r--kapptemplate/kapptemplate.lsm17
4 files changed, 2 insertions, 35 deletions
diff --git a/kapptemplate/appframework/CMakeLists.txt b/kapptemplate/appframework/CMakeLists.txt
index fc7a9d1f..f9d980f1 100644
--- a/kapptemplate/appframework/CMakeLists.txt
+++ b/kapptemplate/appframework/CMakeLists.txt
@@ -12,7 +12,7 @@
add_subdirectory( no-exe )
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
po-Makefile.am
DESTINATION ${DATA_INSTALL_DIR}/kapptemplate/appframework )
diff --git a/kapptemplate/appframework/Makefile.am b/kapptemplate/appframework/Makefile.am
index 25ad4464..b3ec2795 100644
--- a/kapptemplate/appframework/Makefile.am
+++ b/kapptemplate/appframework/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS=no-exe
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 \
ChangeLog VERSION base-Makefile.cvs po-Makefile.am
diff --git a/kapptemplate/appframework/app.lsm b/kapptemplate/appframework/app.lsm
deleted file mode 100644
index 0b4c5474..00000000
--- a/kapptemplate/appframework/app.lsm
+++ /dev/null
@@ -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
diff --git a/kapptemplate/kapptemplate.lsm b/kapptemplate/kapptemplate.lsm
deleted file mode 100644
index ba0a3463..00000000
--- a/kapptemplate/kapptemplate.lsm
+++ /dev/null
@@ -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