File: meson.build

package info (click to toggle)
libgdata 0.18.1-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,760 kB
  • sloc: ansic: 58,452; xml: 604; sh: 29; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ent_conf = {
  'PACKAGE': gdata_name,
  'PACKAGE_BUGREPORT': 'https://gitlab.gnome.org/GNOME/libgdata/issues',
  'PACKAGE_NAME': gdata_name,
  'PACKAGE_STRING': '@0@ @1@'.format(gdata_name, gdata_version),
  'PACKAGE_TARNAME': gdata_name,
  'PACKAGE_URL': 'https://wiki.gnome.org/Projects/libgdata',
  'PACKAGE_VERSION': gdata_version,
}

configure_file(
  input: 'gtkdocentities.ent.in',
  output: '@BASENAME@',
  configuration: ent_conf,
)