summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0005-scite-desktop.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-12-04 15:41:05 -0500
committerB. Stack <bgstack15@gmail.com>2023-12-04 15:41:05 -0500
commit9d14d13a39701b47699192c93175792c9df3e026 (patch)
treea19b8fa4fb13e29890b7753d8bad39f5f87924a5 /scite/debian/patches/0005-scite-desktop.patch
parentffs 13.2 dpkg rc1 (diff)
downloadstackrpms-9d14d13a39701b47699192c93175792c9df3e026.tar.gz
stackrpms-9d14d13a39701b47699192c93175792c9df3e026.tar.bz2
stackrpms-9d14d13a39701b47699192c93175792c9df3e026.zip
scite 5.4.0 rc1
Diffstat (limited to 'scite/debian/patches/0005-scite-desktop.patch')
-rw-r--r--scite/debian/patches/0005-scite-desktop.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/scite/debian/patches/0005-scite-desktop.patch b/scite/debian/patches/0005-scite-desktop.patch
deleted file mode 100644
index c0d0693..0000000
--- a/scite/debian/patches/0005-scite-desktop.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-From: Antonio Valentino <antonio.valentino@tiscali.it>
-Date: Sat, 14 Apr 2018 18:30:43 +0000
-Subject: scite-desktop
-
-Add the Keywords entry to the desktop file.
----
- scite/gtk/SciTE.desktop | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/scite/gtk/SciTE.desktop
-+++ b/scite/gtk/SciTE.desktop
-@@ -21,3 +21,4 @@
- StartupNotify=true
- Categories=TextEditor;Development;GTK;
- MimeType=text/plain;
-+Keywords=TextEditor;
bgstack15