diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-09-01 14:01:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-09-01 14:09:19 +0900 |
commit | 6624975ff1239afb0b6d967c25af9f23700af509 (patch) | |
tree | dd46ab20ab6e4184c2a1061803a245ae5f0ec790 /kapptemplate | |
parent | dc8d47d975c22310af253cdb3c698ecbd49b0c9f (diff) | |
download | tdesdk-6624975ff1239afb0b6d967c25af9f23700af509.tar.gz tdesdk-6624975ff1239afb0b6d967c25af9f23700af509.zip |
Removed .lsm files. lsm database is outdated and unmaintained.
Diffstat (limited to 'kapptemplate')
-rw-r--r-- | kapptemplate/appframework/app.lsm | 16 | ||||
-rw-r--r-- | kapptemplate/kapptemplate.lsm | 17 |
2 files changed, 0 insertions, 33 deletions
diff --git a/kapptemplate/appframework/app.lsm b/kapptemplate/appframework/app.lsm deleted file mode 100644 index baf2bf3c..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.1.0 -Entered-date: 2010-05-10 -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 930da8b9..00000000 --- a/kapptemplate/kapptemplate.lsm +++ /dev/null @@ -1,17 +0,0 @@ -Begin4 -Title: KAppTemplate -Version: R14.1.0 -Entered-date: 2010-05-10 -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 |