summaryrefslogtreecommitdiffstats
path: root/kapptemplate
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-27 17:13:44 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-27 17:13:44 -0500
commit6168aa0e4a45645f22874afea770256c251dad93 (patch)
treea96ec9f0ec94c0ee43c16fc2a41f549d3b53d742 /kapptemplate
parent6e5b908df9ac10aeb3076bec39fe0a01952f704b (diff)
downloadtdesdk-6168aa0e4a45645f22874afea770256c251dad93.tar.gz
tdesdk-6168aa0e4a45645f22874afea770256c251dad93.zip
Update lsm files.
Diffstat (limited to 'kapptemplate')
-rw-r--r--kapptemplate/appframework/app.lsm22
-rw-r--r--kapptemplate/kapptemplate.lsm12
2 files changed, 16 insertions, 18 deletions
diff --git a/kapptemplate/appframework/app.lsm b/kapptemplate/appframework/app.lsm
index bf4d32fb..742ee2bc 100644
--- a/kapptemplate/appframework/app.lsm
+++ b/kapptemplate/appframework/app.lsm
@@ -1,18 +1,16 @@
echo "Creating $LOCATION_ROOT/$APP_NAME_LC.lsm...";
cat << EOF > $LOCATION_ROOT/$APP_NAME_LC.lsm
Begin4
-Title: $APP_NAME -- Some description
-Version: $APP_VERSION
-Entered-date: YYYY-MM-DD
-Description:
-Keywords: KDE3 Qt
+Title: $APP_NAME
+Version: R14.0.0
+Entered-date: 2010-05-10
+Description: .... for the Trinity Desktop Environment
+Keywords: TDE Qt
Author: $AUTHOR <$EMAIL>
-Maintained-by: $AUTHOR <$EMAIL>
-Home-page:
-Alternate-site:
-Primary-site: ftp://ftp.kde.org/pub/kde/unstable/apps/utils
- xxxxxx $APP_NAME_LC-$APP_VERSION.tar.gz
- xxx $APP_NAME_LC-$APP_VERSION.lsm
-Platform: Linux. Needs KDE 2.x
+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
index e1841e2a..8434d492 100644
--- a/kapptemplate/kapptemplate.lsm
+++ b/kapptemplate/kapptemplate.lsm
@@ -1,18 +1,18 @@
-Begin3
+Begin4
Title: KAppTemplate
-Version: 1.0.6
-Entered-date: 05Jul01
+Version: R14.0.0
+Entered-date: 2010-05-10
Description: Modular shell script that will automatically create a
framework for either a normal KDE 2.x application, a
KPart application, a KPart plugin, or convert an
existing application.
Keywords: KDE application generator DCOP KParts Plugins XML-GUI
Author: Kurt Granroth <granroth@kde.org>
-Maintained-by: Kurt Granroth <granroth@kde.org>
+Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/
Home-page: http://www.granroth.org/kapptemplate
-Primary-site: cvs.kde.org:/home/kde/tdesdk/kapptemplate
+Primary-site: http://git.trinitydesktop.org/cgit/
xxxxxx kapptemplate-1.0.6.tar.bz2
xxx kapptemplate-1.0.6.lsm
-Platform: Unix
+Platforms: Linux and other Unices running TDE
Copying-policy: GPL
End