mirror of
git://slackware.nl/current.git
synced 2025-01-10 05:25:51 +01:00
19 lines
457 B
Diff
19 lines
457 B
Diff
|
--- ./editor/meson.build.orig 2021-03-23 10:37:37.571719400 -0500
|
||
|
+++ ./editor/meson.build 2022-02-16 19:13:03.612538392 -0600
|
||
|
@@ -1,7 +1,6 @@
|
||
|
desktop = dconf_editor_namespace + '.desktop'
|
||
|
|
||
|
i18n.merge_file (
|
||
|
- desktop,
|
||
|
type: 'desktop',
|
||
|
input: desktop + '.in',
|
||
|
output: desktop,
|
||
|
@@ -26,7 +25,6 @@
|
||
|
appdata = dconf_editor_namespace + '.appdata.xml'
|
||
|
|
||
|
i18n.merge_file(
|
||
|
- appdata,
|
||
|
input: appdata + '.in',
|
||
|
output: appdata,
|
||
|
po_dir: po_dir,
|