Switch the meson project name to pidgin3

Mon, 13 Jan 2025 00:57:42 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 13 Jan 2025 00:57:42 -0600
changeset 43134
dd4dc828a49d
parent 43133
4ce7dac0de47
child 43135
d00a312b1d42

Switch the meson project name to pidgin3

This makes our tarballs have names like pidgin3-2.90.1-devel.tar.xz which is
much easier to keep track of then pidgin-2.90.1-devel.tar.xz which some might
confuse as being a pidgin2 release.

Testing Done:
Ran `meson dist` and verified the file name was correct.

> Created /home/grim/p/pidgin/build3/meson-dist/pidgin3-2.90.2-devel.tar.xz

Reviewed at https://reviews.imfreedom.org/r/3743/

meson.build file | annotate | diff | comparison | revisions
--- a/meson.build	Mon Jan 13 00:53:38 2025 -0600
+++ b/meson.build	Mon Jan 13 00:57:42 2025 -0600
@@ -20,7 +20,7 @@
 #   For code under development: '-devel'
 #   For production releases:    ''
 #
-project('pidgin', 'c',
+project('pidgin3', 'c',
     version : '2.90.2-devel',
     meson_version : '>=1.0.0',
     default_options : ['c_std=c17', 'warning_level=2'])

mercurial