|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!-- Copyright 2014-2016 Sean Davis <[email protected]> --> |
3 | | -<application> |
4 | | - <id type="desktop">mugshot.desktop</id> |
| 2 | +<!-- Copyright 2014-2018 Sean Davis <[email protected]> --> |
| 3 | +<component type="desktop"> |
| 4 | + <id>mugshot.desktop</id> |
5 | 5 | <metadata_license>CC0-1.0</metadata_license> |
6 | 6 | <project_license>GPL-3.0+</project_license> |
7 | 7 | <name>Mugshot</name> |
|
22 | 22 | </description> |
23 | 23 |
|
24 | 24 | <screenshots> |
25 | | - <screenshot type="default" width="640" height="360">https://screenshots.bluesabre.org/mugshot/mugshot.png</screenshot> |
26 | | - <screenshot width="640" height="360">https://screenshots.bluesabre.org/mugshot/mugshot-pidgin-sync.png</screenshot> |
| 25 | + <screenshot type="default" height="360" width="640"> |
| 26 | + <image>https://screenshots.bluesabre.org/mugshot/mugshot.png</image> |
| 27 | + </screenshot> |
| 28 | + <screenshot height="360" width="640"> |
| 29 | + <image>https://screenshots.bluesabre.org/mugshot/mugshot-pidgin-sync.png</image> |
| 30 | + </screenshot> |
27 | 31 | </screenshots> |
28 | 32 |
|
29 | 33 | <url type="homepage">https://launchpad.net/mugshot/</url> |
30 | 34 | <url type="bugtracker">https://bugs.launchpad.net/mugshot/</url> |
31 | 35 | <url type="help">https://wiki.bluesabre.org/doku.php?id=mugshot-docs</url> |
| 36 | + <url type="translate">https://translations.launchpad.net/mugshot</url> |
32 | 37 |
|
33 | | - < updatecontact> [email protected]</ updatecontact> |
| 38 | + < update_contact> [email protected]</ update_contact> |
| 39 | + |
| 40 | + <translation type="gettext">mugshot</translation> |
34 | 41 |
|
35 | 42 | <provides> |
36 | 43 | <binary>mugshot</binary> |
37 | 44 | </provides> |
38 | 45 |
|
39 | 46 | <releases> |
40 | | - <release version="0.3.2" timestamp="1478083500"> |
| 47 | + <release version="0.3.2" date="2016-11-02"> |
41 | 48 | <description> |
42 | 49 | <_p>This development release restores camera dialog functionality |
43 | 50 | that with recent software versions. |
44 | 51 | </_p> |
45 | 52 | </description> |
46 | 53 | </release> |
47 | 54 |
|
48 | | - <release version="0.3.1" timestamp="1459470600"> |
| 55 | + <release version="0.3.1" date="2016-03-31"> |
49 | 56 | <description> |
50 | 57 | <_p>This development release fixes a large number of bugs from |
51 | 58 | previous releases. User properties that cannot be edited are |
|
54 | 61 | </description> |
55 | 62 | </release> |
56 | 63 |
|
57 | | - <release version="0.3.0" timestamp="1441648800"> |
| 64 | + <release version="0.3.0" date="2015-09-07"> |
58 | 65 | <description> |
59 | 66 | <_p>This development release upgrades the camera dialog to use |
60 | 67 | Cheese and Clutter to display and capture the camera feed. |
61 | 68 | </_p> |
62 | 69 | </description> |
63 | 70 | </release> |
64 | 71 |
|
65 | | - <release version="0.2.5" timestamp="1409617800"> |
| 72 | + <release version="0.2.5" date="2014-09-01"> |
66 | 73 | <description> |
67 | 74 | <_p>This stable release improves Mugshot functionality for LDAP users, |
68 | 75 | and includes the latest SudoDialog, improving the appearance and |
|
71 | 78 | </description> |
72 | 79 | </release> |
73 | 80 |
|
74 | | - <release version="0.2.4" timestamp="1406977200"> |
75 | | - <description> |
76 | | - <_p>This stable release improves the user configuration (chfn) backend |
77 | | - and prevents Mugshot from locking up. Mugshot also no longer depends |
78 | | - on AccountsService, but can leverage it to better support some systems. |
79 | | - A critical bug that prevented some users from starting Mugshot was also |
80 | | - addressed. |
81 | | - </_p> |
82 | | - </description> |
83 | | - </release> |
84 | | - |
85 | | - <release version="0.2.3" timestamp="1396661280"> |
86 | | - <description> |
87 | | - <_p>This stable release improved AccountsService functionality and |
88 | | - overall usability. Users without admin rights can no longer attempt to |
89 | | - change their name, and initials are automatically populated when the |
90 | | - name is entered. |
91 | | - </_p> |
92 | | - </description> |
93 | | - </release> |
94 | | - |
95 | | - <release version="0.2.2" timestamp="1394366340"> |
96 | | - <description> |
97 | | - <_p>This stable release fixed a crash that occured when saving user |
98 | | - details in a non-English locale. This release also included an updated |
99 | | - translation template and new translations. |
100 | | - </_p> |
101 | | - </description> |
102 | | - </release> |
103 | | - |
104 | | - <release version="0.2.1" timestamp="1393800000"> |
105 | | - <description> |
106 | | - <_p>This stable release fixed several bugs related to profile image |
107 | | - management, introduced an improved password dialog, and transitioned to |
108 | | - using GLib to more reliably determine user and environment settings. |
109 | | - </_p> |
110 | | - </description> |
111 | | - </release> |
112 | | - |
113 | | - <release version="0.2.0" timestamp="1390737600"> |
114 | | - <description> |
115 | | - <_p>The first stable release introduced simplified packaging, replaced |
116 | | - the Help functionality with the online help documents, and transitioned |
117 | | - to using Python 3. |
118 | | - </_p> |
119 | | - </description> |
120 | | - </release> |
121 | 81 | </releases> |
122 | 82 |
|
123 | | -</application> |
| 83 | +</component> |
0 commit comments