Thu, 10 Feb 2022 20:41:13 -0600
Replace libhandy with libadwaita
This actually fixes a ton of errors as libhandy requires gtk3, so we ended up with a ton of symbols being redefined and all that. So with this change, that all goes away.
Testing Done:
Compiled and verified that there was no mention of `handy`, `hdy`, `Hdy`, or `HDY` in the output.
Reviewed at https://reviews.imfreedom.org/r/1294/
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.38.2 Pidgin - Internet Messenger Copyright (C) Pidgin Developers <devel@pidgin.im> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> <interface> <requires lib="gtk+" version="3.22"/> <requires lib="libadwaita" version="0.0"/> <!-- interface-license-type gplv2 --> <!-- interface-name Pidgin --> <!-- interface-description Internet Messenger --> <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> <object class="GtkImage" id="image1"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="icon-name">document-properties-symbolic</property> </object> <template class="PidginCredentialProviderRow" parent="AdwActionRow"> <property name="visible">True</property> <property name="can-focus">True</property> <property name="activatable">True</property> <child> <object class="GtkButton" id="configure"> <property name="sensitive">False</property> <property name="can-focus">True</property> <property name="receives-default">True</property> <property name="halign">center</property> <property name="valign">center</property> <property name="image">image1</property> <style> <class name="circular"/> </style> </object> </child> <child> <object class="GtkImage" id="active"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="valign">center</property> <property name="xpad">6</property> <property name="ypad">6</property> <property name="icon-name">emblem-default-symbolic</property> </object> </child> </template> </interface>