File: meson.build

package info (click to toggle)
gthumb 3%3A3.11.2-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,364 kB
  • sloc: ansic: 145,227; cpp: 1,266; xml: 783; python: 369; yacc: 354; lex: 210; makefile: 76; sh: 46
file content (14 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ui_files = files(
  'adjust-colors-options.ui',
  'adjust-contrast-options.ui',
  'color-picker-options.ui',
  'crop-options.ui',
  'curve-preset-editor.ui',
  'curves-options.ui',
  'effects-options.ui',
  'grayscale-options.ui',
  'resize-options.ui',
  'rotate-options.ui',
  'sharpen-options.ui'
)
install_data(ui_files, install_dir : ui_install_dir)