SparkleShare/meson.build

17 lines
417 B
Meson
Raw Normal View History

2018-02-19 05:23:32 +00:00
project('SparkleShare', 'cs')
install_dir = 'share/sparkleshare'
2018-02-19 09:14:03 +00:00
configuration = configuration_data()
configuration.set('ABS_INSTALL_DIR', join_paths(get_option('prefix'), install_dir))
# This line is changed by scripts/bump-version.sh, so keep it intact
2018-02-21 22:02:26 +00:00
configuration.set('VERSION', '3.28.0')
2018-02-19 09:14:03 +00:00
2018-02-19 05:23:32 +00:00
subdir('Sparkles')
subdir('Sparkles/Git')
subdir('SparkleShare')
meson.add_install_script('scripts/post-install.sh')