pidgin/plugins/meson.build

Tue, 01 Apr 2025 00:28:58 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Tue, 01 Apr 2025 00:28:58 -0500
changeset 43221
44fffd2f5564
parent 42459
e0a24938f214
permissions
-rw-r--r--

Convert PidginAccountsEnabledMenu to the list model

Again, not exactly what PIDGIN-18066 requested, but should be a reasonable version of it.

Testing Done:
Opened Pidgin with no accounts enabled, and the menu was empty. Enabled an account and it moved there, disable the account and it was removed.

Also, started Pidgin with an account enabled, and it appeared in the lower menu as expected.

Bugs closed: PIDGIN-18066

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

38471
a7ce1d49ac8c Add Pidgin plugins to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 subdir('disco')
40497
2f45a03838e9 Fix gestures plugin
Elliott S <quantum.analyst@gmail.com>
parents: 40492
diff changeset
2 subdir('gestures')
41665
149e5ba1e807 Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41658
diff changeset
3 subdir('iconaway')
42459
e0a24938f214 Add an XScreenSaver based idle source for the new Idle Manager
Gary Kramlich <grim@reaperworld.com>
parents: 42265
diff changeset
4 subdir('idle-xscreensaver')
41665
149e5ba1e807 Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41658
diff changeset
5 subdir('transparency')
41827
c0c9eeca7d4b Flatten Meson build files
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41665
diff changeset
6 subdir('unity', if_found : UNITY)
39803
b622399050b7 Move xmppconsole into a subdirectory.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39745
diff changeset
7 subdir('xmppconsole')

mercurial