pidgin/gtkdebug.gresource.xml

Thu, 15 Jun 2017 23:13:33 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Thu, 15 Jun 2017 23:13:33 -0400
changeset 38376
d27109ba6626
permissions
-rw-r--r--

Move gtkdebug.html into a GResource.

This was added in GLib 2.32, which we can use now. Now there's no need
for complicated xxd + sed transformations and it will work better with
Meson.

38376
d27109ba6626 Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
d27109ba6626 Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
2 <gresources>
d27109ba6626 Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
3 <gresource prefix="/im/pidgin/Pidgin">
d27109ba6626 Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
4 <file compressed="true">gtkdebug.html</file>
d27109ba6626 Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
5 </gresource>
d27109ba6626 Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
6 </gresources>

mercurial