File: meson.build

package info (click to toggle)
gedit-plugins 48.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,084 kB
  • sloc: python: 2,730; ansic: 2,549; xml: 199; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
gedit_help_sources = [
  'bookmarks.page',
  'bracket-comp.page',
  'character-map.page',
  'code-comment.page',
  'color-picker.page',
  'draw-spaces.page',
  'join-split-lines.page',
  'legal-plugins.xml',
  'multi-edit.page',
  'session-saver.page',
  'terminal.page',
  'word-completion.page',
]

gnome.yelp(
  'gedit',
  sources: gedit_help_sources,
)