summaryrefslogtreecommitdiff
path: root/firefox.appdata.xml
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2020-02-04 15:37:46 +0100
committerKalev Lember <klember@redhat.com>2020-02-04 15:41:51 +0100
commitc9caff126dbe834464e71676aabc55870f72aff5 (patch)
treeed68224d4e985d15d898924e51e2c5c8276d1856 /firefox.appdata.xml
parentValidate appdata during the build (diff)
downloadlibrewolf-fedora-ff-c9caff126dbe834464e71676aabc55870f72aff5.tar.gz
librewolf-fedora-ff-c9caff126dbe834464e71676aabc55870f72aff5.tar.bz2
librewolf-fedora-ff-c9caff126dbe834464e71676aabc55870f72aff5.zip
Make sure the release tag in appdata is in sync with the package version
Diffstat (limited to 'firefox.appdata.xml')
-rw-r--r--firefox.appdata.xml59
1 files changed, 0 insertions, 59 deletions
diff --git a/firefox.appdata.xml b/firefox.appdata.xml
deleted file mode 100644
index 4108449..0000000
--- a/firefox.appdata.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2019 Firefox contributors -->
-<component type="desktop">
- <id>firefox.desktop</id>
- <metadata_license>CC0-1.0</metadata_license>
- <name>Firefox</name>
- <summary>Web Browser</summary>
- <summary xml:lang="ca">=Navegador web</summary>
- <summary xml:lang="cs">=Webový prohlížeč</summary>
- <summary xml:lang="es">=Navegador web</summary>
- <summary xml:lang="fa">=مرورگر اینترنتی</summary>
- <summary xml:lang="fi">=WWW-selain</summary>
- <summary xml:lang="fr">=Navigateur Web</summary>
- <summary xml:lang="hu">=Webböngésző</summary>
- <summary xml:lang="it">=Browser Web</summary>
- <summary xml:lang="ja">=ウェブ・ブラウザ</summary>
- <summary xml:lang="ko">=웹 브라우저</summary>
- <summary xml:lang="nb">=Nettleser</summary>
- <summary xml:lang="nl">=Webbrowser</summary>
- <summary xml:lang="nn">=Nettlesar</summary>
- <summary xml:lang="no">=Nettleser</summary>
- <summary xml:lang="pl">=Przeglądarka WWW</summary>
- <summary xml:lang="pt">=Navegador Web</summary>
- <summary xml:lang="pt_BR">=Navegador Web</summary>
- <summary xml:lang="sk">=Internetový prehliadač</summary>
- <summary xml:lang="sv">=Webbläsare</summary>
- <description>
- <p>
- Bringing together all kinds of awesomeness to make browsing better for you.
- Get to your favorite sites quickly – even if you don’t remember the URLs.
- Type your term into the location bar (aka the Awesome Bar) and the autocomplete
- function will include possible matches from your browsing history, bookmarked
- sites and open tabs.
- </p>
- </description>
- <url type="homepage">https://www.mozilla.org</url>
- <update_contact>stransky@redhat.com</update_contact>
- <kudos>
- <kudo>ModernToolkit</kudo>
- <kudo>SearchProvider</kudo>
- </kudos>
- <project_group>Mozilla</project_group>
- <project_license>GPL-3.0+</project_license>
- <developer_name>Mozilla Corporation</developer_name>
- <url type="bugtracker">https://bugzilla.mozilla.org/</url>
- <url type="help">https://support.mozilla.org/</url>
- <translation type="gettext">firefox</translation>
- <provides>
- <id>firefox.desktop</id>
- </provides>
- <screenshots>
- <screenshot type="default">https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/a.png</screenshot>
- <screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/b.png</screenshot>
- <screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/c.png</screenshot>
- </screenshots>
- <releases>
- <release date="2019-11-13" version="3.34.0"/>
- </releases>
-</component>
bgstack15