File: po_dir.patch

package info (click to toggle)
mmlib 1.4.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,716 kB
  • sloc: ansic: 18,071; makefile: 431; sh: 135; python: 63
file content (15 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 12 Apr 2022 17:08:37 +0200
Description: No idea why but meson does not like the po_dir argument thus it is commented out

--- a/po/meson.build
+++ b/po/meson.build
@@ -2,7 +2,7 @@
 # files
 i18n = import('i18n')
 i18n.gettext(meson.project_name(),
-    po_dir: 'po',
+#    po_dir: 'po',
     args: [
          '--keyword=_', '--keyword=N_',
          '--copyright-holder=Mindmaze SA',