Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metainfo: Use Endless Key brand #16

Merged
merged 2 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Terminal=false
Name=Kolibri
Name=Endless Key
Comment=Offline education technology platform
# TRANSLATORS: These are search terms to find this application.
# Terms MUST be separated by semicolons.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Terminal=false
Name=Kolibri Launcher
Name=Endless Key Launcher
Exec=@KOLIBRI_APP_LIBEXECDIR@/kolibri-gnome-launcher %U
NoDisplay=true
StartupNotify=false
Expand Down
4 changes: 2 additions & 2 deletions data/metainfo/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ metainfo_dir = join_paths(datadir, 'metainfo')

metainfo_file = i18n.merge_file(
input: configure_file(
input: 'org.learningequality.Kolibri.metainfo.xml.in.in',
output: 'org.learningequality.Kolibri.metainfo.xml.in',
input: 'org.endlessos.Key.metainfo.xml.in.in',
output: 'org.endlessos.Key.metainfo.xml.in',
configuration: kolibri_app_config
),
output: base_application_id + '.metainfo.xml',
Expand Down
43 changes: 43 additions & 0 deletions data/metainfo/org.endlessos.Key.metainfo.xml.in.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@BASE_APPLICATION_ID@</id>
<name>Endless Key</name>
<developer_name>Endless OS Foundation</developer_name>
<summary>Offline education technology platform</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<url type="homepage">https://www.endlessos.org/key</url>
<url type="donation">https://learningequality.org/donate/</url>
<url type="help">https://kolibri.readthedocs.io/en/latest/</url>
<url type="bugtracker">https://www.endlessos.org/key</url>
<url type="translate">https://learningequality.org/translate/</url>
<description>
<p>Endless Key makes high quality education technology available in low-resource communities such as rural schools, refugee camps, orphanages, non-formal school systems, and prison systems. Running on a wide variety of hardware, it enables offline access to a rich set of content and tools to support learners, coaches, and administrators.</p>
</description>
<launchable type="desktop-id">@[email protected]</launchable>
<screenshots>
<screenshot type="default">
<caption>Browsing content channels in Endless Key</caption>
<image type="source" width="1600" height="900">https://raw.githubusercontent.com/learningequality/kolibri-installer-gnome/master/doc/Screenshot-1.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.0.0" date="2023-09-01" type="development">
<description>
<p>Changes included in this release:</p>
<ul>
<li>
Forked from kolibri-installer-gnome v2.3.3
</li>
<li>
Use Endless Key flavor configuration and scheme.
</li>
</ul>
</description>
</release>
</releases>
<content_rating type="oars-1.1" />
<update_contact>info_at_learningequality.org</update_contact>
<translation type="gettext">kolibri-gnome</translation>
<compulsory_for_desktop>endless</compulsory_for_desktop>
</component>
196 changes: 0 additions & 196 deletions data/metainfo/org.learningequality.Kolibri.metainfo.xml.in.in

This file was deleted.