diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-01-25 08:51:22 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-25 08:57:42 -0800 |
| commit | 05ef2b65700f1a9d9b0bf22f0f04f954c2800828 (patch) | |
| tree | ec89b6bfdd35abab432ce85205b74b58dc9c20ad /meta-oe/recipes-printing/cups/cups-pk-helper | |
| parent | b79af021102064cb6673a9da7289a6f26321aa4c (diff) | |
| download | meta-openembedded-05ef2b65700f1a9d9b0bf22f0f04f954c2800828.tar.gz | |
cups-pk-helper: add recipe
cups-pk-helper is a runtime dependency for gnome-control-center
or system-config-printer.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-printing/cups/cups-pk-helper')
| -rw-r--r-- | meta-oe/recipes-printing/cups/cups-pk-helper/dont-localize-org.opensuse.CupsPkHelper.Mechanism.service.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-printing/cups/cups-pk-helper/dont-localize-org.opensuse.CupsPkHelper.Mechanism.service.patch b/meta-oe/recipes-printing/cups/cups-pk-helper/dont-localize-org.opensuse.CupsPkHelper.Mechanism.service.patch new file mode 100644 index 0000000000..86c09c9f84 --- /dev/null +++ b/meta-oe/recipes-printing/cups/cups-pk-helper/dont-localize-org.opensuse.CupsPkHelper.Mechanism.service.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | --- a/src/meson.build 2023-01-24 09:22:59.874074134 +0100 | ||
| 2 | +++ b/src/meson.build 2023-01-24 09:27:00.494627305 +0100 | ||
| 3 | @@ -73,12 +73,12 @@ | ||
| 4 | |||
| 5 | |||
| 6 | # Translate and install policy file | ||
| 7 | -i18n.merge_file ( | ||
| 8 | - input: 'org.opensuse.cupspkhelper.mechanism.policy.in', | ||
| 9 | - output: 'org.opensuse.cupspkhelper.mechanism.policy', | ||
| 10 | - type: 'xml', | ||
| 11 | - data_dirs: join_paths (meson.source_root (), 'src'), | ||
| 12 | - po_dir: join_paths (meson.source_root (), 'po'), | ||
| 13 | - install: true, | ||
| 14 | - install_dir: join_paths (prefix, datadir, 'polkit-1', 'actions') | ||
| 15 | -) | ||
| 16 | +#i18n.merge_file ( | ||
| 17 | +# input: 'org.opensuse.cupspkhelper.mechanism.policy.in', | ||
| 18 | +# output: 'org.opensuse.cupspkhelper.mechanism.policy', | ||
| 19 | +# type: 'xml', | ||
| 20 | +# data_dirs: join_paths (meson.source_root (), 'src'), | ||
| 21 | +# po_dir: join_paths (meson.source_root (), 'po'), | ||
| 22 | +# install: true, | ||
| 23 | +# install_dir: join_paths (prefix, datadir, 'polkit-1', 'actions') | ||
| 24 | +#) | ||
