summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick_automake/applications
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:52:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:52:39 -0600
commit41d4f7f49b1289a5186248b60ac8d736e77cba99 (patch)
tree2d925647007f614e357760eeecad37dfb217d27d /ubuntu/maverick_automake/applications
parentba0d4cc6a555d17bed0010bfbe8ea99349db48eb (diff)
downloadtde-packaging-41d4f7f49b1289a5186248b60ac8d736e77cba99.tar.gz
tde-packaging-41d4f7f49b1289a5186248b60ac8d736e77cba99.zip
Update Debian and Ubuntu packaging for latest GIT
Diffstat (limited to 'ubuntu/maverick_automake/applications')
-rw-r--r--ubuntu/maverick_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch4
-rw-r--r--ubuntu/maverick_automake/applications/kradio/debian/control8
-rw-r--r--ubuntu/maverick_automake/applications/kradio/debian/kradio.16
-rw-r--r--ubuntu/maverick_automake/applications/kradio/debian/menu2
4 files changed, 10 insertions, 10 deletions
diff --git a/ubuntu/maverick_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch b/ubuntu/maverick_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch
index 6478949f6..7000016ed 100644
--- a/ubuntu/maverick_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch
+++ b/ubuntu/maverick_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch
@@ -5,9 +5,9 @@ diff -Nur kerry-0.2.1/kerry/src/kerryapp.cpp kerry-0.2.1.new/kerry/src/kerryapp.
globalKeys = new KGlobalAccel(this);
globalKeys->insert( "Program:kerry", i18n("Kerry Beagle Search") );
-- KShortcut showDialogShortcut = KShortcut(ALT+Key_Space);
+- TDEShortcut showDialogShortcut = TDEShortcut(ALT+Key_Space);
- showDialogShortcut.append( KKey( Key_F12 ) );
-+ KShortcut showDialogShortcut = KShortcut(CTRL+SHIFT+Key_Space);
++ TDEShortcut showDialogShortcut = TDEShortcut(CTRL+SHIFT+Key_Space);
globalKeys->insert( "Show Kerry Dialog", i18n("Show Search Dialog"), QString::null, showDialogShortcut, showDialogShortcut, hitListWindow, SLOT(showSearchDialog()) );
globalKeys->insert( "Search Primary Selection with Kerry", i18n("Search Primary Selection"), QString::null, CTRL+ALT+Key_Space, CTRL+ALT+Key_Space, this, SLOT(searchPrimarySelection()) );
configChanged();
diff --git a/ubuntu/maverick_automake/applications/kradio/debian/control b/ubuntu/maverick_automake/applications/kradio/debian/control
index 2a173789f..4403795d0 100644
--- a/ubuntu/maverick_automake/applications/kradio/debian/control
+++ b/ubuntu/maverick_automake/applications/kradio/debian/control
@@ -10,10 +10,10 @@ Package: kradio-kde3
Architecture: any
Depends: ${shlibs:Depends}
Description: Comfortable Radio Application for KDE [KDE3]
- KRadio is a comfortable radio application for KDE 3.x with support for
+ TDERadio is a comfortable radio application for KDE 3.x with support for
V4L and V4L2 radio cards drivers.
.
- KRadio currently provides
+ TDERadio currently provides
.
* V4L/V4L2 radio support
* Remote control support (LIRC)
@@ -24,8 +24,8 @@ Description: Comfortable Radio Application for KDE [KDE3]
* Extendable plugin architecture
.
This package also includes a growing collection of station preset
- files for many cities around the world contributed by KRadio users.
+ files for many cities around the world contributed by TDERadio users.
.
- As KRadio is based on an extendable plugin architecture, contributions
+ As TDERadio is based on an extendable plugin architecture, contributions
of new plugins (e.g. Internet Radio Streams, new cool GUIs) are welcome.
.
diff --git a/ubuntu/maverick_automake/applications/kradio/debian/kradio.1 b/ubuntu/maverick_automake/applications/kradio/debian/kradio.1
index 3b715d05d..47fdb40d7 100644
--- a/ubuntu/maverick_automake/applications/kradio/debian/kradio.1
+++ b/ubuntu/maverick_automake/applications/kradio/debian/kradio.1
@@ -1,12 +1,12 @@
.\" This file was generated by kdemangen.pl
-.TH KRADIO 1 "Dec 2005" "K Desktop Environment" "KRadio"
+.TH KRADIO 1 "Dec 2005" "K Desktop Environment" "TDERadio"
.SH NAME
kradio
-\- KRadio
+\- TDERadio
.SH SYNOPSIS
kradio [Qt\-options] [KDE\-options]
.SH DESCRIPTION
-KRadio
+TDERadio
.SH OPTIONS
.SS Generic options:
.TP
diff --git a/ubuntu/maverick_automake/applications/kradio/debian/menu b/ubuntu/maverick_automake/applications/kradio/debian/menu
index ed206dd11..bae72be5f 100644
--- a/ubuntu/maverick_automake/applications/kradio/debian/menu
+++ b/ubuntu/maverick_automake/applications/kradio/debian/menu
@@ -1,7 +1,7 @@
?package(kradio):needs="X11" \
section="Applications/TV and Radio" \
hints="KDE" \
- title="KRadio" \
+ title="TDERadio" \
longtitle="K-Radio Application" \
command="/opt/kde3/bin/kradio" \
icon="/opt/kde3/share/pixmaps/kradio.xpm"