~ubuntu-branches/ubuntu/saucy/amsn/saucy

« back to all changes in this revision

Viewing changes to plugins/gnotify/plugininfo.xml

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2010-04-13 23:21:29 UTC
  • mfrom: (1.1.11 upstream) (3.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100413232129-vgpx20brdd2qavs7
Tags: 0.98.3-0ubuntu1
* Merge from Debian unstable (LP: #449072), remaining Ubuntu changes:
  - add 08_use_aplay_for_sound.dpatch patch by Festor Wailon Dacoba to use
    aplay to play sounds
  + debian/control:
    - modify iceweasel to firefox | abrowser in amsn Suggests field
    - add xdg-utils and gstreamer0.10-nice to amsn Depends field
    - mofify sox to alsa-utils in amsn Suggests field as we are now using
      aplay
* New upstream release (LP: #562619), tarball repacked according to
  debian/README.source.
* Fix missing-debian-source-format lintian warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<plugin>
 
3
        <name>gnotify</name>
 
4
        <author>Youness Alaoui (a.k.a KaKaRoTo)</author>
 
5
        <description>Plugin to check Gmail accounts in aMSN and notify you with the email information. A kind of "Gmail Notifer" clone for aMSN.</description>
 
6
        <description_hu>Ellenőrzi a Gmail fiókokat, és értesít az e-mail információkkal. A "Gmail Notifer" klónja az aMSN-hez.</description_hu>
 
7
        <amsn_version>0.98</amsn_version>
 
8
        <plugin_version>0.92</plugin_version>
 
9
        <plugin_file>gnotify.tcl</plugin_file>
 
10
        <plugin_namespace>gnotify</plugin_namespace>
 
11
        <init_procedure>Init</init_procedure>
 
12
        <deinit_procedure>DeInit</deinit_procedure>
 
13
        <cvs_version>11599</cvs_version>
 
14
        <file>
 
15
                <path>pixmaps/gnotify_empty.png</path>
 
16
                <version>7821</version>
 
17
        </file>
 
18
 
 
19
        <file>
 
20
                <path>pixmaps/gnotify_error.png</path>
 
21
                <version>7821</version>
 
22
        </file>
 
23
 
 
24
        <file>
 
25
                <path>pixmaps/gnotify_new.png</path>
 
26
                <version>7821</version>
 
27
        </file>
 
28
 
 
29
        <file>
 
30
                <path>pixmaps/gnotify_error.png</path>
 
31
                <version>7815</version>
 
32
        </file>
 
33
 
 
34
        <file>
 
35
                <path>pixmaps/star.png</path>
 
36
                <version>7821</version>
 
37
        </file>
 
38
 
 
39
        <file>
 
40
                <path>pixmaps/paperclip.png</path>
 
41
                <version>7812</version>
 
42
        </file>
 
43
 
 
44
        <lang>
 
45
                <langcode>en</langcode>
 
46
                <version>7815</version>
 
47
        </lang>
 
48
 
 
49
        <lang>
 
50
                <langcode>fr</langcode>
 
51
                <version>7815</version>
 
52
        </lang>
 
53
 
 
54
        <lang>
 
55
                <langcode>es</langcode>
 
56
                <version>8322</version>
 
57
        </lang>
 
58
        <lang>
 
59
                <langcode>hu</langcode>
 
60
                <version>8999</version>
 
61
        </lang>
 
62
        <lang>
 
63
                <langcode>lt</langcode>
 
64
                <version>10397</version>
 
65
        </lang>
 
66
 
 
67
        <URL>
 
68
                <main>http://www.amsn-project.net/autoupdater/plugins/gnotify/gnotify.tcl</main>
 
69
                <plugininfo>http://www.amsn-project.net/autoupdater/plugins/gnotify/plugininfo.xml</plugininfo>
 
70
                <lang>http://www.amsn-project.net/autoupdater/plugins/gnotify/lang/lang$langcode</lang>
 
71
                <file>http://www.amsn-project.net/autoupdater/plugins/gnotify/$file</file>
 
72
        </URL>
 
73
 
 
74
</plugin>