Fixed FTBFS caused by previous commit (lsm files removal).

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 5 years ago
parent 6624975ff1
commit 4289bc2c26
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -844,7 +844,7 @@
cd cervisia cd cervisia
cvs add -kb *.png cvs add -kb *.png
cvs add Makefile.am README TODO .cvsignore ChangeLog LICENSE.QPL \ cvs add Makefile.am README TODO .cvsignore ChangeLog LICENSE.QPL \
cervisia.lsm *.cpp *.h *.rc *.cpp *.h *.rc
======================================== ========================================
@ -853,7 +853,7 @@
* Added support for KDE/Qt 3. At the moment I've just made the * Added support for KDE/Qt 3. At the moment I've just made the
minimum set of changes required to make it compile. Qt 2.x is minimum set of changes required to make it compile. Qt 2.x is
still supported of course. still supported of course.
* Moved README, TODO, ChangeLog, cervisia.lsm and LICENSE.QPL to * Moved README, TODO, ChangeLog and LICENSE.QPL to
the main source directory. the main source directory.
* Moved version string from configure.in.in to version.h * Moved version string from configure.in.in to version.h
* Updated version string * Updated version string

@ -12,7 +12,7 @@
add_subdirectory( no-exe ) add_subdirectory( no-exe )
install( FILES 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 README base-Makefile.am ChangeLog VERSION base-Makefile.cvs
po-Makefile.am po-Makefile.am
DESTINATION ${DATA_INSTALL_DIR}/kapptemplate/appframework ) DESTINATION ${DATA_INSTALL_DIR}/kapptemplate/appframework )

@ -1,6 +1,6 @@
SUBDIRS=no-exe SUBDIRS=no-exe
frameworkdir = $(kde_datadir)/kapptemplate/appframework 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 \ app.spec configure.in.in.in README base-Makefile.am \
ChangeLog VERSION base-Makefile.cvs po-Makefile.am ChangeLog VERSION base-Makefile.cvs po-Makefile.am

@ -20,7 +20,7 @@ KDE_ICON = kbugbuster
METASOURCES = AUTO METASOURCES = AUTO
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO kbugbuster.lsm EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO
messages: rc.cpp messages: rc.cpp
$(EXTRACTRC) */*.kcfg >> rc.cpp $(EXTRACTRC) */*.kcfg >> rc.cpp

@ -320,8 +320,6 @@ modulename=`echo $modulename | sed -e 's#/$##'`
# get the last part # get the last part
modulename=`echo $modulename | sed -e 's#^.*/##'` modulename=`echo $modulename | sed -e 's#^.*/##'`
remove="$remove $modulename.lsm"
# we check out tde-i18n/subdirs in temp_dir/tde-i18n.. # we check out tde-i18n/subdirs in temp_dir/tde-i18n..
if [ $doi18n = "yes" ]; then if [ $doi18n = "yes" ]; then
pushd $temp_dir pushd $temp_dir

@ -329,8 +329,6 @@ modulename=`echo $modulename | sed -e 's#/$##'`
# get the last part # get the last part
modulename=`echo $modulename | sed -e 's#^.*/##'` modulename=`echo $modulename | sed -e 's#^.*/##'`
remove="$remove $modulename.lsm"
# we check out tde-i18n/subdirs in temp_dir/tde-i18n.. # we check out tde-i18n/subdirs in temp_dir/tde-i18n..
if [ $doi18n = "yes" ]; then if [ $doi18n = "yes" ]; then
pushd $temp_dir pushd $temp_dir

@ -14,7 +14,6 @@ include( ConfigureChecks.cmake )
set( TDECACHEGRIND_VERSION "0.4.6kde" ) set( TDECACHEGRIND_VERSION "0.4.6kde" )
configure_file( version.h.in version.h @ONLY ) configure_file( version.h.in version.h @ONLY )
configure_file( tdecachegrind.spec.in tdecachegrind.spec @ONLY ) configure_file( tdecachegrind.spec.in tdecachegrind.spec @ONLY )
configure_file( tdecachegrind.lsm.in tdecachegrind.lsm @ONLY )
add_subdirectory( tdecachegrind ) add_subdirectory( tdecachegrind )
add_subdirectory( pics ) add_subdirectory( pics )

@ -2,5 +2,5 @@ SUBDIRS = tdecachegrind pics converters
EXTRA_DIST = \ EXTRA_DIST = \
AUTHORS COPYING NEWS ChangeLog INSTALL README TODO \ AUTHORS COPYING NEWS ChangeLog INSTALL README TODO \
tdecachegrind.lsm tdecachegrind.spec version.h tdecachegrind.spec version.h

@ -5,4 +5,3 @@ AC_FUNC_MMAP
dnl AC_OUTPUT( tdecachegrind/version.h ) dnl AC_OUTPUT( tdecachegrind/version.h )
dnl AC_OUTPUT( tdecachegrind/tdecachegrind.spec ) dnl AC_OUTPUT( tdecachegrind/tdecachegrind.spec )
dnl AC_OUTPUT( tdecachegrind/tdecachegrind.lsm )

@ -1,11 +0,0 @@
Begin3
Title: tdecachegrind
Version: @TDECACHEGRIND_VERSION@
Description: KDE Profiling Visualisation Tool
Keywords: Profiling, Performance Analysis, Visualisation, Development
Author: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Maintained-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Home-page: http://tdecachegrind.sourceforge.net
Platforms: Linux and other Unices
Copying-policy: GNU Public License
End
Loading…
Cancel
Save