-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
50 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
build/ | ||
data/metainfo/mugshot.appdata.xml | ||
dist/ | ||
MANIFEST | ||
mugshot_lib/__pycache__/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-08-08 05:13-0400\n" | ||
"POT-Creation-Date: 2019-07-28 14:46-0400\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" | ||
"X-Generator: Launchpad (build 18968)\n" | ||
"Language: \n" | ||
|
||
#: ../mugshot.desktop.in.h:1 | ||
msgid "About Me" | ||
|
@@ -204,37 +207,43 @@ msgstr "" | |
|
||
#: ../data/metainfo/mugshot.appdata.xml.in.h:5 | ||
msgid "" | ||
"Mugshot has moved to GitHub! This maintenance release includes numerous " | ||
"translation updates." | ||
msgstr "" | ||
|
||
#: ../data/metainfo/mugshot.appdata.xml.in.h:6 | ||
msgid "" | ||
"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." | ||
msgstr "" | ||
|
||
#: ../data/metainfo/mugshot.appdata.xml.in.h:6 | ||
#: ../data/metainfo/mugshot.appdata.xml.in.h:7 | ||
msgid "" | ||
"This stable release adds support for the latest GTK and GStreamer " | ||
"technologies." | ||
msgstr "" | ||
|
||
#: ../data/metainfo/mugshot.appdata.xml.in.h:7 | ||
#: ../data/metainfo/mugshot.appdata.xml.in.h:8 | ||
msgid "" | ||
"This development release restores camera dialog functionality that with " | ||
"recent software versions." | ||
msgstr "" | ||
|
||
#: ../data/metainfo/mugshot.appdata.xml.in.h:8 | ||
#: ../data/metainfo/mugshot.appdata.xml.in.h:9 | ||
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/metainfo/mugshot.appdata.xml.in.h:9 | ||
#: ../data/metainfo/mugshot.appdata.xml.in.h:10 | ||
msgid "" | ||
"This development release upgrades the camera dialog to use Cheese and " | ||
"Clutter to display and capture the camera feed." | ||
msgstr "" | ||
|
||
#: ../data/metainfo/mugshot.appdata.xml.in.h:10 | ||
#: ../data/metainfo/mugshot.appdata.xml.in.h:11 | ||
msgid "" | ||
"This stable release improves Mugshot functionality for LDAP users, and " | ||
"includes the latest SudoDialog, improving the appearance and usability of " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -188,7 +188,7 @@ def run(self): | |
|
||
DistUtilsExtra.auto.setup( | ||
name='mugshot', | ||
version='0.4.1', | ||
version='0.4.2', | ||
license='GPL-3+', | ||
author='Sean Davis', | ||
author_email='[email protected]', | ||
|