summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-09-06 14:44:22 +0200
committerBastien Nocera <hadess@hadess.net>2019-09-06 14:44:22 +0200
commit91ff7626ccd804fc79f774a44824dbcf1832c25a (patch)
tree3a00ffc93e0553b9136abaa208c031cee96c5557 /meson.build
parent3996781377b6526d85f7d066858ee89e25efcdca (diff)
downloadtotem-91ff7626ccd804fc79f774a44824dbcf1832c25a.tar.gz
build: Check NEWS and appdata were updated for new version
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 272b62561..5033c4036 100644
--- a/meson.build
+++ b/meson.build
@@ -219,6 +219,13 @@ endif
meson.add_install_script('meson_post_install.py')
+meson.add_dist_script(
+ find_program('check-news.sh').path(),
+ '@0@'.format(meson.project_version()),
+ 'NEWS',
+ 'data/appdata/org.gnome.Totem.appdata.xml.in'
+)
+
message('Totem was configured with the following options:')
message('** Using the GStreamer-1.0 backend')