diff options
Diffstat (limited to 'kapptemplate/appframework')
-rw-r--r-- | kapptemplate/appframework/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kapptemplate/appframework/Makefile.am | 2 | ||||
-rw-r--r-- | kapptemplate/appframework/app.lsm | 16 |
3 files changed, 2 insertions, 18 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 |