Compare commits

..

7 commits

Author SHA1 Message Date
Kalev Lember
d7b225c078 New metadata version 2018-04-19 20:28:54 +02:00
Kalev Lember
2f325f06f6 New metadata version 2017-12-28 11:49:32 +01:00
Kalev Lember
4a5783bad4 New metadata version 2017-11-29 13:30:03 +01:00
Kalev Lember
4886ebe192 New metadata version 2017-08-31 16:21:32 +02:00
Kalev Lember
fff2c45377 New metadata version 2017-08-04 23:58:24 +02:00
Kalev Lember
b6b3a33375 New metadata version 2017-07-21 10:26:13 +02:00
Kalev Lember
86e44c465e New metadata version 2017-06-14 11:44:12 +02:00
10 changed files with 1424 additions and 71 deletions

34
.gitignore vendored
View file

@ -10,37 +10,3 @@
/fedora-25-icons.tar.gz
/fedora-26.xml.gz
/fedora-26-icons.tar.gz
/fedora-27.xml.gz
/fedora-27-icons.tar.gz
/fedora-28.xml.gz
/fedora-28-icons.tar.gz
/fedora-29.xml.gz
/fedora-29-icons.tar.gz
/fedora-30.xml.gz
/fedora-30-icons.tar.gz
/fedora-31.xml.gz
/fedora-31-icons.tar.gz
/fedora-32.xml.gz
/fedora-32-icons.tar.gz
/fedora-33.xml.gz
/fedora-33-icons.tar.gz
/fedora-35.xml.gz
/fedora-35-icons.tar.gz
/fedora-36.xml.gz
/fedora-36-icons.tar.gz
/fedora-37.xml.gz
/fedora-37-icons.tar.gz
/fedora-38.xml.gz
/fedora-38-icons.tar.gz
/fedora-39.xml.gz
/fedora-39-icons.tar.gz
/fedora-40-icons.tar.gz
/fedora-40.xml.gz
/fedora-41-icons.tar.gz
/fedora-41.xml.gz
/fedora-42-icons.tar.gz
/fedora-42.xml.gz
/fedora-43-icons.tar.gz
/fedora-43.xml.gz
/fedora-44-icons.tar.gz
/fedora-44.xml.gz

21
adobe-flash.xml Normal file
View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
<components version="0.8" origin="">
<component type="addon">
<id>flash-player-properties.desktop</id>
<pkgname>flash-plugin</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Adobe Flash</name>
<summary>Codec for multimedia and rich content</summary>
<description>
<p>
Adobe Flash Player is for running rich Internet applications and
for watching streaming video and listening to audio.
</p>
</description>
<project_license>Proprietary</project_license>
<extends>epiphany.desktop</extends>
<extends>firefox.desktop</extends>
<extends>midori.desktop</extends>
</component>
</components>

View file

@ -1,49 +1,174 @@
Summary: Fedora AppStream metadata
Name: appstream-data
Version: 44
Release: %autorelease
Version: 26
Release: 18%{?dist}
BuildArch: noarch
License: CC0-1.0 AND CC-BY-1.0 AND CC-BY-SA-1.0 AND GFDL-1.1-or-later
URL: https://github.com/hughsie/appstream-glib
Source1: https://dl.fedoraproject.org/pub/alt/screenshots/f%{version}/fedora-%{version}.xml.gz
Source2: https://dl.fedoraproject.org/pub/alt/screenshots/f%{version}/fedora-%{version}-icons.tar.gz
Source3: gstreamer-non-free.xml
Source4: other-repos.xml
License: CC0 and CC-BY and CC-BY-SA and GFDL
URL: https://github.com/hughsie/createrepo_as
Source1: https://dl.fedoraproject.org/pub/alt/screenshots/f26/fedora-%{version}.xml.gz
Source2: https://dl.fedoraproject.org/pub/alt/screenshots/f26/fedora-%{version}-icons.tar.gz
Source3: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/adobe-flash.xml
Source4: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/gstreamer-non-free.xml
Source5: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/other-repos.xml
Source6: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/webapps.xml
Source7: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-categories.xml
Source8: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-popular.xml
Source9: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/steam-oars.xml
BuildRequires: libappstream-glib
%description
This package provides the distribution specific AppStream metadata required
for the GNOME and KDE software centers. The appstream data is built weekly with
/usr/bin/appstream-builder, combining the data from RPM packages in official
repositories and the extra data in fedora-appstream.
for the GNOME and KDE software centers. The upstream data is built weekly using
createrepo_as and the extra data in fedora-appstream.
%install
DESTDIR=%{buildroot} appstream-util install-origin fedora %{SOURCE1} %{SOURCE2}
DESTDIR=%{buildroot} appstream-util install \
%{SOURCE3} %{SOURCE4}
# Move to the "correct" path for appstream 0.16 / 1.0
mv %{buildroot}%{_datadir}/app-info %{buildroot}%{_datadir}/swcatalog
mv %{buildroot}%{_datadir}/swcatalog/xmls %{buildroot}%{_datadir}/swcatalog/xml
%{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9}
%check
if ! gunzip -c %{buildroot}%{_datadir}/swcatalog/xml/fedora.xml.gz | grep -q '<pkgname>gstreamer1-plugin-openh264</pkgname>' ; then
if ! gunzip -c %{buildroot}%{_datadir}/app-info/xmls/fedora.xml.gz | grep -q '<pkgname>gstreamer1-plugin-openh264</pkgname>' ; then
echo "missing gstreamer1-plugin-openh264"
exit 1
fi
%files
%attr(0644,root,root) %{_datadir}/swcatalog/xml/*
%{_datadir}/swcatalog/icons/fedora/*/*.png
%dir %{_datadir}/swcatalog
%dir %{_datadir}/swcatalog/icons
%dir %{_datadir}/swcatalog/icons/fedora
%dir %{_datadir}/swcatalog/icons/fedora/64x64
%dir %{_datadir}/swcatalog/icons/fedora/128x128
%dir %{_datadir}/swcatalog/xml
%attr(0644,root,root) %{_datadir}/app-info/xmls/*
%{_datadir}/app-info/icons/fedora/*/*.png
%dir %{_datadir}/app-info
%dir %{_datadir}/app-info/icons
%dir %{_datadir}/app-info/icons/fedora
%dir %{_datadir}/app-info/icons/fedora/64x64
%dir %{_datadir}/app-info/icons/fedora/128x128
%dir %{_datadir}/app-info/xmls
%changelog
%autochangelog
* Thu Apr 19 2018 Kalev Lember <klember@redhat.com> 26-18
- New metadata version
* Thu Dec 28 2017 Kalev Lember <klember@redhat.com> 26-17
- New metadata version
* Wed Nov 29 2017 Kalev Lember <klember@redhat.com> 26-16
- New metadata version
* Thu Aug 31 2017 Kalev Lember <klember@redhat.com> 26-15
- New metadata version
* Fri Aug 04 2017 Kalev Lember <klember@redhat.com> 26-14
- New metadata version
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> 26-13
- New metadata version
* Wed Jun 14 2017 Kalev Lember <klember@redhat.com> 26-12
- New metadata version
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> 26-11
- New metadata version
* Mon Mar 06 2017 Kalev Lember <klember@redhat.com> 26-10
- New metadata version
* Tue Feb 07 2017 Kalev Lember <klember@redhat.com> 26-9
- New metadata version
* Mon Jan 23 2017 Kalev Lember <klember@redhat.com> 26-8
- New metadata version
* Mon Jan 09 2017 Kalev Lember <klember@redhat.com> 26-7
- New metadata version
* Fri Dec 30 2016 Kalev Lember <klember@redhat.com> 26-6
- New metadata version
* Tue Dec 20 2016 Kalev Lember <klember@redhat.com> 26-5
- New metadata version
* Fri Dec 02 2016 Kalev Lember <klember@redhat.com> 26-4
- New metadata version
* Fri Oct 14 2016 Richard Hughes <richard@hughsie.com> 26-3
- New metadata version
* Mon Sep 19 2016 Richard Hughes <richard@hughsie.com> 26-2
- New metadata version
- Add Steam OARS overrides
* Tue Aug 09 2016 Richard Hughes <richard@hughsie.com> 26-1
- New metadata version
* Sun Jun 12 2016 Richard Hughes <richard@hughsie.com> 25-4
- New metadata version
* Thu May 26 2016 Richard Hughes <richard@hughsie.com> 25-3
- Add the Fedora-specific popular metadata
* Thu May 26 2016 Kalev Lember <klember@redhat.com> 25-2
- New metadata version
- Add a test for gstreamer1-plugin-openh264
* Wed Apr 27 2016 Richard Hughes <richard@hughsie.com> 25-1
- New metadata version
* Mon Feb 15 2016 Richard Hughes <richard@hughsie.com> 24-4
- New metadata version
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 24-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Dec 16 2015 Richard Hughes <richard@hughsie.com> 24-2
- New metadata version
* Wed Aug 19 2015 Richard Hughes <richard@hughsie.com> 24-1
- New metadata version
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 23-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue May 26 2015 Richard Hughes <richard@hughsie.com> 23-2
- New metadata version
- Fix the installed icon location for the new origin value
* Mon May 11 2015 Richard Hughes <richard@hughsie.com> 23-1
- New metadata version
- Debundle the appstream-extra files
* Thu Apr 23 2015 Richard Hughes <richard@hughsie.com> 22-7
- New metadata version.
* Fri Mar 20 2015 Kalev Lember <kalevlember@gmail.com> 22-6
- New metadata version.
* Wed Mar 04 2015 Richard Hughes <richard@hughsie.com> 22-5
- New metadata version, this time with all the icons.
* Tue Feb 24 2015 Richard Hughes <richard@hughsie.com> 22-4
- New metadata version.
* Mon Sep 29 2014 Richard Hughes <richard@hughsie.com> 22-3
- Ship HiDPI icons, harder
* Mon Sep 29 2014 Richard Hughes <richard@hughsie.com> 22-2
- Ship HiDPI icons
* Thu Jul 17 2014 Richard Hughes <richard@hughsie.com> 22-1
- New metadata version number, data unchanged.
* Wed Jul 02 2014 Richard Hughes <richard@hughsie.com> 21-5
- New metadata version with source screenshots.
* Mon Jun 30 2014 Richard Hughes <richard@hughsie.com> 21-4
- New metadata version that passes xmllint.
* Thu Jun 19 2014 Richard Hughes <richard@hughsie.com> 21-3
- New metadata version.
* Wed Jun 11 2014 Richard Hughes <richard@hughsie.com> 21-2
- Own the correct directories
- Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1107802#c5
* Tue Jun 10 2014 Richard Hughes <richard@hughsie.com> 21-1
- Initial version for Fedora package review

540
fedora-categories.xml Normal file
View file

@ -0,0 +1,540 @@
<?xml version="1.0" encoding="UTF-8"?>
<components version="0.9" origin="fedora">
<!-- Apps that show up as featured in GNOME Software category view -->
<component type="desktop">
<id>amarok.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>ardour5.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>audacity.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>banshee.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>brasero.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>easytag.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gnome-music.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>rhythmbox.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>rosegarden.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>sound-juicer.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>anjuta.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>devassistant.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.Devhelp.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>d-feet.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>eclipse.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gitg.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>glade.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>monodevelop.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.gedit.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>celestia.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>0ad.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>btanks.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>frozen-bubble.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gnome-chess.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gnome-mahjongg.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gnome-mines.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gnome-sudoku.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gnome-tetravex.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>iagno.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>lightsoff.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>neverball.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>openarena.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>quadrapassel.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>redeclipse.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>sol.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>supertuxkart.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>swell-foop.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>tremulous.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>wesnoth.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>xonotic.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>blender.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>darktable.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gimp.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>inkscape.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>libreoffice-draw.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>mypaint.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.font-viewer.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>scribus.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>shotwell.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>simple-scan.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>chromium-browser.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>epiphany.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>firefox.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>geary.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>mozilla-thunderbird.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.Polari.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>pidgin.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>transmission-gtk.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>vinagre.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>abiword.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>evolution.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>geary.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gnucash.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gnumeric.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gramps.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>libreoffice-calc.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>libreoffice-impress.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>libreoffice-writer.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>lyx.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>www.octave.org-octave.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>saoimage.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>stellarium.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.DiskUtility.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>gparted.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.Boxes.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>virt-manager.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.bijiben.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.clocks.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.Documents.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.Photos.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>workrave.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>openshot.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.Cheese.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.Totem.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>pitivi.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>vlc.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>org.gnome.Builder.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>homebank.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
<component type="desktop">
<id>endless-sky.desktop</id>
<categories>
<category>Featured</category>
</categories>
</component>
</components>

95
fedora-popular.xml Normal file
View file

@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8"?>
<components version="0.9" origin="fedora">
<!-- Apps for the GNOME Software "Editor's Picks" list -->
<component type="desktop">
<id>org.gnome.bijiben.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>calibre-gui.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>geary.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>gnucash.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>gtg.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>inkscape.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>mozilla-thunderbird.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>musique.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>org.gnome.Maps.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>pdfmod.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>scribus.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>shutter.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>simple-scan.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>stellarium.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
<component type="desktop">
<id>transmission-gtk.desktop</id>
<kudos>
<kudo>GnomeSoftware::popular</kudo>
</kudos>
</component>
</components>

View file

@ -43,8 +43,8 @@
<keyword>Siren</keyword>
</keywords>
<project_license>LGPL-2.0 and PatentConcern</project_license>
<url type="homepage">https://gstreamer.freedesktop.org/</url>
<url type="missing">https://fedoraproject.org/wiki/Multimedia</url>
<url type="homepage">http://gstreamer.freedesktop.org/</url>
<url type="missing">http://fedoraproject.org/wiki/Multimedia</url>
</component>
<component priority="-1" type="codec">
<id>gstreamer-libav</id>
@ -91,8 +91,8 @@
<keyword>OGG</keyword>
</keywords>
<project_license>LGPL-2.0</project_license>
<url type="homepage">https://gstreamer.freedesktop.org/</url>
<url type="missing">https://fedoraproject.org/wiki/Multimedia</url>
<url type="homepage">http://gstreamer.freedesktop.org/</url>
<url type="missing">http://fedoraproject.org/wiki/Multimedia</url>
</component>
<component priority="-1" type="codec">
<id>gstreamer-ugly</id>
@ -137,7 +137,7 @@
<keyword>RealMedia</keyword>
</keywords>
<project_license>LGPL-2.0 and PatentConcern</project_license>
<url type="homepage">https://gstreamer.freedesktop.org/</url>
<url type="missing">https://fedoraproject.org/wiki/Multimedia</url>
<url type="homepage">http://gstreamer.freedesktop.org/</url>
<url type="missing">http://fedoraproject.org/wiki/Multimedia</url>
</component>
</components>

View file

@ -1,13 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<components version="0.8" origin="">
<component type="generic">
<component type="source">
<id>adobe-release-x86_64</id>
<pkgname>adobe-release-x86_64</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Adobe</name>
<summary>Adobe Repository Configuration</summary>
</component>
<component type="source">
<id>bjnplugin</id>
<pkgname>bjnplugin</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Blue Jeans</name>
<summary>Blue Jeans Repository Configuration</summary>
</component>
<component type="source">
<id>google-chrome</id>
<pkgname>google-chrome</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Google Chrome</name>
<summary>Google Chrome Repository Configuration</summary>
</component>
<component type="source">
<id>google-earth-stable</id>
<pkgname>google-earth-stable</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Google Earth</name>
<summary>Google Earth Repository Configuration</summary>
</component>
<component type="source">
<id>google-musicmanager-beta</id>
<pkgname>google-musicmanager-beta</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Google MusicManager</name>
<summary>Google MusicManager Repository Configuration</summary>
</component>
<component type="source">
<id>google-talkplugin</id>
<pkgname>google-talkplugin</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Google Talk</name>
<summary>Google Talk Repository Configuration</summary>
</component>
<component type="source">
<id>livna-release</id>
<pkgname>livna-release</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Livna</name>
<summary>Livna Repository Configuration</summary>
</component>
<component type="source">
<id>nautilus-dropbox</id>
<pkgname>nautilus-dropbox</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>Dropbox</name>
<summary>Dropbox Repository Configuration</summary>
</component>
<component type="source">
<id>rpmfusion-free-release</id>
<pkgname>rpmfusion-free-release</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<name>RPM Fusion Free</name>
<summary>RPM Fusion Repository Configuration</summary>
</component>
<component type="generic">
<component type="source">
<id>rpmfusion-nonfree-release</id>
<pkgname>rpmfusion-nonfree-release</pkgname>
<metadata_license>CC0-1.0</metadata_license>

View file

@ -1,2 +1,2 @@
SHA512 (fedora-44-icons.tar.gz) = 6f03862755d51bf1677205fe3557419c0e6e0ee780d66373b148a1c76e5c76d044e7668280ec2ca9bfa0cd518badebaa57253b0c6b0fc00d7595bf284060ec14
SHA512 (fedora-44.xml.gz) = 35f5180757e9c37056f551070806aaf0106d17deef7101c61cc375c5dd37117a6c354bd8afcdab524a324f7f89213961984a18b91f29e29aea140216180bdca6
SHA512 (fedora-26.xml.gz) = e408d46c6358bd0a8bd928f4fd53ef4c42886c4958098ec8adf37b2f9e02046211e85a15f3c93b8450db8f70263a6ff8280b293126a7ee40a02426cf2b7c289f
SHA512 (fedora-26-icons.tar.gz) = ab61b35e01d7abb49dd9d670667419973859eda25b6d7a14acd589374d942025904c6ff5d341dfac28b2cacf2ae5d282841e3ea071855ae9cb65012075e45516

178
steam-oars.xml Normal file
View file

@ -0,0 +1,178 @@
<?xml version="1.0" encoding="UTF-8"?>
<components version="0.9" origin="fedora">
<component type="desktop" merge="replace">
<id>War Thunder.desktop</id>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">moderate</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">intense</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
<component type="desktop" merge="replace">
<id>Half-Life.desktop</id>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">moderate</content_attribute>
<content_attribute id="violence-realistic">moderate</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
<component type="desktop" merge="replace">
<id>Killing Floor.desktop</id>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">intense</content_attribute>
<content_attribute id="violence-realistic">intense</content_attribute>
<content_attribute id="violence-bloodshed">intense</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">mild</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">mild</content_attribute>
<content_attribute id="language-humor">mild</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
<component type="desktop" merge="replace">
<id>Portal.desktop</id>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">moderate</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">mild</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
<component type="desktop" merge="replace">
<id>Team Fortress 2.desktop</id>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">intense</content_attribute>
<content_attribute id="violence-bloodshed">intense</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">moderate</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">moderate</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">moderate</content_attribute>
<content_attribute id="language-humor">moderate</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">intense</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
<component type="desktop" merge="replace">
<id>Half-Life 2.desktop</id>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">moderate</content_attribute>
<content_attribute id="violence-realistic">moderate</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
<component type="desktop" merge="replace">
<id>Dota 2.desktop</id>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">moderate</content_attribute>
<content_attribute id="violence-fantasy">moderate</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">mild</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">mild</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">intense</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
</components>

372
webapps.xml Normal file
View file

@ -0,0 +1,372 @@
<?xml version="1.0" encoding="UTF-8"?>
<components version="0.8" origin="">
<component type="webapp">
<id>epiphany-kindlecloud.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<name>Kindle Cloud Reader</name>
<summary>Read instantly in your browser</summary>
<description>
<p>
Buy Once, Read Everywhere: You don't need to own a Kindle device to
enjoy Kindle books.
Automatically save and synchronize your furthest page read, bookmarks,
notes, and highlights across all your devices.
That means you can start reading a book on one device, and pick up where
you left off on another device.
</p>
<p>
Read the first chapter of a book before you decide whether to buy it.
Read thousands of free books with a Kindle app, including popular
classics like The Adventures of Sherlock Holmes, Pride and Prejudice,
and Treasure Island.
</p>
<p>
To use the Kindle Cloud reader you must have Amazon.com account.
</p>
</description>
<icon type="remote">http://g-ecx.images-amazon.com/images/G/01/kindle/www/ariel/kindle-icon-kcp120._SL90_.png</icon>
<categories>
<category>Education</category>
<category>Literature</category>
</categories>
<keywords>
<keyword>book</keyword>
<keyword>ebook</keyword>
<keyword>reader</keyword>
</keywords>
<url type="homepage">https://read.amazon.com</url>
<metadata>
<value key="X-Kudo-Popular"/>
<value key="X-Needs-Dark-Theme"/>
</metadata>
</component>
<component type="webapp">
<id>epiphany-askfedora.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Ask Fedora</name>
<summary>A community knowledge base and support forum</summary>
<description>
<p>
Ask Fedora is a community knowledge base and support forum and
designed to be the primary place for community support in Fedora.
</p>
</description>
<icon type="local">/usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png</icon>
<categories>
<category>Documentation</category>
<category>System</category>
</categories>
<keywords>
<keyword>help</keyword>
<keyword>question</keyword>
<keyword>troubleshooting</keyword>
</keywords>
<url type="homepage">https://ask.fedoraproject.org</url>
<metadata>
<value key="X-Kudo-Popular"/>
</metadata>
</component>
<component type="webapp">
<id>epiphany-bbciplayer.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<name>BBC iPlayer</name>
<summary>Catch up on BBC TV and Radio programmes, or watch/listen live</summary>
<description>
<p>
Watch live BBC channels, listen to BBC radios, or catch up on programmes
from the last 7 days.
Drama, soaps, news, sport and currents affairs, or comedy, whatever your
mood, you will find a BBC programme to suit you.
</p>
<p>
To use BBC iPlayer you must be located in the UK and pay a TV licence.
</p>
</description>
<icon type="remote">http://www.bbc.co.uk/terms/images/stock/bbciplayer_logo_black.jpg</icon>
<categories>
<category>TV</category>
<category>Video</category>
</categories>
<keywords>
<keyword>drama</keyword>
<keyword>entertainment</keyword>
<keyword>iplayer</keyword>
<keyword>news</keyword>
</keywords>
<url type="homepage">http://www.bbc.co.uk/iplayer/bigscreen</url>
<metadata>
<value key="X-Kudo-Popular"/>
<value key="X-Needs-Dark-Theme"/>
<value key="X-Needs-Flash"/>
</metadata>
</component>
<component type="webapp">
<id>devdocs-io.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MPL-2.0</project_license>
<name>Devdocs.io</name>
<summary>Easily view and search developer documentation</summary>
<description>
<p>
Devdocs.io is a small application that allows you to quickly search and view
developer documentation for various programming langauges and libraries.
</p>
</description>
<icon type="remote">http://devdocs.io/images/webapp-icon-256.png</icon>
<categories>
<category>Development</category>
</categories>
<keywords>
<keyword>developer</keyword>
<keyword>documentation</keyword>
<keyword>programming</keyword>
</keywords>
<url type="homepage">http://devdocs.io/</url>
<metadata>
<value key="X-Kudo-Popular"/>
</metadata>
</component>
<component type="webapp">
<id>epiphany-dropbox.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<name>Dropbox</name>
<summary>A free service that shares your documents easily</summary>
<description>
<p>
Dropbox is a free service that lets you bring your photos, docs, and
videos anywhere and share them easily.
</p>
<p>
To use Dropbox you need to be over the age of 13.
</p>
</description>
<icon type="remote">https://www.dropbox.com/s/hi2dcyswjhcj5yr/dropbox-linux.png?dl=1</icon>
<keywords>
<keyword>dropbox</keyword>
<keyword>sync</keyword>
</keywords>
<url type="homepage">http://www.dropbox.com/</url>
<metadata>
<value key="X-Kudo-Popular"/>
</metadata>
</component>
<component type="webapp">
<id>epiphany-facebook.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<name>Facebook</name>
<summary>Give people the power to share</summary>
<description>
<p>
Facebook is the world's most popular social networking website.
It makes it easy for you to connect and share with your family and
friends online.
</p>
<p>
To use Facebook you need a Facebook login and be over the age of 13.
</p>
</description>
<icon type="remote">https://www.facebook.com/images/fb_icon_325x325.png</icon>
<categories>
<category>InstantMessaging</category>
<category>Network</category>
</categories>
<keywords>
<keyword>facebook</keyword>
</keywords>
<url type="homepage">http://www.facebook.com/</url>
<metadata>
<value key="X-Kudo-Popular"/>
</metadata>
</component>
<component type="webapp">
<id>epiphany-googledrive.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<name>Google Drive</name>
<summary>Everything you need, everywhere you go</summary>
<description>
<p>
Google Drive allows you to upload photos, videos, documents, and other
files that are important to you to Google Drive.
Get going with up to 15GB of storage.
With Drive, your stuff goes where you go.
You can organize, edit and share it from any computer at drive.google.com,
or on the go with the Drive mobile app.
</p>
<p>
Drive comes with built in apps to help you get stuff done.
Write a short story. Create a shared budget with your roommates.
Sign and fax an important document.
Everything you make is automatically saved in Drive.
</p>
<p>
To use Google Drive you need to be over the age of 13.
</p>
</description>
<icon type="remote">http://www.google.com/images/icons/product/drive-64.png</icon>
<keywords>
<keyword>drive</keyword>
</keywords>
<url type="homepage">http://drive.google.com/</url>
<metadata>
<value key="X-Kudo-Popular"/>
</metadata>
</component>
<component type="webapp">
<id>epiphany-googlemaps.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<name>Google Maps</name>
<summary>A web mapping service application and technology</summary>
<description>
<p>
Offers street maps, a route planner for traveling by foot, car, bike,
or with public transportation and a locator for urban businesses in
numerous countries around the world.
</p>
<p>
Google Maps satellite images are not updated in real time, but rather
they are several months or years old.
</p>
<p>
To use Google Maps you need to be over the age of 13.
</p>
</description>
<icon type="remote">https://developers.google.com/maps/web/images/embed-places-icon.png</icon>
<categories>
<category>Maps</category>
<category>Science</category>
</categories>
<keywords>
<keyword>directions</keyword>
</keywords>
<url type="homepage">https://www.google.com/maps</url>
<metadata>
<value key="X-Kudo-Popular"/>
</metadata>
</component>
<component type="webapp">
<id>epiphany-googleplus.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<name>Google Plus</name>
<summary>Share and discover</summary>
<description>
<p>
Google+ is one of the most active social media networks with hundreds of
millions of people having active accounts.
Whether it's a simple note or a special photograph, share life's
important moments with just the right people.
You can even make a video call with up to 10 friends at once.
</p>
<p>
To use Google+ you need a Google account and be over the age of 13.
</p>
</description>
<icon type="remote">https://developers.google.com/+/images/branding/g+128.png</icon>
<categories>
<category>InstantMessaging</category>
<category>Network</category>
</categories>
<keywords>
<keyword>google</keyword>
<keyword>plus</keyword>
</keywords>
<url type="homepage">http://plus.google.com/</url>
<metadata>
<value key="X-Kudo-Popular"/>
</metadata>
</component>
<component type="addon">
<id>libnpgoogletalk.so</id>
<pkgname>google-talkplugin</pkgname>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<name>Google Talk</name>
<summary>Bring your conversations to life with video calls for free</summary>
<description>
<p>
Have voice and video conversations from your computer.
The plugin is free and installs in seconds.
</p>
<p>
Send photos or emoji, see when people are engaged in the Hangout and
message friends anytime, even if they're not connected right now.
</p>
<p>
Hangouts works on computers, Android and Apple devices, so you can
connect with everyone, and no one gets left out.
</p>
</description>
<icon type="stock">application-x-executable</icon>
<keywords>
<keyword>google</keyword>
<keyword>talk</keyword>
</keywords>
<url type="homepage">https://www.google.com/tools/dlpage/hangoutplugin</url>
<extends>epiphany.desktop</extends>
<extends>firefox.desktop</extends>
<extends>midori.desktop</extends>
<metadata>
<value key="X-Kudo-Popular"/>
</metadata>
</component>
<component type="webapp">
<id>epiphany-twitter.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<name>Twitter</name>
<summary>Start a conversation, explore your interests, and be in the know</summary>
<description>
<p>
Twitter is a micro-blogging website that lets you 'Tweet' messages of
up to 140 characters in length.
</p>
<p>
To use Twitter you need a twitter account and be over the age of 13.
</p>
</description>
<icon type="remote">https://abs.twimg.com/a/1381897480/images/resources/twitter-bird-blue-on-white.png</icon>
<categories>
<category>InstantMessaging</category>
<category>Network</category>
</categories>
<keywords>
<keyword>tweet</keyword>
<keyword>twitter</keyword>
</keywords>
<url type="homepage">http://www.twitter.com/</url>
<metadata>
<value key="X-Kudo-Popular"/>
</metadata>
</component>
<component type="webapp">
<id>epiphany-telegram.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<name>Telegram</name>
<summary>Telegram is an instant messaging app focused on speed and security</summary>
<description>
<p>
Telegram is an instant messaging app focused on speed and security.
</p>
</description>
<icon type="remote">https://web.telegram.org/img/icons/icon128.png</icon>
<categories>
<category>InstantMessaging</category>
<category>Network</category>
</categories>
<keywords>
<keyword>telegram</keyword>
</keywords>
<url type="homepage">https://telegram.org/</url>
<metadata>
<value key="X-Kudo-Popular"/>
</metadata>
</component>
</components>