pidgin/pidgin

Revert the wrap-file change as it breaks our ability to use gi-docgen with subprojects

Using wrap-file causes the build directory to have the first path from the archive that was extracted. Normally this isn't a problem, but to use `gi-docgen` with our subproject we need to a `--add-include-dir` to `gi-docgen` which means we need to have a known path. These directories with the version number in them would then have to be updated for every `gi-docgen` call every time we update one of these dependencies.

This is a nightmare, so for the packages we do this for, we will continue using `wrap-hg` or `wrap-git` so that can can control the name of the directory for the subproject in the build directory.

Testing Done:
Build the docs many times while making sure my `$topsrcdir/subprojects` directory only had wrap files.

Reviewed at https://reviews.imfreedom.org/r/1830/
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/im/pidgin/Pidgin3/">
<file>logo.png</file>
<file compressed="true">About/about.ui</file>
<file compressed="true">About/about.md</file>
<file compressed="true">About/credits.json</file>
<file compressed="true">Accounts/chooser.ui</file>
<file compressed="true">Accounts/editor.ui</file>
<file compressed="true">Accounts/entry.css</file>
<file compressed="true">Accounts/manager.ui</file>
<file compressed="true">Avatar/avatar.ui</file>
<file compressed="true">Avatar/menu.ui</file>
<file compressed="true">BuddyList/window.ui</file>
<file compressed="true">Conversations/infopane.ui</file>
<file compressed="true">Conversations/invite_dialog.ui</file>
<file compressed="true">Conversations/tab-label.css</file>
<file compressed="true">Debug/debug.ui</file>
<file compressed="true">Dialogs/addbuddy.ui</file>
<file compressed="true">Dialogs/addchat.ui</file>
<file compressed="true">Display/window.ui</file>
<file compressed="true">Keypad/keypad.ui</file>
<file compressed="true">Media/window.ui</file>
<file compressed="true">Notifications/addcontact.ui</file>
<file compressed="true">Notifications/authorizationrequest.ui</file>
<file compressed="true">Notifications/connectionerror.ui</file>
<file compressed="true">Notifications/list.ui</file>
<file compressed="true">Plugins/dialog.ui</file>
<file compressed="true">Prefs/away.ui</file>
<file compressed="true">Prefs/conversation.ui</file>
<file compressed="true">Prefs/credentials.ui</file>
<file compressed="true">Prefs/credentialprovider.ui</file>
<file compressed="true">Prefs/network.ui</file>
<file compressed="true">Prefs/prefs.ui</file>
<file compressed="true">Prefs/proxy.ui</file>
<file compressed="true">Prefs/vv.ui</file>
<file compressed="true">Privacy/dialog.ui</file>
<file compressed="true">Protocols/chooser.ui</file>
<file compressed="true">Protocols/detailed-view.ui</file>
<file compressed="true">Roomlist/roomlist.ui</file>
<file compressed="true">Status/box.ui</file>
<file compressed="true">Status/editor.ui</file>
<file compressed="true">Status/manager.ui</file>
<file compressed="true">Whiteboard/whiteboard.ui</file>
<file compressed="true">Xfer/xfer.ui</file>
<file compressed="true">gtk/menus.ui</file>
<file compressed="true">presenceicon.ui</file>
<file compressed="true">proxyoptions.ui</file>
<file compressed="true">statusprimitivechooser.ui</file>
<file>icons/16x16/status/pidgin-user-available.png</file>
<file>icons/16x16/status/pidgin-user-away.png</file>
<file>icons/16x16/status/pidgin-user-busy.png</file>
<file>icons/16x16/status/pidgin-user-extended-away.png</file>
<file>icons/16x16/status/pidgin-user-invisible.png</file>
<file>icons/16x16/status/pidgin-user-offline.png</file>
<file>icons/16x16/status/pidgin-user-unavailable.png</file>
<file>icons/16x16/emblems/pidgin-status-founder.png</file>
<file>icons/16x16/emblems/pidgin-status-halfop.png</file>
<file>icons/16x16/emblems/pidgin-status-ignored.png</file>
<file>icons/16x16/emblems/pidgin-status-operator.png</file>
<file>icons/16x16/emblems/pidgin-status-voice.png</file>
</gresource>
</gresources>