[Pkg-privacy-commits] [onionshare] 31/53: Added AppData file, and made new screenshots for it (fixes #160)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Wed Dec 30 00:20:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch debian
in repository onionshare.
commit ffd50445ba1bf47560fa2480bf4b8ca122304de8
Author: Micah Lee <micah at micahflee.com>
Date: Fri Nov 20 15:17:25 2015 -0800
Added AppData file, and made new screenshots for it (fixes #160)
---
MANIFEST.in | 1 +
install/onionshare.appdata.xml | 35 +++++++++++++++++++++++++++++++++++
screenshots/appdata-client.png | Bin 0 -> 63246 bytes
screenshots/appdata-server.png | Bin 0 -> 114551 bytes
setup.py | 1 +
5 files changed, 37 insertions(+)
diff --git a/MANIFEST.in b/MANIFEST.in
index 8bf0a6d..09f1cf0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,6 +6,7 @@ include onionshare/index.html
include onionshare/404.html
include onionshare/strings.json
include install/onionshare.desktop
+include install/onionshare.appdata.xml
include install/onionshare80.xpm
include images/*.png
include locale/*.json
diff --git a/install/onionshare.appdata.xml b/install/onionshare.appdata.xml
new file mode 100644
index 0000000..64f7d80
--- /dev/null
+++ b/install/onionshare.appdata.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2015 Micah Lee <micah at micahflee.com> -->
+<component type="desktop">
+ <id>onionshare.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-3.0</project_license>
+ <name>OnionShare</name>
+ <summary>Securely and anonymously share a file of any size</summary>
+ <description>
+ <p>
+ OnionShare lets you securely and anonymously share a file of any size with someone. It works
+ by starting a web server, making it accessible as a Tor hidden service, and generating an
+ unguessable URL to access and download the file.
+ </p>
+ <p>
+ It doesn't require setting up a server on the internet somewhere or using a third party
+ filesharing service. You host the file on your own computer and use a Tor hidden service to
+ make it temporarily accessible over the internet. The other user just needs to use Tor Browser
+ to download the file from you.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://raw.githubusercontent.com/micahflee/onionshare/master/screenshots/appdata-server.png</image>
+ <caption>Sender sharing files with OnionShare</caption>
+ </screenshot>
+ <screenshot>
+ <image>https://raw.githubusercontent.com/micahflee/onionshare/master/screenshots/appdata-client.png</image>
+ <caption>Receiver downloading files with Tor Browser</caption>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">https://onionshare.org/</url>
+ <updatecontact>micah at micahflee.com</updatecontact>
+</component>
+
diff --git a/screenshots/appdata-client.png b/screenshots/appdata-client.png
new file mode 100644
index 0000000..6a770a0
Binary files /dev/null and b/screenshots/appdata-client.png differ
diff --git a/screenshots/appdata-server.png b/screenshots/appdata-server.png
new file mode 100644
index 0000000..3e4e72c
Binary files /dev/null and b/screenshots/appdata-server.png differ
diff --git a/setup.py b/setup.py
index 37b179d..c84ad24 100644
--- a/setup.py
+++ b/setup.py
@@ -86,6 +86,7 @@ if system == 'Linux':
scripts=['install/linux_scripts/onionshare', 'install/linux_scripts/onionshare-gui'],
data_files=[
(os.path.join(sys.prefix, 'share/applications'), ['install/onionshare.desktop']),
+ (os.path.join(sys.prefix, 'share/appdata'), ['install/onionshare.appdata.xml']),
(os.path.join(sys.prefix, 'share/pixmaps'), ['install/onionshare80.xpm']),
(os.path.join(sys.prefix, 'share/onionshare/images'), images),
(os.path.join(sys.prefix, 'share/onionshare/locale'), locale)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list