[gimp] Issue #6852: Don't include gimp30-tips.mo in binary package



commit 822eb3cf2fb24e38931d5c6c838af8e1c18c4a7e
Author: Jehan <jehan girinstud io>
Date:   Tue May 11 14:23:17 2021 +0200

    Issue #6852: Don't include gimp30-tips.mo in binary package
    
    Just let's not install the mo files, then it will apply to all packages,
    even third-party ones, without having to bother about it.

 po-tips/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/po-tips/meson.build b/po-tips/meson.build
index 070950ec74..e328bdf9c9 100644
--- a/po-tips/meson.build
+++ b/po-tips/meson.build
@@ -1,2 +1,2 @@
 potips_dir = meson.current_source_dir()
-i18n.gettext(gettext_package + '-tips', preset: 'glib')
+i18n.gettext(gettext_package + '-tips', preset: 'glib', install: false)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]