pidgin/glade/meson.build

Thu, 18 Aug 2022 23:16:24 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 18 Aug 2022 23:16:24 -0500
changeset 41506
fff3a446f76d
parent 41099
5f8b886eafce
permissions
-rw-r--r--

Remove the refresh timer, visible preference, and delete-event from gtkblist.

The refresh timer is a polling method of every buddy in the blist and needs to
be fixed regardless.

The visible preference doesn't make sense in a world where there will be no
buddy list window.

The delete event doesn't make sense as it quit the program which is handled
differently now.

Testing Done:
Ran the program, made sure the contact list showed up and that it didn't close the program when closing the window.

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

39722
634c34c1abb4 A simple glade catalog with all (?) of our existing widgets.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 pidgin3_xml = configure_file(
634c34c1abb4 A simple glade catalog with all (?) of our existing widgets.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
2 input : 'pidgin3.xml.in',
634c34c1abb4 A simple glade catalog with all (?) of our existing widgets.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3 output : 'pidgin3.xml',
634c34c1abb4 A simple glade catalog with all (?) of our existing widgets.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
4 configuration : version_conf,
634c34c1abb4 A simple glade catalog with all (?) of our existing widgets.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5 install : true,
40536
c0ea70247280 Switch join_paths and + to /.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 39722
diff changeset
6 install_dir : get_option('datadir') / 'glade/catalogs')
41099
5f8b886eafce Add GLADE_CATALOG_SEARCH_PATH to the devenv
Gary Kramlich <grim@reaperworld.com>
parents: 40536
diff changeset
7
5f8b886eafce Add GLADE_CATALOG_SEARCH_PATH to the devenv
Gary Kramlich <grim@reaperworld.com>
parents: 40536
diff changeset
8 devenv.append('GLADE_CATALOG_SEARCH_PATH', meson.current_build_dir())
5f8b886eafce Add GLADE_CATALOG_SEARCH_PATH to the devenv
Gary Kramlich <grim@reaperworld.com>
parents: 40536
diff changeset
9

mercurial