summaryrefslogtreecommitdiff
path: root/notepadnext/debian/patches
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-13 11:26:48 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-13 11:26:48 -0400
commit8293db08ccf7b0dc8b6a90753397d90add301d73 (patch)
tree2f82810ec1d1971af6f03497b4d441d0b48bd758 /notepadnext/debian/patches
parentnotepadnext: add dsc file (diff)
downloadstackrpms-8293db08ccf7b0dc8b6a90753397d90add301d73.tar.gz
stackrpms-8293db08ccf7b0dc8b6a90753397d90add301d73.tar.bz2
stackrpms-8293db08ccf7b0dc8b6a90753397d90add301d73.zip
notepadnext 0.5.3
disable i18n for now
Diffstat (limited to 'notepadnext/debian/patches')
-rw-r--r--notepadnext/debian/patches/disable-i18n.patch14
-rw-r--r--notepadnext/debian/patches/series2
2 files changed, 15 insertions, 1 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
diff --git a/notepadnext/debian/patches/series b/notepadnext/debian/patches/series
index 4a97dfa..86b66ee 100644
--- a/notepadnext/debian/patches/series
+++ b/notepadnext/debian/patches/series
@@ -1 +1 @@
-# You must remove unused comment lines for the released package.
+disable-i18n.patch
bgstack15