summaryrefslogtreecommitdiff
path: root/notepadnext/debian/patches/disable-i18n.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-13 17:18:38 +0000
committerB. Stack <bgstack15@gmail.com>2022-07-13 17:18:38 +0000
commitafb332d67798fa461b44586a0807e1859ec79756 (patch)
tree9be6e0c6880770c85b76f6016a885f0d065fca1b /notepadnext/debian/patches/disable-i18n.patch
parentMerge branch 'scite-bump' into 'master' (diff)
parentnotepadnext 0.5.3 (diff)
downloadstackrpms-afb332d67798fa461b44586a0807e1859ec79756.tar.gz
stackrpms-afb332d67798fa461b44586a0807e1859ec79756.tar.bz2
stackrpms-afb332d67798fa461b44586a0807e1859ec79756.zip
Merge branch 'notepadnext-bump' into 'master'
notepadnext 0.5.3 See merge request bgstack15/stackrpms!310
Diffstat (limited to 'notepadnext/debian/patches/disable-i18n.patch')
-rw-r--r--notepadnext/debian/patches/disable-i18n.patch14
1 files changed, 14 insertions, 0 deletions
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
bgstack15