diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-07 19:45:17 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-07 22:28:15 -0700 |
commit | 3eeb868aa22cd689f1aafcf2ec47c5dd6a8f0caf (patch) | |
tree | 27906b6e7ac8d98851321b77c50a5f632bbd86fb /editors/notepadnext/files | |
parent | devel/xsimd: Update 10.0.0 → 11.0.0 (diff) |
editors/notepadnext: Update 0.6 → 0.6.1
Reported by: portscout
Diffstat (limited to 'editors/notepadnext/files')
-rw-r--r-- | editors/notepadnext/files/patch-src_ads_src_linux_FloatingWidgetTitleBar.cpp | 2 | ||||
-rw-r--r-- | editors/notepadnext/files/patch-src_i18n.pri | 26 |
2 files changed, 14 insertions, 14 deletions
diff --git a/editors/notepadnext/files/patch-src_ads_src_linux_FloatingWidgetTitleBar.cpp b/editors/notepadnext/files/patch-src_ads_src_linux_FloatingWidgetTitleBar.cpp index b62b3f7bfa86..e4f4d46cf8df 100644 --- a/editors/notepadnext/files/patch-src_ads_src_linux_FloatingWidgetTitleBar.cpp +++ b/editors/notepadnext/files/patch-src_ads_src_linux_FloatingWidgetTitleBar.cpp @@ -1,4 +1,4 @@ ---- src/ads/src/linux/FloatingWidgetTitleBar.cpp.orig 2022-05-01 01:03:58 UTC +--- src/ads/src/linux/FloatingWidgetTitleBar.cpp.orig 2023-04-08 00:42:57 UTC +++ src/ads/src/linux/FloatingWidgetTitleBar.cpp @@ -194,7 +194,7 @@ void CFloatingWidgetTitleBar::mouseMoveEvent(QMouseEve { diff --git a/editors/notepadnext/files/patch-src_i18n.pri b/editors/notepadnext/files/patch-src_i18n.pri index 302b41411770..01369a4f7a2a 100644 --- a/editors/notepadnext/files/patch-src_i18n.pri +++ b/editors/notepadnext/files/patch-src_i18n.pri @@ -1,25 +1,25 @@ - translations are broken, see https://github.com/dail8859/NotepadNext/issues/147 ---- src/i18n.pri.orig 2022-07-07 05:49:45 UTC +--- src/i18n.pri.orig 2023-04-08 00:35:34 UTC +++ src/i18n.pri -@@ -18,13 +18,13 @@ +@@ -18,12 +18,12 @@ - CONFIG += lrelease + CONFIG += lrelease embed_translations -TRANSLATIONS = \ -- ../../i18n/NotepadNext.zh_CN.ts \ -- ../../i18n/NotepadNext.sv_SE.ts +- ../../i18n/NotepadNext_zh_CN.ts \ +- ../../i18n/NotepadNext_sv_SE.ts \ +- ../../i18n/NotepadNext_uk_UA.ts +#TRANSLATIONS = \ -+# ../../i18n/NotepadNext.zh_CN.ts \ -+# ../../i18n/NotepadNext.sv_SE.ts ++# ../../i18n/NotepadNext_zh_CN.ts \ ++# ../../i18n/NotepadNext_sv_SE.ts \ ++# ../../i18n/NotepadNext_uk_UA.ts -EXTRA_TRANSLATIONS = \ - $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm \ -- $$[QT_INSTALL_TRANSLATIONS]/qt_sv.qm +- $$[QT_INSTALL_TRANSLATIONS]/qt_sv.qm \ +- $$[QT_INSTALL_TRANSLATIONS]/qt_uk.qm +#EXTRA_TRANSLATIONS = \ +# $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm \ -+# $$[QT_INSTALL_TRANSLATIONS]/qt_sv.qm - - # Output folder for `.qm` files --LRELEASE_DIR = $$OUT_PWD/i18n -+#LRELEASE_DIR = $$OUT_PWD/i18n ++# $$[QT_INSTALL_TRANSLATIONS]/qt_sv.qm \ ++# $$[QT_INSTALL_TRANSLATIONS]/qt_uk.qm |