From a6441eda1e79fff3643a3bf6f9f9408a77c07869 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 9 Feb 2020 19:09:57 +0900 Subject: Kerry has been removed from TDE. Signed-off-by: Michele Calgaro --- .../patches/kubuntu_03_no_beagle_autostart.patch | 13 ------------- .../kubuntu_04_no_core_kmenu_entry.desktop.patch | 18 ------------------ .../kerry/debian/patches/kubuntu_05_shortkey.patch | 13 ------------- ubuntu/_base/applications/kerry/debian/patches/series | 3 --- 4 files changed, 47 deletions(-) delete mode 100644 ubuntu/_base/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch delete mode 100644 ubuntu/_base/applications/kerry/debian/patches/kubuntu_04_no_core_kmenu_entry.desktop.patch delete mode 100644 ubuntu/_base/applications/kerry/debian/patches/kubuntu_05_shortkey.patch delete mode 100644 ubuntu/_base/applications/kerry/debian/patches/series (limited to 'ubuntu/_base/applications/kerry/debian/patches') diff --git a/ubuntu/_base/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch b/ubuntu/_base/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch deleted file mode 100644 index 346e147c8..000000000 --- a/ubuntu/_base/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: b/kerry/src/Makefile.am -=================================================================== ---- a/kerry/src/Makefile.am -+++ b/kerry/src/Makefile.am -@@ -31,7 +31,7 @@ - kerry_la_LIBADD = -ltdeio -lkonq $(LIB_TDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_TDEABC) -lDCOP $(LIB_TQT) $(LIB_TDECORE) - - autostartdir = $(datadir)/autostart --autostart_DATA = kerry.autostart.desktop beagled.desktop -+autostart_DATA = kerry.autostart.desktop - - shutdowndir = $(prefix)/bin - shutdown_SCRIPTS = beagled-shutdown diff --git a/ubuntu/_base/applications/kerry/debian/patches/kubuntu_04_no_core_kmenu_entry.desktop.patch b/ubuntu/_base/applications/kerry/debian/patches/kubuntu_04_no_core_kmenu_entry.desktop.patch deleted file mode 100644 index 07576f0eb..000000000 --- a/ubuntu/_base/applications/kerry/debian/patches/kubuntu_04_no_core_kmenu_entry.desktop.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Nur -x '*.orig' -x '*~' kerry-0.2.1/kerry/src/kerry.desktop kerry-0.2.1.new/kerry/src/kerry.desktop ---- kerry-0.2.1/kerry/src/kerry.desktop 2006-12-04 14:35:38.000000000 +0100 -+++ kerry-0.2.1.new/kerry/src/kerry.desktop 2008-04-08 22:55:31.000000000 +0200 -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Kerry Beagle - GenericName=Desktop Search - GenericName[ar]=بحث على سطح المكتب -@@ -25,7 +24,7 @@ - Exec=kerry --show-searchdialog - Icon=kerry - Type=Application --Categories=Qt;TDE;Application;Core;Utility;Filesystem; -+Categories=Qt;TDE;Application;Utility;Filesystem; - Terminal=false - X-DCOP-ServiceType=Unique - X-TDE-StartupNotify=false diff --git a/ubuntu/_base/applications/kerry/debian/patches/kubuntu_05_shortkey.patch b/ubuntu/_base/applications/kerry/debian/patches/kubuntu_05_shortkey.patch deleted file mode 100644 index c4a705c68..000000000 --- a/ubuntu/_base/applications/kerry/debian/patches/kubuntu_05_shortkey.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nur kerry-0.2.1/kerry/src/kerryapp.cpp kerry-0.2.1.new/kerry/src/kerryapp.cpp ---- kerry-0.2.1/kerry/src/kerryapp.cpp -+++ kerry-0.2.1.new/kerry/src/kerryapp.cpp -@@ -122,8 +122,7 @@ - globalKeys = new TDEGlobalAccel(TQT_TQOBJECT(this)); - globalKeys->insert( "Program:kerry", i18n("Kerry Beagle Search") ); - -- TDEShortcut showDialogShortcut = TDEShortcut(ALT+Key_Space); -- showDialogShortcut.append( KKey( Key_F12 ) ); -+ TDEShortcut showDialogShortcut = TDEShortcut(CTRL+SHIFT+Key_Space); - globalKeys->insert( "Show Kerry Dialog", i18n("Show Search Dialog"), TQString(), showDialogShortcut, showDialogShortcut, TQT_TQOBJECT(hitListWindow), TQT_SLOT(showSearchDialog()) ); - globalKeys->insert( "Search Primary Selection with Kerry", i18n("Search Primary Selection"), TQString(), CTRL+ALT+Key_Space, CTRL+ALT+Key_Space, TQT_TQOBJECT(this), TQT_SLOT(searchPrimarySelection()) ); - configChanged(); diff --git a/ubuntu/_base/applications/kerry/debian/patches/series b/ubuntu/_base/applications/kerry/debian/patches/series deleted file mode 100644 index f23925f70..000000000 --- a/ubuntu/_base/applications/kerry/debian/patches/series +++ /dev/null @@ -1,3 +0,0 @@ -kubuntu_03_no_beagle_autostart.patch -kubuntu_04_no_core_kmenu_entry.desktop.patch -kubuntu_05_shortkey.patch -- cgit v1.2.3