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 ### BEGIN LICENSE
# Copyright (C) 2013 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013 Sean Davis <smd.seandavis@gmail.com>
# This program is free software: you can redistribute it and/or modify it # 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 # under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation. # by the Free Software Foundation.
# #
# This program is distributed in the hope that it will be useful, but # This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranties of # WITHOUT ANY WARRANTY; without even the implied warranties of
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR # MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU General Public License for more details. # 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/>. # with this program. If not, see <http://www.gnu.org/licenses/>.
### END LICENSE ### END LICENSE
@ -33,4 +33,4 @@ mugshot_lib/SudoDialog.py
mugshot_lib/Window.py mugshot_lib/Window.py
# XML Files # 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 "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -183,48 +183,48 @@ msgid ""
"modify essential parts of your system." "modify essential parts of your system."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:1 #: ../data/metainfo/mugshot.appdata.xml.in.h:1
msgid "Lightweight user configuration" msgid "Lightweight user configuration"
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:2 #: ../data/metainfo/mugshot.appdata.xml.in.h:2
msgid "" msgid ""
"Mugshot enables users to easily update personal contact information. With " "Mugshot enables users to easily update personal contact information. With "
"Mugshot, users are able to:" "Mugshot, users are able to:"
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:3 #: ../data/metainfo/mugshot.appdata.xml.in.h:3
msgid "" msgid ""
"Set the account photo displayed at login and optionally synchronize this " "Set the account photo displayed at login and optionally synchronize this "
"photo with their Pidgin buddy icon" "photo with their Pidgin buddy icon"
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:4 #: ../data/metainfo/mugshot.appdata.xml.in.h:4
msgid "" msgid ""
"Set account details stored in /etc/passwd (usable with the finger command) " "Set account details stored in /etc/passwd (usable with the finger command) "
"and optionally synchronize with their LibreOffice contact information" "and optionally synchronize with their LibreOffice contact information"
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:5 #: ../data/metainfo/mugshot.appdata.xml.in.h:5
msgid "" msgid ""
"This development release restores camera dialog functionality that with " "This development release restores camera dialog functionality that with "
"recent software versions." "recent software versions."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:6 #: ../data/metainfo/mugshot.appdata.xml.in.h:6
msgid "" msgid ""
"This development release fixes a large number of bugs from previous " "This development release fixes a large number of bugs from previous "
"releases. User properties that cannot be edited are now restricted to " "releases. User properties that cannot be edited are now restricted to "
"administrative users." "administrative users."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:7 #: ../data/metainfo/mugshot.appdata.xml.in.h:7
msgid "" msgid ""
"This development release upgrades the camera dialog to use Cheese and " "This development release upgrades the camera dialog to use Cheese and "
"Clutter to display and capture the camera feed." "Clutter to display and capture the camera feed."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:8 #: ../data/metainfo/mugshot.appdata.xml.in.h:8
msgid "" msgid ""
"This stable release improves Mugshot functionality for LDAP users, and " "This stable release improves Mugshot functionality for LDAP users, and "
"includes the latest SudoDialog, improving the appearance and usability of " "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.', 'user profile and any supported applications.',
url='https://launchpad.net/mugshot', url='https://launchpad.net/mugshot',
data_files=[('share/man/man1', ['mugshot.1']), data_files=[('share/man/man1', ['mugshot.1']),
('share/appdata', ['data/appdata/mugshot.appdata.xml'])], ('share/metainfo/', ['data/metainfo/mugshot.appdata.xml'])],
cmdclass={'install': InstallAndUpdateDataDirectory} cmdclass={'install': InstallAndUpdateDataDirectory}
) )