summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/abakus/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-05-27 01:39:46 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-05-27 01:39:46 +0200
commitc7bb5f0b917b82aed4203df3be0585be82077d9c (patch)
tree7fa282a673c1105611e13966e69baedba34af670 /ubuntu/maverick/applications/abakus/debian
parentb33e4034e7490e5895a5cb2cc54949354842f9d9 (diff)
downloadtde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.tar.gz
tde-packaging-c7bb5f0b917b82aed4203df3be0585be82077d9c.zip
Branding cleanup on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/abakus/debian')
-rw-r--r--ubuntu/maverick/applications/abakus/debian/abakus-trinity.menu2
-rw-r--r--ubuntu/maverick/applications/abakus/debian/abakus.112
-rw-r--r--ubuntu/maverick/applications/abakus/debian/cdbs/versions.pl8
3 files changed, 11 insertions, 11 deletions
diff --git a/ubuntu/maverick/applications/abakus/debian/abakus-trinity.menu b/ubuntu/maverick/applications/abakus/debian/abakus-trinity.menu
index bd59ecd41..8c20bfd19 100644
--- a/ubuntu/maverick/applications/abakus/debian/abakus-trinity.menu
+++ b/ubuntu/maverick/applications/abakus/debian/abakus-trinity.menu
@@ -1,4 +1,4 @@
-?package(abakus):needs="X11"\
+?package(abakus-trinity):needs="X11"\
section="Apps/Math"\
title="AbaKus"\
command="/opt/trinity/bin/abakus"\
diff --git a/ubuntu/maverick/applications/abakus/debian/abakus.1 b/ubuntu/maverick/applications/abakus/debian/abakus.1
index 74afe7056..1411beebd 100644
--- a/ubuntu/maverick/applications/abakus/debian/abakus.1
+++ b/ubuntu/maverick/applications/abakus/debian/abakus.1
@@ -1,10 +1,10 @@
.\" This file was generated by kdemangen.pl
-.TH ABAKUS 1 "Oct 2005" "K Desktop Environment" "A simple keyboard-driven calculator"
+.TH ABAKUS 1 "Oct 2005" "Trinity Desktop Environment" "A simple keyboard-driven calculator"
.SH NAME
abakus
\- A simple keyboard-driven calculator
.SH SYNOPSIS
-abakus [Qt\-options] [KDE\-options]
+abakus [Qt\-options] [TDE\-options]
.SH DESCRIPTION
A simple keyboard-driven calculator
.SH OPTIONS
@@ -16,8 +16,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
@@ -34,7 +34,7 @@ Show license information
.B \-\-
End of options
.SS
-.SS KDE options:
+.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
@@ -130,7 +130,7 @@ mirrors the whole layout of widgets
.SS
.SH SEE ALSO
-Full user documentation is available through the KDE Help Center. You can also enter the URL
+Full user documentation is available through the TDE Help Center. You can also enter the URL
.BR help:/abakus/
directly into konqueror or you can run
.BR "`khelpcenter help:/abakus/'"
diff --git a/ubuntu/maverick/applications/abakus/debian/cdbs/versions.pl b/ubuntu/maverick/applications/abakus/debian/cdbs/versions.pl
index 75c9add4b..1b110f7af 100644
--- a/ubuntu/maverick/applications/abakus/debian/cdbs/versions.pl
+++ b/ubuntu/maverick/applications/abakus/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";