File: meson.build

package info (click to toggle)
eog 47.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,872 kB
  • sloc: ansic: 27,038; python: 347; xml: 28; makefile: 13; javascript: 9
file content (49 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
sources = [
  'bug-filing.page',
  'commandline.page',
  'copy-paste.page',
  'default.page',
  'desktop-background.page',
  'develop.page',
  'documentation.page',
  'edit.page',
  'flip-rotate.page',
  'format-change.page',
  'formats-save.page',
  'formats-view.page',
  'index.page',
  'introduction.page',
  'legal.xml',
  'license.page',
  'open.page',
  'plugin-exif-digital.page',
  'plugin-fullscreen-background.page',
  'plugin-fullscreen-double-click.page',
  'plugin-python-console.page',
  'plugin-send-by-mail.page',
  'plugin-slideshow-shuffle.page',
  'plugins.page',
  'plugin-zoom-width.page',
  'preferences.page',
  'print.page',
  'rename-multiple.page',
  'slideshow.page',
  'translate.page',
  'view.page',
  'zoom.page',
]

media = [
  'figures/multiple-convert.png',
  'figures/multiple-rename-count.png',
  'figures/org.gnome.eog.svg',
  'figures/org.gnome.eog-symbolic.svg',
  'figures/plugins-all.png',
  'figures/prefs-plugins.png',
]

gnome.yelp(
  eog_name,
  sources: sources,
  media: media,
)