Open With feature
[geeqie.git] / plugins / open-with / meson.build
1 # This file is a part of Geeqie project (https://www.geeqie.org/).
2 # Copyright (C) 2008 - 2023 The Geeqie Team
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 #
13
14 i18n.merge_file(
15     input : 'org.geeqie.open-with.desktop.in',
16     output : 'org.geeqie.open-with.desktop',
17     type : 'desktop',
18     po_dir : podir,
19     install : true,
20     install_dir : desktopdir)
21