Mon, 30 Jun 2025 23:04:59 -0500
Update metainfo.xml for the release
And prepare for the next release right away.
Testing Done:
Ran `meson dist`
Reviewed at https://reviews.imfreedom.org/r/4041/
| 42943 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- | |
| 3 | Pidgin - Internet Messenger | |
| 4 | Copyright (C) Pidgin Developers <devel@pidgin.im> | |
| 5 | ||
| 6 | This program is free software; you can redistribute it and/or | |
| 7 | modify it under the terms of the GNU General Public License | |
| 8 | as published by the Free Software Foundation; either version 2 | |
| 9 | of the License, or (at your option) any later version. | |
| 10 | ||
| 11 | This program is distributed in the hope that it will be useful, | |
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 14 | GNU General Public License for more details. | |
| 15 | ||
| 16 | You should have received a copy of the GNU General Public License | |
| 17 | along with this library; if not, see <https://www.gnu.org/licenses/>. | |
| 18 | --> | |
| 19 | <interface> | |
| 20 | <requires lib="gtk" version="4.0"/> | |
| 21 | <!-- interface-license-type gplv2 --> | |
| 22 | <!-- interface-name Pidgin --> | |
| 23 | <!-- interface-description Internet Messenger --> | |
| 24 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> | |
| 25 | <template class="PidginTypingLabel" parent="GtkBox"> | |
| 26 | <property name="orientation">horizontal</property> | |
| 27 | <property name="halign">fill</property> | |
| 28 | <property name="hexpand">true</property> | |
| 29 | <child> | |
| 30 | <object class="GtkImage" id="icon"/> | |
| 31 | </child> | |
| 32 | <child> | |
| 33 | <object class="GtkLabel" id="label"> | |
| 34 | <property name="use-markup">true</property> | |
| 35 | <property name="justify">left</property> | |
| 36 | <property name="single-line-mode">true</property> | |
| 37 | <property name="ellipsize">end</property> | |
| 38 | </object> | |
| 39 | </child> | |
| 40 | </template> | |
| 41 | </interface> |