From 3667e1c3052d3f61b3b0688cf1ac9965808ac8e4 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Wed, 11 Apr 2018 18:47:41 -0400 Subject: [PATCH] Move appdata to metainfo --- .../mugshot.appdata.xml.in | 0 po/POTFILES.in | 18 +++++++++--------- po/mugshot.pot | 18 +++++++++--------- setup.py | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) rename data/{appdata => metainfo}/mugshot.appdata.xml.in (100%) diff --git a/data/appdata/mugshot.appdata.xml.in b/data/metainfo/mugshot.appdata.xml.in similarity index 100% rename from data/appdata/mugshot.appdata.xml.in rename to data/metainfo/mugshot.appdata.xml.in diff --git a/po/POTFILES.in b/po/POTFILES.in index c3f9861..709b008 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,15 +1,15 @@ ### BEGIN LICENSE # Copyright (C) 2013 Sean Davis -# 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 . ### 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 \ No newline at end of file +[type: gettext/xml]data/metainfo/mugshot.appdata.xml.in diff --git a/po/mugshot.pot b/po/mugshot.pot index f43fac8..b63d5aa 100644 --- a/po/mugshot.pot +++ b/po/mugshot.pot @@ -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 \n" "Language-Team: LANGUAGE \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 " diff --git a/setup.py b/setup.py index fb4f50e..52eeb2f 100644 --- a/setup.py +++ b/setup.py @@ -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} )