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 /ubuntu/maverick/applications/kerry | |
parent | 9814f425f0dae6fa0fb869ef038495df9dd0e588 (diff) | |
parent | 650aae664769307d2d65098402dfa959b0d4c829 (diff) | |
download | tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.tar.gz tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.zip |
merge
Diffstat (limited to 'ubuntu/maverick/applications/kerry')
4 files changed, 12 insertions, 12 deletions
diff --git a/ubuntu/maverick/applications/kerry/debian/cdbs/versions.pl b/ubuntu/maverick/applications/kerry/debian/cdbs/versions.pl index 75c9add4b..1b110f7af 100644 --- a/ubuntu/maverick/applications/kerry/debian/cdbs/versions.pl +++ b/ubuntu/maverick/applications/kerry/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/ubuntu/maverick/applications/kerry/debian/control b/ubuntu/maverick/applications/kerry/debian/control index fa5ee3267..316c0cc18 100644 --- a/ubuntu/maverick/applications/kerry/debian/control +++ b/ubuntu/maverick/applications/kerry/debian/control @@ -11,7 +11,7 @@ Architecture: any Depends: ${shlibs:Depends}, beagle (>= 0.2.3) Replaces: kerry-kde3 (<< 4:14.0.0~), kerry-trinity (<< 4:14.0.0~) Breaks: kerry-kde3 (<< 4:14.0.0~), kerry-trinity (<< 4:14.0.0~) -Description: a KDE frontend for the Beagle desktop search daemon [Trinity] +Description: a TDE frontend for the Beagle desktop search daemon [Trinity] Kerry is a Trinity frontend for the Beagle desktop search daemon. . A program for indexing and searching user's data. At the moment, it can index diff --git a/ubuntu/maverick/applications/kerry/debian/control.in b/ubuntu/maverick/applications/kerry/debian/control.in index 6e19d0e6c..d0ab72677 100644 --- a/ubuntu/maverick/applications/kerry/debian/control.in +++ b/ubuntu/maverick/applications/kerry/debian/control.in @@ -11,7 +11,7 @@ Standards-Version: 3.8.3 Package: kerry-trinity Architecture: any Depends: ${shlibs:Depends}, beagle (>= 0.2.3) -Description: a KDE frontend for the Beagle desktop search daemon [Trinity] +Description: a TDE frontend for the Beagle desktop search daemon [Trinity] Kerry is a Trinity frontend for the Beagle desktop search daemon. . A program for indexing and searching user's data. At the moment, it can index diff --git a/ubuntu/maverick/applications/kerry/debian/kerry.1.docbook b/ubuntu/maverick/applications/kerry/debian/kerry.1.docbook index 49eb68460..c286af6db 100644 --- a/ubuntu/maverick/applications/kerry/debian/kerry.1.docbook +++ b/ubuntu/maverick/applications/kerry/debian/kerry.1.docbook @@ -24,7 +24,7 @@ </refmeta> <refnamediv> <refname>kerry</refname> - <refpurpose>a Beagle frontend for KDE</refpurpose> + <refpurpose>a Beagle frontend for TDE</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> @@ -33,20 +33,20 @@ <option><replaceable>Qt-options</replaceable></option> </arg> <arg choice="opt"> - <option><replaceable>KDE-options</replaceable></option> + <option><replaceable>TDE-options</replaceable></option> </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1> <title>DESCRIPTION</title> <para> - Kerry is a frontend for Beagle for the <productname>KDE</productname> desktop. + Kerry is a frontend for Beagle for the <productname>TDE</productname> desktop. </para> </refsect1> <refsect1> <title>OPTIONS</title> <para> - All <productname>KDE</productname> and <productname>Qt</productname> + All <productname>TDE</productname> and <productname>Qt</productname> programs accept a some common command-line options. Kerry has no application-specific options. </para> @@ -62,8 +62,8 @@ <listitem> <para>Show Qt specific options</para> </listitem> </varlistentry> <varlistentry> - <term> <option>--help-kde</option> </term> - <listitem> <para>Show KDE specific options</para> </listitem> + <term> <option>--help-tde</option> </term> + <listitem> <para>Show TDE specific options</para> </listitem> </varlistentry> <varlistentry> <term> <option>--help-all</option> </term> |