mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Refactor/Create APT/DNF Repository (#1648)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Hyperion
|
||||
GenericName=Hyperion Ambient Lighting
|
||||
Comment=Hyperion mimics the well known Ambilight from Philips
|
||||
Icon=/usr/share/pixmaps/hyperion/hyperiond_128.png
|
||||
Comment=Hyperion is an opensource Bias or Ambient Lighting implementation
|
||||
Icon=hyperion
|
||||
Terminal=false
|
||||
TryExec=hyperiond
|
||||
Exec=hyperiond
|
48
cmake/desktop/hyperion.metainfo.xml
Normal file
48
cmake/desktop/hyperion.metainfo.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright (c) 2014-2023 Hyperion Project -->
|
||||
<component type="desktop-application">
|
||||
<id>com.hyperion-project.hyperion</id>
|
||||
<metadata_license>MIT</metadata_license>
|
||||
<project_license>MIT</project_license>
|
||||
<name>Hyperion</name>
|
||||
<summary>The successor to Hyperion aka Hyperion Next Generation.</summary>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
Hyperion is an opensource Bias or Ambient Lighting implementation which you might know from TV manufacturers.
|
||||
It supports many LED devices and video grabbers.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<url type="homepage">https://hyperion-project.org</url>
|
||||
<url type="bugtracker">https://github.com/hyperion-project/hyperion.ng/issues</url>
|
||||
<url type="help">https://hyperion-project.org</url>
|
||||
<url type="faq">https://docs.hyperion-project.org/</url>
|
||||
<url type="donation">https://www.paypal.me/HyperionAmbi</url>
|
||||
<url type="translate">https://poeditor.com/join/project/Y4F6vHRFjA</url>
|
||||
|
||||
<releases>
|
||||
<release version="2.0.15" date="2022-02-19" />
|
||||
<release version="2.0.14" date="2022-11-27" />
|
||||
<release version="2.0.13" date="2022-05-22" />
|
||||
<release version="2.0.12" date="2021-11-21" />
|
||||
</releases>
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<caption>The multi language web interface</caption>
|
||||
<image>https://raw.githubusercontent.com/hyperion-project/hyperion.ng/master/doc/screenshot.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<categories>
|
||||
<category>Application</category>
|
||||
</categories>
|
||||
|
||||
<launchable type="desktop-id">com.hyperion-project.hyperion.desktop</launchable>
|
||||
|
||||
<developer_name>Hyperion Project</developer_name>
|
||||
<update_contact>admin@hyperion-project.org</update_contact>
|
||||
|
||||
<content_rating type="oars-1.0" />
|
||||
</component>
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user