Rename include subdirectory to tde

pull/1/head
Timothy Pearson 12 years ago
parent 163facf972
commit f50345601f

@ -189,10 +189,10 @@ def detect_kde(env):
if os.path.isfile(kdeincludes + "/klineedit.h"):
p('GREEN',"ok "+kdeincludes)
else:
if os.path.isfile(kdeprefix+"/include/kde/klineedit.h"):
if os.path.isfile(kdeprefix+"/include/tde/klineedit.h"):
# Debian, Fedora probably
p('YELLOW',"the kde headers were found in %s/include/kde/"%kdeprefix)
kdeincludes = kdeprefix + "/include/kde/"
p('YELLOW',"the kde headers were found in %s/include/tde/"%kdeprefix)
kdeincludes = kdeprefix + "/include/tde/"
else:
p('RED',"The kde includes were NOT found")
env.Exit(1)
@ -274,7 +274,7 @@ def generate(env):
p('BOLD','* tdedir ','base of the qt libraries')
p('BOLD','* libsuffix ','suffix of libraries on amd64, ie: 64, 32')
p('BOLD','* kdeincludes','kde includes path (/usr/include/kde on debian, ..)')
p('BOLD','* kdeincludes','kde includes path (/usr/include/tde on debian, ..)')
p('BOLD','* qtincludes ','qt includes path (/usr/include/qt on debian, ..)')
p('BOLD','* tdelibs ','kde libraries path, for linking the programs')
p('BOLD','* qtlibs ','qt libraries path, for linking the program')

@ -22,7 +22,7 @@ TIPSDIR=$SRCDIR/appdata
TDEDIR=`kde-config --prefix`
EXTRACTRC=extractrc
KDEPOT=`kde-config --prefix`/include/kde/kde.pot
KDEPOT=`kde-config --prefix`/include/tde/kde.pot
XGETTEXT="xgettext -C -ki18n -ktr2i18n -kI18N_NOOP -ktranslate -kaliasLocale -x $KDEPOT "
## check that kde.pot is available

Loading…
Cancel
Save