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

« back to all changes in this revision

Viewing changes to iconsets/roster/sms/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>SMS</name>
 
5
                <version>1.0</version>
 
6
                <description>Default SMS iconset</description>
 
7
                <creation>2003-07-24</creation>
 
8
                <home>http://smoczy.net</home>
 
9
                <author jid='mblsha@jabber.ru' email='mblsha@users.sourceforge.net' www='http://maz.sf.net'>Michail Pishchagin (icondef.xml)</author>
 
10
                <author jid='smoku@chrome.pl' email='tomek@smoczy.net' www='http://smoczy.net/'>Tomasz Sterna (icons)</author>
 
11
        </meta>
 
12
 
 
13
        <icon>
 
14
                <x xmlns='name'>status/online</x>
 
15
                <object mime='image/png'>online.png</object>
 
16
        </icon>
 
17
 
 
18
        <icon>
 
19
                <x xmlns='name'>status/chat</x>
 
20
                <object mime='image/png'>online.png</object> <!-- FIXME -->
 
21
        </icon>
 
22
 
 
23
        <icon>
 
24
                <x xmlns='name'>status/invisible</x>
 
25
                <object mime='image/png'>online.png</object> <!-- FIXME -->
 
26
        </icon>
 
27
 
 
28
        <icon>
 
29
                <x xmlns='name'>status/offline</x>
 
30
                <object mime='image/png'>offline.png</object>
 
31
        </icon>
 
32
 
 
33
        <icon>
 
34
                <x xmlns='name'>status/away</x>
 
35
                <object mime='image/png'>away.png</object>
 
36
        </icon>
 
37
 
 
38
        <icon>
 
39
                <x xmlns='name'>status/xa</x>
 
40
                <object mime='image/png'>xa.png</object>
 
41
        </icon>
 
42
 
 
43
        <icon>
 
44
                <x xmlns='name'>status/dnd</x>
 
45
                <object mime='image/png'>dnd.png</object>
 
46
        </icon>
 
47
</icondef>