summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_38_no_generate_kdepot.diff
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 15:25:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 15:25:21 -0600
commit469a2fea7abec99022999bfd31e6d81c9364e325 (patch)
tree9b26af63d79d8c6b35efbd5dc48fe7bf85c82986 /ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_38_no_generate_kdepot.diff
parent51bd98a34517e658bbaab01a523d4d3f99ed509d (diff)
downloadtde-packaging-469a2fea7abec99022999bfd31e6d81c9364e325.tar.gz
tde-packaging-469a2fea7abec99022999bfd31e6d81c9364e325.zip
Update Debian and Ubuntu packaging to match recent renaming
Diffstat (limited to 'ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_38_no_generate_kdepot.diff')
-rw-r--r--ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_38_no_generate_kdepot.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_38_no_generate_kdepot.diff b/ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_38_no_generate_kdepot.diff
index d5b892428..2bdd698e6 100644
--- a/ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_38_no_generate_kdepot.diff
+++ b/ubuntu/lucid_automake/kdelibs/debian/patches/kubuntu_38_no_generate_kdepot.diff
@@ -4,9 +4,9 @@
find $$dirs -maxdepth 1 -name "*.cc" -print >> files ;\
find $$dirs -maxdepth 1 -name "*.h" -print >> files ;\
echo ./kdecore/kde-config.cpp.in >> files ;\
-- $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_kdnssd.kcfg > rc.cpp; \
+- $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_tdednssd.kcfg > rc.cpp; \
- : > kde.pot ;\
-+ $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_kdnssd.kcfg > rc.cpp;
++ $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_tdednssd.kcfg > rc.cpp;
$(XGETTEXT) -ktranslate -x qt-messages.pot rc.cpp `cat files` && cat messages.po qt-messages.pot > $(podir)/kdelibs.pot
- $(XGETTEXT) common_texts.cpp -o kde.pot
rm -f dirs