Move appdata to metainfo

This commit is contained in:
Sean Davis 2018-04-11 18:47:41 -04:00
parent ab032ec017
commit 3667e1c305
4 changed files with 19 additions and 19 deletions

View File

@ -1,15 +1,15 @@
### BEGIN LICENSE
# Copyright (C) 2013 Sean Davis <smd.seandavis@gmail.com>
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranties of
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranties of
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
### END LICENSE
@ -33,4 +33,4 @@ mugshot_lib/SudoDialog.py
mugshot_lib/Window.py
# XML Files
[type: gettext/xml]data/appdata/mugshot.appdata.xml.in
[type: gettext/xml]data/metainfo/mugshot.appdata.xml.in

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 18:38-0400\n"
"POT-Creation-Date: 2018-04-11 18:46-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -183,48 +183,48 @@ msgid ""
"modify essential parts of your system."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:1
#: ../data/metainfo/mugshot.appdata.xml.in.h:1
msgid "Lightweight user configuration"
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:2
#: ../data/metainfo/mugshot.appdata.xml.in.h:2
msgid ""
"Mugshot enables users to easily update personal contact information. With "
"Mugshot, users are able to:"
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:3
#: ../data/metainfo/mugshot.appdata.xml.in.h:3
msgid ""
"Set the account photo displayed at login and optionally synchronize this "
"photo with their Pidgin buddy icon"
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:4
#: ../data/metainfo/mugshot.appdata.xml.in.h:4
msgid ""
"Set account details stored in /etc/passwd (usable with the finger command) "
"and optionally synchronize with their LibreOffice contact information"
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:5
#: ../data/metainfo/mugshot.appdata.xml.in.h:5
msgid ""
"This development release restores camera dialog functionality that with "
"recent software versions."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:6
#: ../data/metainfo/mugshot.appdata.xml.in.h:6
msgid ""
"This development release fixes a large number of bugs from previous "
"releases. User properties that cannot be edited are now restricted to "
"administrative users."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:7
#: ../data/metainfo/mugshot.appdata.xml.in.h:7
msgid ""
"This development release upgrades the camera dialog to use Cheese and "
"Clutter to display and capture the camera feed."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:8
#: ../data/metainfo/mugshot.appdata.xml.in.h:8
msgid ""
"This stable release improves Mugshot functionality for LDAP users, and "
"includes the latest SudoDialog, improving the appearance and usability of "

View File

@ -197,6 +197,6 @@ DistUtilsExtra.auto.setup(
'user profile and any supported applications.',
url='https://launchpad.net/mugshot',
data_files=[('share/man/man1', ['mugshot.1']),
('share/appdata', ['data/appdata/mugshot.appdata.xml'])],
('share/metainfo/', ['data/metainfo/mugshot.appdata.xml'])],
cmdclass={'install': InstallAndUpdateDataDirectory}
)