From 8293db08ccf7b0dc8b6a90753397d90add301d73 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 13 Jul 2022 11:26:48 -0400 Subject: notepadnext 0.5.3 disable i18n for now --- notepadnext/debian/patches/disable-i18n.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notepadnext/debian/patches/disable-i18n.patch (limited to 'notepadnext/debian/patches/disable-i18n.patch') diff --git a/notepadnext/debian/patches/disable-i18n.patch b/notepadnext/debian/patches/disable-i18n.patch new file mode 100644 index 0000000..5bf512c --- /dev/null +++ b/notepadnext/debian/patches/disable-i18n.patch @@ -0,0 +1,14 @@ +Author: bgstack15 +Message: Rather than troubleshoot why the internationalization fails to compile, just disable it entirely. +diff --git a/src/NotepadNext/NotepadNext.pro b/src/NotepadNext/NotepadNext.pro +index 36e02d6..1d10fff 100644 +--- a/src/NotepadNext/NotepadNext.pro ++++ b/src/NotepadNext/NotepadNext.pro +@@ -34,7 +34,6 @@ include(../lua.pri) + include(../ads.pri) + include(../editorconfig-core-qt/EditorConfig.pri) + win32:include(../QSimpleUpdater/QSimpleUpdater.pri) +-include(../i18n.pri) + + # Set variables for output executable + VERSION = $$APP_VERSION -- cgit