]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Update AppStream metadata
authorRoger Shimizu <rosh@debian.org>
Sun, 24 Dec 2017 14:18:09 +0000 (23:18 +0900)
committerRoger Shimizu <rosh@debian.org>
Sun, 24 Dec 2017 14:18:09 +0000 (23:18 +0900)
Upgrade to the new spec of AppStream metadata:
 - https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html

And rename to share/metainfo/torbrowser.appdata.xml

share/appdata/torbrowser.appdata.xml [deleted file]
share/metainfo/torbrowser.appdata.xml [new file with mode: 0644]

diff --git a/share/appdata/torbrowser.appdata.xml b/share/appdata/torbrowser.appdata.xml
deleted file mode 100644 (file)
index 5a5a0bd..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2014 Micah Lee <micah@micahflee.com> -->
-<application>
- <id type="desktop">torbrowser.desktop</id>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>MIT</project_license>
- <name>Tor Browser Launcher</name>
- <summary>A program to help you download, keep updated, and run the Tor Browser Bundle</summary>
- <description>
-  <p>Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to maintain and use for GNU/Linux users. It downloads the same TBB from torproject.org that everyone else uses, and it doesn't alter it in any way. But it does make it much more usable, and it makes the task of keeping it up-to-date more secure.</p>
-  <p>You install torbrowser-launcher from your distribution's package manager and it handles everything else, including:</p>
-  <ul>
-   <li>Downloading the most recent version of TBB for you, in your language and for your architecture</li>
-   <li>Automatically updating (while preserving your bookmarks and preferences)</li>
-   <li>Verifying the TBB's GnuPG signature</li>
-   <li>Includes AppArmor profiles to make a Tor Browser compromise not as bad (in some distros)</li>
-   <li>Adding a Tor Browser application launcher to your desktop environment's menu</li>
-   <li>Lets you set Tor Browser as your default browser</li>
-   <li>Optionally playing a modem sound when you open Tor Browser (because Tor is so slow)</li>
-  </ul>
- </description>
- <screenshots>
-  <screenshot type="default">
-   <image>https://raw.githubusercontent.com/micahflee/torbrowser-launcher/master/screenshot.png</image>
-   <caption>Window to change Tor Browser Launcher settings</caption>
-  </screenshot>
- </screenshots>
- <url type="homepage">https://github.com/micahflee/torbrowser-launcher</url>
- <updatecontact>micah@micahflee.com</updatecontact>
-</application>
diff --git a/share/metainfo/torbrowser.appdata.xml b/share/metainfo/torbrowser.appdata.xml
new file mode 100644 (file)
index 0000000..5577868
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Micah Lee <micah@micahflee.com> -->
+<component>
+ <id>org.torproject.torbrowser.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>MIT</project_license>
+ <name>Tor Browser Launcher</name>
+ <summary>A program to help you download, keep updated, and run the Tor Browser Bundle</summary>
+ <description>
+  <p>Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to maintain and use for GNU/Linux users. It downloads the same TBB from torproject.org that everyone else uses, and it doesn't alter it in any way. But it does make it much more usable, and it makes the task of keeping it up-to-date more secure.</p>
+  <p>You install torbrowser-launcher from your distribution's package manager and it handles everything else, including:</p>
+  <ul>
+   <li>Downloading the most recent version of TBB for you, in your language and for your architecture</li>
+   <li>Automatically updating (while preserving your bookmarks and preferences)</li>
+   <li>Verifying the TBB's GnuPG signature</li>
+   <li>Includes AppArmor profiles to make a Tor Browser compromise not as bad (in some distros)</li>
+   <li>Adding a Tor Browser application launcher to your desktop environment's menu</li>
+   <li>Lets you set Tor Browser as your default browser</li>
+   <li>Optionally playing a modem sound when you open Tor Browser (because Tor is so slow)</li>
+  </ul>
+ </description>
+ <screenshots>
+  <screenshot type="default">
+   <image>https://raw.githubusercontent.com/micahflee/torbrowser-launcher/master/screenshot.png</image>
+   <caption>Window to change Tor Browser Launcher settings</caption>
+  </screenshot>
+ </screenshots>
+ <url type="homepage">https://github.com/micahflee/torbrowser-launcher</url>
+ <update_contact>micah@micahflee.com</update_contact>
+</component>