File: meson.build

package info (click to toggle)
geeqie 1%3A2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,360 kB
  • sloc: cpp: 89,209; xml: 10,932; sh: 3,764; awk: 124; perl: 88; python: 80; makefile: 24
file content (23 lines) | stat: -rw-r--r-- 539 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0-or-later

subdir('camera-import')
subdir('exif-datetime-to-file')
subdir('export-jpeg')
subdir('geocode-parameters')
subdir('image-crop')
subdir('lens')
subdir('open-with')
subdir('random-image')
subdir('resize-image')
subdir('rotate')
subdir('symlink')
subdir('tethered-photography')
subdir('video-player')

i18n.merge_file(
    input : 'org.geeqie.template.desktop.in',
    output : 'org.geeqie.template.desktop',
    type : 'desktop',
    po_dir : podir,
    install : true,
    install_dir : appdir)