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/
|
42961
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
2 | <!-- |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
3 | Pidgin - Internet Messenger |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
4 | Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
5 | |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
6 | This program is free software; you can redistribute it and/or |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
7 | modify it under the terms of the GNU General Public License |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
8 | as published by the Free Software Foundation; either version 2 |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
9 | of the License, or (at your option) any later version. |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
10 | |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
11 | This program is distributed in the hope that it will be useful, |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
14 | GNU General Public License for more details. |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
15 | |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
16 | You should have received a copy of the GNU General Public License |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
17 | along with this program; if not, see <https://www.gnu.org/licenses/>. |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
18 | |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
19 | --> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
20 | <interface> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
21 | <requires lib="gtk" version="4.0"/> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
22 | <!-- interface-license-type gplv2 --> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
23 | <!-- interface-name Pidgin --> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
24 | <!-- interface-description Internet Messenger --> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
25 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
26 | <template class="PidginNotificationAuthorizationRequest" parent="PidginNotification"> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
27 | <property name="child"> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
28 | <object class="GtkBox"> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
29 | <property name="orientation">horizontal</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
30 | <property name="spacing">6</property> |
|
42966
228d9d3637a0
Make sure everything in notifications is vertically aligned to the top
Gary Kramlich <grim@reaperworld.com>
parents:
42961
diff
changeset
|
31 | <property name="valign">start</property> |
|
42961
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
32 | <child> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
33 | <object class="GtkButton"> |
|
43194
77aadc520684
Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents:
42966
diff
changeset
|
34 | <property name="label" translatable="yes">Accept</property> |
|
42961
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
35 | <property name="focusable">1</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
36 | <property name="receives-default">1</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
37 | <property name="halign">center</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
38 | <property name="valign">center</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
39 | <property name="action-name">notification.accept</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
40 | <style> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
41 | <class name="suggested-action"/> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
42 | </style> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
43 | </object> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
44 | </child> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
45 | <child> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
46 | <object class="GtkButton"> |
|
43194
77aadc520684
Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents:
42966
diff
changeset
|
47 | <property name="label" translatable="yes">Message</property> |
|
42961
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
48 | <property name="focusable">1</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
49 | <property name="receives-default">1</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
50 | <property name="halign">center</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
51 | <property name="valign">center</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
52 | <property name="action-name">notification.message</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
53 | </object> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
54 | </child> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
55 | <child> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
56 | <object class="GtkButton"> |
|
43194
77aadc520684
Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents:
42966
diff
changeset
|
57 | <property name="label" translatable="yes">Deny</property> |
|
42961
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
58 | <property name="focusable">1</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
59 | <property name="receives-default">1</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
60 | <property name="halign">center</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
61 | <property name="valign">center</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
62 | <property name="action-name">notification.deny</property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
63 | <style> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
64 | <class name="destructive-action"/> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
65 | </style> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
66 | </object> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
67 | </child> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
68 | </object> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
69 | </property> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
70 | </template> |
|
9b94dce254d8
Create Pidgin.NotificationAuthorizationRequest
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
71 | </interface> |