From 9d14d13a39701b47699192c93175792c9df3e026 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 4 Dec 2023 15:41:05 -0500 Subject: scite 5.4.0 rc1 --- scite/debian/patches/0003-scite-desktop.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 scite/debian/patches/0003-scite-desktop.patch (limited to 'scite/debian/patches/0003-scite-desktop.patch') diff --git a/scite/debian/patches/0003-scite-desktop.patch b/scite/debian/patches/0003-scite-desktop.patch new file mode 100644 index 0000000..cdea9cf --- /dev/null +++ b/scite/debian/patches/0003-scite-desktop.patch @@ -0,0 +1,18 @@ +From: Antonio Valentino +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(+) + +diff --git a/scite/gtk/SciTE.desktop b/scite/gtk/SciTE.desktop +index e47c178..585ef41 100755 +--- a/scite/gtk/SciTE.desktop ++++ b/scite/gtk/SciTE.desktop +@@ -21,3 +21,4 @@ Terminal=false + StartupNotify=true + Categories=TextEditor;Development;GTK; + MimeType=text/plain; ++Keywords=TextEditor; -- cgit