[go: up one dir, main page]

File: meson.build

package info (click to toggle)
ibus-cangjie 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: python: 2,125; xml: 210; sh: 35; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
subdir = 'ibus_cangjie'

# Define files to install
src_files = [
    '__init__.py',
    'engine.py',
    'engine_info.py',
    'hotkeys.py',
    'ibus_helper.py',
    'setup.py',
    'sounds.py',
]

foreach f: src_files
    py.install_sources(f, subdir: subdir)
endforeach