From 7ed75eceec9e6a22d95cf38f317b41f4a9e48579 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 4 Feb 2020 07:21:56 +0100 Subject: Fix various issues with appdata, making the validation pass again This should make firefox get correctly included in the distro appstream data again. --- firefox.appdata.xml | 59 +++++++++++++++++++++++++++++++++ firefox.metainfo.appdata.xml | 79 -------------------------------------------- firefox.spec | 7 ++-- 3 files changed, 64 insertions(+), 81 deletions(-) create mode 100644 firefox.appdata.xml delete mode 100644 firefox.metainfo.appdata.xml diff --git a/firefox.appdata.xml b/firefox.appdata.xml new file mode 100644 index 0000000..4108449 --- /dev/null +++ b/firefox.appdata.xml @@ -0,0 +1,59 @@ + + + + firefox.desktop + CC0-1.0 + Firefox + Web Browser + =Navegador web + =Webový prohlížeč + =Navegador web + =مرورگر اینترنتی + =WWW-selain + =Navigateur Web + =Webböngésző + =Browser Web + =ウェブ・ブラウザ + =웹 브라우저 + =Nettleser + =Webbrowser + =Nettlesar + =Nettleser + =Przeglądarka WWW + =Navegador Web + =Navegador Web + =Internetový prehliadač + =Webbläsare + +

+ 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. +

+
+ https://www.mozilla.org + stransky@redhat.com + + ModernToolkit + SearchProvider + + Mozilla + GPL-3.0+ + Mozilla Corporation + https://bugzilla.mozilla.org/ + https://support.mozilla.org/ + firefox + + firefox.desktop + + + https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/a.png + https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/b.png + https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/c.png + + + + +
diff --git a/firefox.metainfo.appdata.xml b/firefox.metainfo.appdata.xml deleted file mode 100644 index 4c5c398..0000000 --- a/firefox.metainfo.appdata.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - firefox.desktop - CC0-1.0 - Firefox - Web Browser - =Navegador web - =Webový prohlížeč - =Navegador web - =مرورگر اینترنتی - =WWW-selain - =Navigateur Web - =Webböngésző - =Browser Web - =ウェブ・ブラウザ - =웹 브라우저 - =Nettleser - =Webbrowser - =Nettlesar - =Nettleser - =Przeglądarka WWW - =Navegador Web - =Navegador Web - =Internetový prehliadač - =Webbläsare - -

Browse the Web

- 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. -

-

Navegueu per el web

-

Prohlížení stránek World Wide Webu

-

Im Internet surfen

-

Navegue por la web

-

صفحات شبکه جهانی اینترنت را مرور نمایید

-

Selaa Internetin WWW-sivuja

-

Navigue sur Internet

-

A világháló böngészése

-

Esplora il web

-

ウェブを閲覧します

-

웹을 돌아 다닙니다

-

Surf på nettet

-

Verken het internet

-

Surf på nettet

-

Surf på nettet

-

Przeglądanie stron WWW

-

Navegue na Internet

-

Navegue na Internet

-

Prehliadanie internetu

-

Surfa på webben

-
- https://www.mozilla.org - stransky@redhat.com - - ModernToolkit - SearchProvider - - Mozilla - GPL-3.0+ - Mozilla Corporation - https://bugzilla.mozilla.org/ - https://support.mozilla.org/ - firefox - - firefox.desktop - - - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/a.png - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/b.png - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/c.png - - - - -
diff --git a/firefox.spec b/firefox.spec index 3fc8300..da19dee 100644 --- a/firefox.spec +++ b/firefox.spec @@ -102,7 +102,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 72.0.2 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -124,7 +124,7 @@ Source29: firefox-wayland.desktop Source30: firefox-x11.sh.in Source31: firefox-x11.desktop Source32: node-stdout-nonblocking-wrapper -Source33: firefox.metainfo.appdata.xml +Source33: firefox.appdata.xml Source34: firefox-search-provider.ini # Build patches @@ -935,6 +935,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Feb 04 2020 Kalev Lember - 72.0.2-3 +- Fix various issues with appdata, making the validation pass again + * Tue Jan 28 2020 Fedora Release Engineering - 72.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild -- cgit