Fix tdelibs FTBFS on Ubuntu

(cherry picked from commit 9cdd60304e)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent 6a2c4d4369
commit 0d699fa3cb

@ -1,14 +0,0 @@
--- kdelibs/Makefile.am.in 2006-06-26 16:14:54.000000000 +0000
+++ kdelibs/Makefile.am.in 2006-06-26 16:16:33.000000000 +0000
@@ -54,10 +54,8 @@
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; \
- : > kde.pot ;\
+ $(EXTRACTRC) `find $$dirs -maxdepth 1 \( -name "*.rc" -o -name "*.ui" \) ` ./dnssd/kcm_kdnssd.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
EXTRA_DIST = admin kde.pot \

@ -5,7 +5,7 @@
"<p>For more information on KDE internationalization " "<p>For more information on KDE internationalization "
"visit <a href=\"http://l10n.kde.org\">http://l10n.kde.org</a></p>" "visit <a href=\"http://l10n.kde.org\">http://l10n.kde.org</a></p>"
- ); - );
+ ) + i18n("<p>Debian includes additions and alterations to the KDE translation from <a href=\"https://translations.launchpad.net/\">Launchpad</a>.</p>"); + ) + i18n("<p>Debian includes additions and alterations to the TDE translation from <a href=\"https://translations.launchpad.net/\">Launchpad</a>.</p>");
} }
TQString TQString

Loading…
Cancel
Save