Skip to content

Commit 3667e1c

Browse files
committed
Move appdata to metainfo
1 parent ab032ec commit 3667e1c

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed
File renamed without changes.

po/POTFILES.in

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### BEGIN LICENSE
22
# Copyright (C) 2013 Sean Davis <[email protected]>
3-
# This program is free software: you can redistribute it and/or modify it
4-
# under the terms of the GNU General Public License version 3, as published
3+
# This program is free software: you can redistribute it and/or modify it
4+
# under the terms of the GNU General Public License version 3, as published
55
# by the Free Software Foundation.
6-
#
7-
# This program is distributed in the hope that it will be useful, but
8-
# WITHOUT ANY WARRANTY; without even the implied warranties of
9-
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
6+
#
7+
# This program is distributed in the hope that it will be useful, but
8+
# WITHOUT ANY WARRANTY; without even the implied warranties of
9+
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
1010
# PURPOSE. See the GNU General Public License for more details.
11-
#
12-
# You should have received a copy of the GNU General Public License along
11+
#
12+
# You should have received a copy of the GNU General Public License along
1313
# with this program. If not, see <http://www.gnu.org/licenses/>.
1414
### END LICENSE
1515

@@ -33,4 +33,4 @@ mugshot_lib/SudoDialog.py
3333
mugshot_lib/Window.py
3434

3535
# XML Files
36-
[type: gettext/xml]data/appdata/mugshot.appdata.xml.in
36+
[type: gettext/xml]data/metainfo/mugshot.appdata.xml.in

po/mugshot.pot

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-04-11 18:38-0400\n"
11+
"POT-Creation-Date: 2018-04-11 18:46-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -183,48 +183,48 @@ msgid ""
183183
"modify essential parts of your system."
184184
msgstr ""
185185

186-
#: ../data/appdata/mugshot.appdata.xml.in.h:1
186+
#: ../data/metainfo/mugshot.appdata.xml.in.h:1
187187
msgid "Lightweight user configuration"
188188
msgstr ""
189189

190-
#: ../data/appdata/mugshot.appdata.xml.in.h:2
190+
#: ../data/metainfo/mugshot.appdata.xml.in.h:2
191191
msgid ""
192192
"Mugshot enables users to easily update personal contact information. With "
193193
"Mugshot, users are able to:"
194194
msgstr ""
195195

196-
#: ../data/appdata/mugshot.appdata.xml.in.h:3
196+
#: ../data/metainfo/mugshot.appdata.xml.in.h:3
197197
msgid ""
198198
"Set the account photo displayed at login and optionally synchronize this "
199199
"photo with their Pidgin buddy icon"
200200
msgstr ""
201201

202-
#: ../data/appdata/mugshot.appdata.xml.in.h:4
202+
#: ../data/metainfo/mugshot.appdata.xml.in.h:4
203203
msgid ""
204204
"Set account details stored in /etc/passwd (usable with the finger command) "
205205
"and optionally synchronize with their LibreOffice contact information"
206206
msgstr ""
207207

208-
#: ../data/appdata/mugshot.appdata.xml.in.h:5
208+
#: ../data/metainfo/mugshot.appdata.xml.in.h:5
209209
msgid ""
210210
"This development release restores camera dialog functionality that with "
211211
"recent software versions."
212212
msgstr ""
213213

214-
#: ../data/appdata/mugshot.appdata.xml.in.h:6
214+
#: ../data/metainfo/mugshot.appdata.xml.in.h:6
215215
msgid ""
216216
"This development release fixes a large number of bugs from previous "
217217
"releases. User properties that cannot be edited are now restricted to "
218218
"administrative users."
219219
msgstr ""
220220

221-
#: ../data/appdata/mugshot.appdata.xml.in.h:7
221+
#: ../data/metainfo/mugshot.appdata.xml.in.h:7
222222
msgid ""
223223
"This development release upgrades the camera dialog to use Cheese and "
224224
"Clutter to display and capture the camera feed."
225225
msgstr ""
226226

227-
#: ../data/appdata/mugshot.appdata.xml.in.h:8
227+
#: ../data/metainfo/mugshot.appdata.xml.in.h:8
228228
msgid ""
229229
"This stable release improves Mugshot functionality for LDAP users, and "
230230
"includes the latest SudoDialog, improving the appearance and usability of "

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@ def run(self):
197197
'user profile and any supported applications.',
198198
url='https://launchpad.net/mugshot',
199199
data_files=[('share/man/man1', ['mugshot.1']),
200-
('share/appdata', ['data/appdata/mugshot.appdata.xml'])],
200+
('share/metainfo/', ['data/metainfo/mugshot.appdata.xml'])],
201201
cmdclass={'install': InstallAndUpdateDataDirectory}
202202
)

0 commit comments

Comments
 (0)