pidgin/resources/pidgin.gresource.xml

Mon, 07 Aug 2023 23:19:00 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 07 Aug 2023 23:19:00 -0500
changeset 42265
f73d7d49a91c
parent 42206
cfa7c940ed62
child 42301
d3930fe5505c
permissions
-rw-r--r--

Remove the notify plugin

This hasn't been building by default for a while and depends on a whole bunch
of old conversation window api that it is the only consumer of. Also most people
nowadays are used to just getting a badge which is what we're planning on doing in
the near future. For all these reasons, we should just delete this.

Testing Done:
Ran `ninja turtles` without issue.

Reviewed at https://reviews.imfreedom.org/r/2537/

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
  <gresource prefix="/im/pidgin/Pidgin3/">
    <file compressed="true" preprocess="xml-stripblanks">About/about.ui</file>
    <file compressed="true">About/about.md</file>
    <file compressed="true" preprocess="json-stripblanks">About/credits.json</file>
    <file compressed="true" preprocess="xml-stripblanks">Accounts/account-row.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Accounts/chooser.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Accounts/display.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Accounts/editor.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Accounts/manager.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Avatar/avatar.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Avatar/menu.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">BuddyList/window.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Conversations/infopane.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Conversations/invite_dialog.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">ContactList/widget.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Debug/debug.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Dialogs/addbuddy.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Dialogs/addchat.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Display/window.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Keypad/keypad.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Media/window.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Notifications/addcontact.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Notifications/authorizationrequest.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Notifications/connectionerror.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Notifications/list.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Plugins/dialog.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Prefs/away.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Prefs/conversation.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Prefs/credentials.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Prefs/credentialprovider.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Prefs/network.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Prefs/prefs.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Prefs/proxy.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Prefs/vv.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Protocols/chooser.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Protocols/detailed-view.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Roomlist/roomlist.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Status/box.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Status/display.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Status/editor.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Status/manager.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Whiteboard/whiteboard.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">Xfer/xfer.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">gtk/menus.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">presenceicon.ui</file>
    <file compressed="true" preprocess="xml-stripblanks">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>
    <file>logo.png</file>
  </gresource>
</gresources>

mercurial