summaryrefslogtreecommitdiffstats
path: root/debian/lenny/applications/keep/debian/patches/kubuntu_01_kdepot.diff
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-09-29 23:37:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-09-29 23:37:53 +0200
commit167a4bbc63e8ed41a2a241946f6cefcd234c2e7d (patch)
tree5c2bf5483acc781e259cede6f4d4833de98dea16 /debian/lenny/applications/keep/debian/patches/kubuntu_01_kdepot.diff
parentc7c930ea4d1e22683d0b76ffd122c79544dedbc7 (diff)
downloadtde-packaging-167a4bbc63e8ed41a2a241946f6cefcd234c2e7d.tar.gz
tde-packaging-167a4bbc63e8ed41a2a241946f6cefcd234c2e7d.zip
Update Debian and Ubuntu patches for kde.pot rename
Diffstat (limited to 'debian/lenny/applications/keep/debian/patches/kubuntu_01_kdepot.diff')
-rw-r--r--debian/lenny/applications/keep/debian/patches/kubuntu_01_kdepot.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/applications/keep/debian/patches/kubuntu_01_kdepot.diff b/debian/lenny/applications/keep/debian/patches/kubuntu_01_kdepot.diff
index ebdf4630a..696f9093c 100644
--- a/debian/lenny/applications/keep/debian/patches/kubuntu_01_kdepot.diff
+++ b/debian/lenny/applications/keep/debian/patches/kubuntu_01_kdepot.diff
@@ -5,7 +5,7 @@ diff -Nur keep-0.4.0/admin/cvs.sh keep-0.4.0.new/admin/cvs.sh
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"
@@ -14,7 +14,7 @@ diff -Nur keep-0.4.0/admin/cvs.sh keep-0.4.0.new/admin/cvs.sh
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