From 4b1c9694021de4015df4837ccc36775c16a77258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 14 Oct 2020 21:49:57 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/appstream-data#a3d69bb816d213b53ee0cb0b449ce3e828647a2c --- .gitignore | 24 ++ adobe-flash.xml | 21 ++ appstream-data.spec | 264 ++++++++++++++++++ fedora-categories.xml | 594 +++++++++++++++++++++++++++++++++++++++++ fedora-popular.xml | 83 ++++++ google-chrome.xml | 31 +++ gstreamer-non-free.xml | 143 ++++++++++ other-repos.xml | 31 +++ sources | 2 + webapps.xml | 341 +++++++++++++++++++++++ 10 files changed, 1534 insertions(+) create mode 100644 adobe-flash.xml create mode 100644 appstream-data.spec create mode 100644 fedora-categories.xml create mode 100644 fedora-popular.xml create mode 100644 google-chrome.xml create mode 100644 gstreamer-non-free.xml create mode 100644 other-repos.xml create mode 100644 sources create mode 100644 webapps.xml diff --git a/.gitignore b/.gitignore index e69de29..cde82ad 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,24 @@ +/fedora-21-icons.tar.gz +/fedora-21.xml.gz +/fedora-22-icons.tar.gz +/fedora-22.xml.gz +/fedora-23.xml.gz +/fedora-23-icons.tar.gz +/fedora-24.xml.gz +/fedora-24-icons.tar.gz +/fedora-25.xml.gz +/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 diff --git a/adobe-flash.xml b/adobe-flash.xml new file mode 100644 index 0000000..92b5948 --- /dev/null +++ b/adobe-flash.xml @@ -0,0 +1,21 @@ + + + + + flash-player-properties.desktop + flash-plugin + CC0-1.0 + Adobe Flash + Codec for multimedia and rich content + +

+ Adobe Flash Player is for running rich Internet applications and + for watching streaming video and listening to audio. +

+
+ Proprietary + epiphany.desktop + firefox.desktop + midori.desktop +
+
diff --git a/appstream-data.spec b/appstream-data.spec new file mode 100644 index 0000000..93eb14c --- /dev/null +++ b/appstream-data.spec @@ -0,0 +1,264 @@ +Summary: Fedora AppStream metadata +Name: appstream-data +Version: 32 +Release: 7%{?dist} +BuildArch: noarch +License: CC0 and CC-BY and CC-BY-SA and GFDL +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: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/adobe-flash.xml +Source4: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/google-chrome.xml +Source5: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/gstreamer-non-free.xml +Source6: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/other-repos.xml +Source7: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/webapps.xml +Source8: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-categories.xml +Source9: https://raw.githubusercontent.com/hughsie/fedora-appstream/master/appstream-extra/fedora-popular.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. + +%install + +DESTDIR=%{buildroot} appstream-util install-origin fedora %{SOURCE1} %{SOURCE2} +DESTDIR=%{buildroot} appstream-util install \ + %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} + +%check +if ! gunzip -c %{buildroot}%{_datadir}/app-info/xmls/fedora.xml.gz | grep -q 'gstreamer1-plugin-openh264' ; then + echo "missing gstreamer1-plugin-openh264" + exit 1 +fi + +%files +%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 +* Mon Jul 27 2020 Fedora Release Engineering - 32-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Apr 13 2020 Richard Hughes 32-6 +- New metadata version + +* Tue Jan 28 2020 Fedora Release Engineering - 32-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 02 2020 Kalev Lember - 32-4 +- New metadata version + +* Mon Oct 14 2019 Kalev Lember - 32-3 +- New metadata version + +* Thu Sep 19 2019 Kalev Lember - 32-2 +- Update webapps.xml + +* Thu Sep 19 2019 Kalev Lember - 32-1 +- New metadata version + +* Wed Sep 18 2019 Kalev Lember - 31-4 +- Update categories and popular xmls with renamed app ids + +* Wed Sep 18 2019 Kalev Lember - 31-3 +- New metadata version + +* Wed Jul 24 2019 Fedora Release Engineering - 31-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jul 12 2019 Richard Hughes 31-1 +- New metadata version + +* Thu Apr 18 2019 Kalev Lember - 30-5 +- New metadata version + +* Thu Apr 11 2019 Kalev Lember - 30-4 +- New metadata version +- Update changed app IDs in categories and popular xml files + +* Mon Apr 01 2019 Kalev Lember - 30-3 +- New metadata version +- Update fedora-categories.xml and fedora-popular.xml with changed app IDs +- Remove steam-oars.xml now that gnome-software no longer ships the steam plugin + +* Thu Jan 31 2019 Fedora Release Engineering - 30-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jan 21 2019 Kalev Lember - 30-1 +- New metadata version + +* Thu Dec 13 2018 Kalev Lember - 29-8 +- New metadata version + +* Wed Oct 10 2018 Kalev Lember - 29-7 +- New metadata version + +* Thu Jul 12 2018 Fedora Release Engineering - 29-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri May 25 2018 Kalev Lember - 29-5 +- New metadata version + +* Thu Apr 19 2018 Kalev Lember - 29-4 +- New metadata version + +* Wed Apr 04 2018 Kalev Lember - 29-3 +- New metadata version + +* Tue Mar 27 2018 Kalev Lember - 29-2 +- New metadata version + +* Fri Mar 02 2018 Kalev Lember - 29-1 +- New metadata version + +* Thu Feb 15 2018 Kalev Lember - 28-4 +- New metadata version +- Sync other-repos.xml and webapps.xml with fedora-appstream +- Add google-chrome.xml with Google Chrome metadata + +* Wed Feb 07 2018 Fedora Release Engineering - 28-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Dec 28 2017 Kalev Lember - 28-2 +- New metadata version + +* Tue Dec 12 2017 Kalev Lember - 28-1 +- New metadata version + +* Wed Nov 29 2017 Kalev Lember - 27-7 +- New metadata version + +* Mon Oct 16 2017 Kalev Lember - 27-6 +- New metadata version + +* Thu Aug 31 2017 Kalev Lember - 27-5 +- New metadata version + +* Thu Aug 03 2017 Kalev Lember - 27-4 +- New metadata version + +* Wed Jul 26 2017 Fedora Release Engineering - 27-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Jul 21 2017 Kalev Lember 27-2 +- New metadata version + +* Wed Jun 14 2017 Kalev Lember 27-1 +- New metadata version + +* Tue Apr 11 2017 Kalev Lember 26-11 +- New metadata version + +* Mon Mar 06 2017 Kalev Lember 26-10 +- New metadata version + +* Tue Feb 07 2017 Kalev Lember 26-9 +- New metadata version + +* Mon Jan 23 2017 Kalev Lember 26-8 +- New metadata version + +* Mon Jan 09 2017 Kalev Lember 26-7 +- New metadata version + +* Fri Dec 30 2016 Kalev Lember 26-6 +- New metadata version + +* Tue Dec 20 2016 Kalev Lember 26-5 +- New metadata version + +* Fri Dec 02 2016 Kalev Lember 26-4 +- New metadata version + +* Fri Oct 14 2016 Richard Hughes 26-3 +- New metadata version + +* Mon Sep 19 2016 Richard Hughes 26-2 +- New metadata version +- Add Steam OARS overrides + +* Tue Aug 09 2016 Richard Hughes 26-1 +- New metadata version + +* Sun Jun 12 2016 Richard Hughes 25-4 +- New metadata version + +* Thu May 26 2016 Richard Hughes 25-3 +- Add the Fedora-specific popular metadata + +* Thu May 26 2016 Kalev Lember 25-2 +- New metadata version +- Add a test for gstreamer1-plugin-openh264 + +* Wed Apr 27 2016 Richard Hughes 25-1 +- New metadata version + +* Mon Feb 15 2016 Richard Hughes 24-4 +- New metadata version + +* Wed Feb 03 2016 Fedora Release Engineering - 24-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Dec 16 2015 Richard Hughes 24-2 +- New metadata version + +* Wed Aug 19 2015 Richard Hughes 24-1 +- New metadata version + +* Wed Jun 17 2015 Fedora Release Engineering - 23-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue May 26 2015 Richard Hughes 23-2 +- New metadata version +- Fix the installed icon location for the new origin value + +* Mon May 11 2015 Richard Hughes 23-1 +- New metadata version +- Debundle the appstream-extra files + +* Thu Apr 23 2015 Richard Hughes 22-7 +- New metadata version. + +* Fri Mar 20 2015 Kalev Lember 22-6 +- New metadata version. + +* Wed Mar 04 2015 Richard Hughes 22-5 +- New metadata version, this time with all the icons. + +* Tue Feb 24 2015 Richard Hughes 22-4 +- New metadata version. + +* Mon Sep 29 2014 Richard Hughes 22-3 +- Ship HiDPI icons, harder + +* Mon Sep 29 2014 Richard Hughes 22-2 +- Ship HiDPI icons + +* Thu Jul 17 2014 Richard Hughes 22-1 +- New metadata version number, data unchanged. + +* Wed Jul 02 2014 Richard Hughes 21-5 +- New metadata version with source screenshots. + +* Mon Jun 30 2014 Richard Hughes 21-4 +- New metadata version that passes xmllint. + +* Thu Jun 19 2014 Richard Hughes 21-3 +- New metadata version. + +* Wed Jun 11 2014 Richard Hughes 21-2 +- Own the correct directories +- Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1107802#c5 + +* Tue Jun 10 2014 Richard Hughes 21-1 +- Initial version for Fedora package review diff --git a/fedora-categories.xml b/fedora-categories.xml new file mode 100644 index 0000000..0ada039 --- /dev/null +++ b/fedora-categories.xml @@ -0,0 +1,594 @@ + + + + + + org.kde.amarok.desktop + + AudioVideo + Featured + + + + org.gnome.Cheese.desktop + + AudioVideo + Featured + + + + org.gnome.Totem.desktop + + AudioVideo + Featured + + + + org.pitivi.Pitivi + + AudioVideo + Featured + + + + org.videolan.vlc + + AudioVideo + Featured + + + + ardour6.desktop + + AudioVideo + Featured + + + + org.audacityteam.Audacity + + AudioVideo + Featured + + + + brasero.desktop + + AudioVideo + Featured + + + + easytag.desktop + + AudioVideo + Featured + + + + org.gnome.Music.desktop + + AudioVideo + Featured + + + + rhythmbox.desktop + + AudioVideo + Featured + + + + com.rosegardenmusic.rosegarden.desktop + + AudioVideo + Featured + + + + org.gnome.SoundJuicer.desktop + + AudioVideo + Featured + + + + org.gnome.Builder.desktop + + Development + Featured + + + + org.gnome.Devhelp.desktop + + Development + Featured + + + + org.gnome.dfeet.desktop + + Development + Featured + + + + eclipse.desktop + + Development + Featured + + + + org.gnome.gitg + + Development + Featured + + + + org.gnome.Glade + + Development + Featured + + + + monodevelop.desktop + + Development + Featured + + + + org.gnome.gedit.desktop + + Development + Featured + + + + celestia.desktop + + Science + Featured + + + + com.play0ad.zeroad + + Game + Featured + + + + io.github.endless_sky.endless_sky + + Game + Featured + + + + frozen-bubble.desktop + + Game + Featured + + + + org.gnome.Chess + + Game + Featured + + + + org.gnome.Mahjongg + + Game + Featured + + + + org.gnome.Mines + + Game + Featured + + + + org.gnome.Sudoku + + Game + Featured + + + + org.gnome.Tetravex + + Game + Featured + + + + org.gnome.Reversi + + Game + Featured + + + + org.gnome.LightsOff + + Game + Featured + + + + neverball.desktop + + Game + Featured + + + + openarena.desktop + + Game + Featured + + + + org.gnome.Quadrapassel + + Game + Featured + + + + redeclipse.desktop + + Game + Featured + + + + sol.desktop + + Game + Featured + + + + supertuxkart.desktop + + Game + Featured + + + + org.gnome.SwellFoop.desktop + + Game + Featured + + + + tremulous.desktop + + Game + Featured + + + + org.wesnoth.Wesnoth.desktop + + Game + Featured + + + + xonotic.desktop + + Game + Featured + + + + org.blender.Blender + + Graphics + Featured + + + + darktable.desktop + + Graphics + Featured + + + + org.gimp.GIMP + + Graphics + Featured + + + + org.inkscape.Inkscape + + Graphics + Featured + + + + libreoffice-draw.desktop + + Graphics + Featured + + + + org.mypaint.mypaint + + Graphics + Featured + + + + org.gnome.font-viewer.desktop + + Graphics + Featured + + + + scribus.desktop + + Graphics + Featured + + + + org.gnome.Shotwell.desktop + + Graphics + Featured + + + + simple-scan.desktop + + Graphics + Featured + + + + chromium-browser.desktop + + Network + Featured + + + + org.gnome.Epiphany.desktop + + Network + Featured + + + + firefox.desktop + + Network + Featured + + + + org.gnome.Geary.desktop + + Network + Featured + + + + mozilla-thunderbird.desktop + + Network + Featured + + + + org.gnome.Polari.desktop + + Network + Featured + + + + pidgin.desktop + + Network + Featured + + + + transmission-gtk.desktop + + Network + Featured + + + + vinagre.desktop + + Network + Featured + + + + abiword.desktop + + Office + Featured + + + + homebank.desktop + + Office + Featured + + + + org.gnome.Evolution.desktop + + Office + Featured + + + + org.gnome.Geary.desktop + + Office + Featured + + + + org.gnucash.GnuCash + + Office + Featured + + + + gnumeric.desktop + + Office + Featured + + + + org.gramps.gramps + + Office + Featured + + + + libreoffice-calc.desktop + + Office + Featured + + + + libreoffice-impress.desktop + + Office + Featured + + + + libreoffice-writer.desktop + + Office + Featured + + + + lyx.desktop + + Office + Featured + + + + org.octave.Octave.desktop + + Education + Featured + + + + org.stellarium.Stellarium + + Education + Featured + + + + org.gnome.DiskUtility.desktop + + Utility + Featured + + + + gparted.desktop + + Utility + Featured + + + + org.gnome.Boxes.desktop + + Utility + Featured + + + + virt-manager.desktop + + Utility + Featured + + + + org.gnome.Notes.desktop + + Utility + Featured + + + + org.gnome.clocks.desktop + + Utility + Featured + + + + org.gnome.Documents.desktop + + Utility + Featured + + + + org.gnome.Photos.desktop + + Utility + Featured + + + + org.workrave.workrave + + Utility + Featured + + + + org.openshot.OpenShot + + Utility + Featured + + + + diff --git a/fedora-popular.xml b/fedora-popular.xml new file mode 100644 index 0000000..5e545c3 --- /dev/null +++ b/fedora-popular.xml @@ -0,0 +1,83 @@ + + + + + + org.gnome.Notes.desktop + + GnomeSoftware::popular + + + + calibre-gui.desktop + + GnomeSoftware::popular + + + + org.gnucash.GnuCash + + GnomeSoftware::popular + + + + org.inkscape.Inkscape + + GnomeSoftware::popular + + + + mozilla-thunderbird.desktop + + GnomeSoftware::popular + + + + org.gnome.Geary.desktop + + GnomeSoftware::popular + + + + org.gnome.Maps.desktop + + GnomeSoftware::popular + + + + pdfmod.desktop + + GnomeSoftware::popular + + + + scribus.desktop + + GnomeSoftware::popular + + + + shutter.desktop + + GnomeSoftware::popular + + + + simple-scan.desktop + + GnomeSoftware::popular + + + + org.stellarium.Stellarium + + GnomeSoftware::popular + + + + transmission-gtk.desktop + + GnomeSoftware::popular + + + diff --git a/google-chrome.xml b/google-chrome.xml new file mode 100644 index 0000000..f2624c5 --- /dev/null +++ b/google-chrome.xml @@ -0,0 +1,31 @@ + + + + + google-chrome.desktop + google-chrome-stable + + https://lh3.googleusercontent.com/nYhPnY2I-e9rpqnid9u9aAODz4C04OycEGxqHG5vxFnA35OGmLMrrUmhM9eaHKJ7liB-=w300 + chromium-dev@chromium.org + CC0-1.0 + Freeware under Google Chrome Terms of Service + Google Chrome + The web browser from Google + +

+ Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. +

+
+ https://chrome.google.com/ + + + https://www.gstatic.com/chrome/appstream/chrome-2.png + + + + + Google + https://support.google.com/chrome/?p=feedback + https://support.google.com/chrome +
+
diff --git a/gstreamer-non-free.xml b/gstreamer-non-free.xml new file mode 100644 index 0000000..74f99fb --- /dev/null +++ b/gstreamer-non-free.xml @@ -0,0 +1,143 @@ + + + + gstreamer-bad-freeworld + gstreamer1-plugins-bad-freeworld + CC0-1.0 + GStreamer Multimedia Codecs - Non Free + Multimedia playback for Bluray, DTS, MMS, MP3, MPEG-2 AAC, MPEG-4, Mimic and Siren + +

+ This addon includes several additional codecs that are missing + something - perhaps a good code review, some documentation, a set of + tests, a real live maintainer, or some actual wide use. + However, they might be good enough to play your media files. +

+

+ These codecs can be used to encode and decode media files where the + format is patent encumbered. + Although patent encumbered formats like MP3 are sometimes a way of life + you should always try to produce and distribute content using free + formats like Ogg and Theora whenever possible. +

+

+ A codec decodes audio and video for for playback or editing and is also + used for transmission or storage. + Different codecs are used in video-conferencing, streaming media and + video editing applications. +

+
+ application-x-addon + + Addons + Codecs + + + Bluray + DTS + MMS + MP3 + MPEG-2 AAC + MPEG-4 + Mimic + Siren + + LGPL-2.0 and PatentConcern + http://gstreamer.freedesktop.org/ + http://fedoraproject.org/wiki/Multimedia +
+ + gstreamer-libav + gstreamer1-libav + CC0-1.0 + GStreamer Multimedia Codecs - libav + Multimedia playback for a large number of additional formats + +

+ This addon supports a large number of audio and video compression + formats through the use of the libav library. +

+

+ These codecs can be used for encoding 40+ formats (MPEG, DivX, MPEG4, + AC3, DV, ...), decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, + ...), demuxing 30+ formats, and handling colorspace conversion. + Some of these formats are patent encumbered. + Although patent encumbered formats like MP3 are sometimes a way of life + you should always try to produce and distribute content using free + formats like Ogg and Theora whenever possible. +

+

+ A codec decodes audio and video for for playback or editing and is also + used for transmission or storage. + Different codecs are used in video-conferencing, streaming media and + video editing applications. +

+
+ application-x-addon + + Addons + Codecs + + + AC-3 + ASF + AVI + DivX + DV + Matroska + MPEG-1 + MPEG-2 + MPEG-4 + OGG + + LGPL-2.0 + http://gstreamer.freedesktop.org/ + http://fedoraproject.org/wiki/Multimedia +
+ + gstreamer-ugly + gstreamer1-plugins-ugly + CC0-1.0 + GStreamer Multimedia Codecs - License Issues + Multimedia playback for AC-3, AMR, AMR, ASF, DVD, H.264/MPEG-4 AVC, MP2, MP3, MPEG-2 and RealMedia + +

+ This addon includes several good quality codecs that are well tested. + These codecs can be used to encode and decode media files where the + format is not patent encumbered. +

+

+ There are some important issues with this addon. + The codecs are not 100% compatible with the license used by the media + framework used on this system. + There may also be possible licensing issues with several codecs. +

+

+ A codec decodes audio and video for for playback or editing and is also + used for transmission or storage. + Different codecs are used in video-conferencing, streaming media and + video editing applications. +

+
+ application-x-addon + + Addons + Codecs + + + AC-3 + AMR-NB + AMR-WB + ASF + DVD + H.264/MPEG-4 AVC + MP2 + MP3 + MPEG-2 + RealMedia + + LGPL-2.0 and PatentConcern + http://gstreamer.freedesktop.org/ + http://fedoraproject.org/wiki/Multimedia +
+
diff --git a/other-repos.xml b/other-repos.xml new file mode 100644 index 0000000..27bca92 --- /dev/null +++ b/other-repos.xml @@ -0,0 +1,31 @@ + + + + adobe-release-x86_64 + adobe-release-x86_64 + CC0-1.0 + Adobe + Adobe Repository Configuration + + + livna-release + livna-release + CC0-1.0 + Livna + Livna Repository Configuration + + + rpmfusion-free-release + rpmfusion-free-release + CC0-1.0 + RPM Fusion Free + RPM Fusion Repository Configuration + + + rpmfusion-nonfree-release + rpmfusion-nonfree-release + CC0-1.0 + RPM Fusion Non-Free + RPM Fusion Repository Configuration + + diff --git a/sources b/sources new file mode 100644 index 0000000..301091f --- /dev/null +++ b/sources @@ -0,0 +1,2 @@ +SHA512 (fedora-32.xml.gz) = 706abf40fa0b987b0bbbf3d733447fed54a8c42e1e40414c24ff2d94cae156a8bf763a59e62fe21638f46a2811b52c17bccee973d23968ab9e36a027fcefd664 +SHA512 (fedora-32-icons.tar.gz) = e867df7068ec0687e5b25a5a405184dc5bc327cb50d915f2a2e94c44d8f8fbfce11c3f32e78c28cccba11ec1ff1fd89072a196de79176cfeeae0bcc71be4c176 diff --git a/webapps.xml b/webapps.xml new file mode 100644 index 0000000..197d05f --- /dev/null +++ b/webapps.xml @@ -0,0 +1,341 @@ + + + + epiphany-kindlecloud.desktop + CC0-1.0 + proprietary + Kindle Cloud Reader + Read instantly in your browser + +

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

+

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

+

+ To use the Kindle Cloud reader you must have Amazon.com account. +

+
+ http://g-ecx.images-amazon.com/images/G/01/kindle/www/ariel/kindle-icon-kcp120._SL90_.png + + Education + Literature + + + book + ebook + reader + + https://read.amazon.com + + + + +
+ + epiphany-askfedora.desktop + CC0-1.0 + GPL-3.0+ + Ask Fedora + A community knowledge base and support forum + +

+ Ask Fedora is a community knowledge base and support forum and + designed to be the primary place for community support in Fedora. +

+
+ /usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png + + Documentation + System + + + help + question + troubleshooting + + https://ask.fedoraproject.org + + + +
+ + epiphany-bbciplayer.desktop + CC0-1.0 + proprietary + BBC iPlayer + Catch up on BBC TV and Radio programmes, or watch/listen live + +

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

+

+ To use BBC iPlayer you must be located in the UK and pay a TV licence. +

+
+ http://www.bbc.co.uk/terms/images/stock/bbciplayer_logo_black.jpg + + TV + Video + + + drama + entertainment + iplayer + news + + http://www.bbc.co.uk/iplayer/bigscreen + + + + + +
+ + devdocs-io.desktop + CC0-1.0 + MPL-2.0 + Devdocs.io + Easily view and search developer documentation + +

+ Devdocs.io is a small application that allows you to quickly search and view + developer documentation for various programming langauges and libraries. +

+
+ http://devdocs.io/images/webapp-icon-256.png + + Development + + + developer + documentation + programming + + http://devdocs.io/ + + + +
+ + epiphany-dropbox.desktop + CC0-1.0 + proprietary + Dropbox + A free service that shares your documents easily + +

+ Dropbox is a free service that lets you bring your photos, docs, and + videos anywhere and share them easily. +

+

+ To use Dropbox you need to be over the age of 13. +

+
+ https://www.dropbox.com/s/hi2dcyswjhcj5yr/dropbox-linux.png?dl=1 + + dropbox + sync + + http://www.dropbox.com/ + + + +
+ + epiphany-facebook.desktop + CC0-1.0 + proprietary + Facebook + Give people the power to share + +

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

+

+ To use Facebook you need a Facebook login and be over the age of 13. +

+
+ https://www.facebook.com/images/fb_icon_325x325.png + + InstantMessaging + Network + + + facebook + + http://www.facebook.com/ + + + +
+ + epiphany-googledrive.desktop + CC0-1.0 + proprietary + Google Drive + Everything you need, everywhere you go + +

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

+

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

+

+ To use Google Drive you need to be over the age of 13. +

+
+ http://www.google.com/images/icons/product/drive-64.png + + drive + + http://drive.google.com/ + + + +
+ + epiphany-googlemaps.desktop + CC0-1.0 + proprietary + Google Maps + A web mapping service application and technology + +

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

+

+ Google Maps satellite images are not updated in real time, but rather + they are several months or years old. +

+

+ To use Google Maps you need to be over the age of 13. +

+
+ https://developers.google.com/maps/web/images/embed-places-icon.png + + Maps + Science + + + directions + + https://www.google.com/maps + + + +
+ + libnpgoogletalk.so + google-talkplugin + CC0-1.0 + proprietary + Google Talk + Bring your conversations to life with video calls for free + +

+ Have voice and video conversations from your computer. + The plugin is free and installs in seconds. +

+

+ Send photos or emoji, see when people are engaged in the Hangout and + message friends anytime, even if they're not connected right now. +

+

+ Hangouts works on computers, Android and Apple devices, so you can + connect with everyone, and no one gets left out. +

+
+ application-x-executable + + google + talk + + https://www.google.com/tools/dlpage/hangoutplugin + epiphany.desktop + firefox.desktop + midori.desktop + + + +
+ + epiphany-twitter.desktop + CC0-1.0 + proprietary + Twitter + Start a conversation, explore your interests, and be in the know + +

+ Twitter is a micro-blogging website that lets you 'Tweet' messages of + up to 140 characters in length. +

+

+ To use Twitter you need a twitter account and be over the age of 13. +

+
+ https://abs.twimg.com/a/1381897480/images/resources/twitter-bird-blue-on-white.png + + InstantMessaging + Network + + + tweet + twitter + + http://www.twitter.com/ + + + +
+ + epiphany-telegram.desktop + CC0-1.0 + proprietary + Telegram Web + Telegram is an instant messaging app focused on speed and security + +

+ Telegram is an instant messaging app focused on speed and security. +

+
+ https://web.telegram.org/img/icons/icon128.png + + InstantMessaging + Network + + + telegram + + https://web.telegram.org/ + https://web.telegram.org/ + + + +
+