New plugin - set file mtime to Exif.Image.DateTime
[geeqie.git] / plugins / exif-datetime-to-file / meson.build
1 # This file is a part of Geeqie project (https://www.geeqie.org/).
2 # Copyright (C) 2008 - 2022 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 install_data('geeqie-exif-datetime-to-file', install_dir : gq_bindir)
15
16 i18n.merge_file(
17     input : 'org.geeqie.exif-datetime-to-file.desktop.in',
18     output : 'org.geeqie.exif-datetime-to-file.desktop',
19     type : 'desktop',
20     po_dir : podir,
21     install : true,
22     install_dir : desktopdir)