summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdewebdev
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-09-29 23:57:37 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-09-29 23:57:37 +0200
commitf7aa0df3f50f1c79fe6629670e96a8763be886f7 (patch)
tree873e53d3cf46aa5cbd6ad08cfab9dcfc460209b1 /ubuntu/maverick/tdewebdev
parent037141d3e4d940052f2a21036b42567f63c845e7 (diff)
parent167a4bbc63e8ed41a2a241946f6cefcd234c2e7d (diff)
downloadtde-packaging-f7aa0df3f50f1c79fe6629670e96a8763be886f7.tar.gz
tde-packaging-f7aa0df3f50f1c79fe6629670e96a8763be886f7.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/tdewebdev')
-rw-r--r--ubuntu/maverick/tdewebdev/debian/patches/common/kubuntu_01_kdepot.diff10
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/maverick/tdewebdev/debian/patches/common/kubuntu_01_kdepot.diff b/ubuntu/maverick/tdewebdev/debian/patches/common/kubuntu_01_kdepot.diff
index 47aee4140..28c95742b 100644
--- a/ubuntu/maverick/tdewebdev/debian/patches/common/kubuntu_01_kdepot.diff
+++ b/ubuntu/maverick/tdewebdev/debian/patches/common/kubuntu_01_kdepot.diff
@@ -4,7 +4,7 @@
if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
export EXTRACTRC PREPARETIPS
-+kdepotpath=/usr/include/tde/kde.pot
++kdepotpath=/usr/include/tde/tde.pot
+
for subdir in $dirs; do
test -z "$VERBOSE" || echo "Making messages in $subdir"
@@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
-- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/tde.pot
- if ! test -f $kdepotpath; then
-- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+- kdepotpath=`tde-config --expandvars --prefix`/include/tde.pot
- fi
-+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
++# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/tde.pot
+# if ! test -f $kdepotpath; then
-+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
++# kdepotpath=`tde-config --expandvars --prefix`/include/tde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \