diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-05-30 12:33:26 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-05-30 12:33:26 +0200 |
commit | 5a31840a564ab702e9223abd63f281deaaabeb31 (patch) | |
tree | ce913e0698d31b507c748a48ef7cb584ed08c16a /debian/squeeze/applications/krecipes | |
parent | 9814f425f0dae6fa0fb869ef038495df9dd0e588 (diff) | |
parent | 650aae664769307d2d65098402dfa959b0d4c829 (diff) | |
download | tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.tar.gz tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.zip |
merge
Diffstat (limited to 'debian/squeeze/applications/krecipes')
-rw-r--r-- | debian/squeeze/applications/krecipes/debian/cdbs/versions.pl | 8 | ||||
-rw-r--r-- | debian/squeeze/applications/krecipes/debian/krecipes.1 | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/debian/squeeze/applications/krecipes/debian/cdbs/versions.pl b/debian/squeeze/applications/krecipes/debian/cdbs/versions.pl index 75c9add4b..1b110f7af 100644 --- a/debian/squeeze/applications/krecipes/debian/cdbs/versions.pl +++ b/debian/squeeze/applications/krecipes/debian/cdbs/versions.pl @@ -13,7 +13,7 @@ my ($version2, $version2_next); ($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; ($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; -print "KDE-Version3=$version3\n"; -print "KDE-Version2=$version2\n"; -print "KDE-Next-Version3=$version3_next\n"; -print "KDE-Next-Version2=$version2_next\n"; +print "TDE-Version3=$version3\n"; +print "TDE-Version2=$version2\n"; +print "TDE-Next-Version3=$version3_next\n"; +print "TDE-Next-Version2=$version2_next\n"; diff --git a/debian/squeeze/applications/krecipes/debian/krecipes.1 b/debian/squeeze/applications/krecipes/debian/krecipes.1 index 8ef80a581..aaf56f777 100644 --- a/debian/squeeze/applications/krecipes/debian/krecipes.1 +++ b/debian/squeeze/applications/krecipes/debian/krecipes.1 @@ -16,10 +16,10 @@ .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME -Krecipes \- The KDE Cookbook +Krecipes \- The TDE Cookbook .SH SYNOPSIS .B krecipes -[Qt\-options] [KDE\-options] [options] +[Qt\-options] [TDE\-options] [options] .SH DESCRIPTION .B Krecipes is a program that lets you to manage your recipes, create shopping @@ -41,8 +41,8 @@ Show help about options .B \-\-help\-qt Show Qt specific options .TP -.B \-\-help\-kde -Show KDE specific options +.B \-\-help\-tde +Show TDE specific options .TP .B \-\-help\-all Show all options @@ -119,7 +119,7 @@ disable XIM .TP .B \-\-reverse mirrors the whole layout of widgets -.SS KDE options +.SS TDE options .TP .B \-\-caption <caption> Use 'caption' as name in the titlebar @@ -154,11 +154,11 @@ Don't run in the background. .SH FILES .TP -.I ~/.kde/share/config/krecipesrc +.I ~/.trinity/share/config/krecipesrc .B Krecipes configuration file .SH SEE ALSO -Full user documentation is available through the KDE Help Center. You +Full user documentation is available through the TDE Help Center. You can also enter the URL .BR help:/krecipes/ directly into konqueror or you can run @@ -174,7 +174,7 @@ Unai Garro <ugarro@users.sourceforge.net> Cyril Bosselut <bosselut@b1project.com> .br .fi -Please use http://bugs.kde.org to report bugs; do not mail the authors +Please use http://bugs.trinitydesktop.org to report bugs; do not mail the authors directly. .PP This manual page was written by Matthias Julius <mdeb@julius-net.net>, |