diff options
Diffstat (limited to 'kapptemplate/appframework')
-rw-r--r-- | kapptemplate/appframework/app.lsm | 22 |
1 files changed, 10 insertions, 12 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 |