~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to iconsets/roster/icq/icondef.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2004-06-15 00:10:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040615001041-enywb6pcpe4sjsw6
Tags: 0.9.2-1
* New upstream release
* Set KDEDIR for ./configure so kde specific files get installed
* Don't install libpsiwidgets.so. It got installed in /usr/share
  where it doesn't belong. May be included (at a better location)
  later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<icondef>
 
3
        <meta>
 
4
                <name>ICQ</name>
 
5
                <version>1.1</version>
 
6
                <description>Default ICQ iconset</description>
 
7
                <creation>2003-07-17</creation>
 
8
                <home>http://www.aol.com</home>
 
9
                <author jid='mblsha@jabber.ru' email='mblsha@users.sourceforge.net' www='http://maz.sf.net'>Michail Pishchagin (not the icons, just this icondef.xml)</author>
 
10
                <author jid='skazi@sredni.one.pl' email='skazi@skazi.prv.pl' www='http://www.skazi.prv.pl'>Jacek Tomasiak (small modifications)</author>
 
11
                <author>ICQ artists</author>
 
12
        </meta>
 
13
 
 
14
        <icon>
 
15
                <x xmlns='name'>status/online</x>
 
16
                <object mime='image/png'>online.png</object>
 
17
        </icon>
 
18
 
 
19
        <icon>
 
20
                <x xmlns='name'>status/chat</x>
 
21
                <object mime='image/png'>chat.png</object> <!-- FIXME -->
 
22
        </icon>
 
23
 
 
24
        <icon>
 
25
                <x xmlns='name'>status/invisible</x>
 
26
                <object mime='image/png'>invisible.png</object> <!-- FIXME -->
 
27
        </icon>
 
28
 
 
29
        <icon>
 
30
                <x xmlns='name'>status/offline</x>
 
31
                <object mime='image/png'>offline.png</object>
 
32
        </icon>
 
33
 
 
34
        <icon>
 
35
                <x xmlns='name'>status/away</x>
 
36
                <object mime='image/png'>away.png</object>
 
37
        </icon>
 
38
 
 
39
        <icon>
 
40
                <x xmlns='name'>status/xa</x>
 
41
                <object mime='image/png'>xa.png</object>
 
42
        </icon>
 
43
 
 
44
        <icon>
 
45
                <x xmlns='name'>status/dnd</x>
 
46
                <object mime='image/png'>dnd.png</object>
 
47
        </icon>
 
48
</icondef>