summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0005-scite-desktop.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-04-05 14:00:15 -0400
committerB. Stack <bgstack15@gmail.com>2022-04-05 14:00:15 -0400
commiteedac700b10ab9e5900708ff06a09e881317f6eb (patch)
treea58b932c0336f100baea712d621fbb8ea9d9c40c /scite/debian/patches/0005-scite-desktop.patch
parentscite 5.2.2 with emitunicode patch, for fedora (diff)
downloadstackrpms-eedac700b10ab9e5900708ff06a09e881317f6eb.tar.gz
stackrpms-eedac700b10ab9e5900708ff06a09e881317f6eb.tar.bz2
stackrpms-eedac700b10ab9e5900708ff06a09e881317f6eb.zip
scite: add devuan dpkg
Diffstat (limited to 'scite/debian/patches/0005-scite-desktop.patch')
-rw-r--r--scite/debian/patches/0005-scite-desktop.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/scite/debian/patches/0005-scite-desktop.patch b/scite/debian/patches/0005-scite-desktop.patch
new file mode 100644
index 0000000..c0d0693
--- /dev/null
+++ b/scite/debian/patches/0005-scite-desktop.patch
@@ -0,0 +1,16 @@
+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