File: mugshot.appdata.xml.in

package info (click to toggle)
mugshot 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,016 kB
  • sloc: python: 1,881; xml: 36; makefile: 7
file content (116 lines) | stat: -rw-r--r-- 3,758 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2020 Sean Davis <sean@bluesabre.org> -->
<component type="desktop">
  <id>org.bluesabre.Mugshot.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0+</project_license>
  <name>Mugshot</name>
  <_summary>Lightweight user configuration</_summary>

  <description>
    <_p>
    Mugshot enables users to easily update personal contact information.
    With Mugshot, users are able to:
    </_p>
    <ul>
        <_li>Set the account photo displayed at login and optionally synchronize
        this photo with their Pidgin buddy icon</_li>
        <_li>Set account details stored in /etc/passwd (usable with the finger
        command) and optionally synchronize with their LibreOffice contact
        information</_li>
    </ul>
  </description>

  <screenshots>
    <screenshot type="default" height="360" width="640">
      <image>https://screenshots.bluesabre.org/mugshot/mugshot.png</image>
    </screenshot>
    <screenshot height="360" width="640">
      <image>https://screenshots.bluesabre.org/mugshot/mugshot-pidgin-sync.png</image>
    </screenshot>
  </screenshots>

  <url type="homepage">https://github.com/bluesabre/mugshot</url>
  <url type="bugtracker">https://github.com/bluesabre/mugshot/issues</url>
  <url type="help">https://github.com/bluesabre/mugshot/wiki</url>
  <url type="translate">https://www.transifex.com/bluesabreorg/mugshot</url>

  <update_contact>sean@bluesabre.org</update_contact>

  <translation type="gettext">mugshot</translation>

  <provides>
    <binary>mugshot</binary>
  </provides>

  <releases>
    <release version="0.4.3" date="2020-12-28">
      <description>
        <_p>This maintenance release adds support for Python 3.9
        and includes many translation updates.
        </_p>
      </description>
    </release>

    <release version="0.4.2" date="2019-07-28">
      <description>
        <_p>Mugshot has moved to GitHub! This maintenance release
        includes numerous translation updates.
        </_p>
      </description>
    </release>

    <release version="0.4.1" date="2018-08-08">
      <description>
        <_p>This release includes a number of code quality improvements,
        bug fixes, and translations. Mugshot can now be built and run
        in a minimal chroot environment.
        </_p>
      </description>
    </release>

    <release version="0.4.0" date="2018-04-11">
      <description>
        <_p>This stable release adds support for the latest GTK and
        GStreamer technologies.
        </_p>
      </description>
    </release>

    <release version="0.3.2" date="2016-11-02">
      <description>
        <_p>This development release restores camera dialog functionality
        that with recent software versions.
        </_p>
      </description>
    </release>

    <release version="0.3.1" date="2016-03-31">
      <description>
        <_p>This development release fixes a large number of bugs from
        previous releases. User properties that cannot be edited are
        now restricted to administrative users.
        </_p>
      </description>
    </release>

    <release version="0.3.0" date="2015-09-07">
      <description>
        <_p>This development release upgrades the camera dialog to use
        Cheese and Clutter to display and capture the camera feed.
        </_p>
      </description>
    </release>

    <release version="0.2.5" date="2014-09-01">
      <description>
        <_p>This stable release improves Mugshot functionality for LDAP users,
        and includes the latest SudoDialog, improving the appearance and
        usability of the password dialog.
        </_p>
      </description>
    </release>

  </releases>

</component>