hypnotix.appdata.xml: fix id to match desktop file name [release 4.9-3mamba;Sun Mar 23 2025]
This commit is contained in:
parent
ac674b74f7
commit
67d52e3cbe
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop">
|
<component type="desktop">
|
||||||
<id>org.x.hypnotix</id>
|
<id>hypnotix</id>
|
||||||
<name>Hypnotix</name>
|
<name>Hypnotix</name>
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
@ -18,9 +18,6 @@
|
|||||||
<image type="source">https://user-images.githubusercontent.com/1138515/99553152-b8bac780-29b5-11eb-9d75-8756ed7581b6.png</image>
|
<image type="source">https://user-images.githubusercontent.com/1138515/99553152-b8bac780-29b5-11eb-9d75-8756ed7581b6.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
|
||||||
<release version="@VERSION@" date="@DATE@"/>
|
|
||||||
</releases>
|
|
||||||
<provides>
|
<provides>
|
||||||
<id>org.x.hypnotix</id>
|
<id>org.x.hypnotix</id>
|
||||||
</provides>
|
</provides>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: hypnotix
|
Name: hypnotix
|
||||||
Version: 4.9
|
Version: 4.9
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: An M3U IPTV Player
|
Summary: An M3U IPTV Player
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -50,8 +50,6 @@ install -d -m0755 %{buildroot}
|
|||||||
cp -a usr %{buildroot}
|
cp -a usr %{buildroot}
|
||||||
|
|
||||||
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/hypnotix.appdata.xml
|
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/hypnotix.appdata.xml
|
||||||
sed -i "s|@VERSION@|%{version}|" %{buildroot}%{_datadir}/metainfo/hypnotix.appdata.xml
|
|
||||||
sed -i "s|@DATE@|`date +%Y-%m-%d`|" %{buildroot}%{_datadir}/metainfo/hypnotix.appdata.xml
|
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
@ -72,6 +70,9 @@ sed -i "s|@DATE@|`date +%Y-%m-%d`|" %{buildroot}%{_datadir}/metainfo/hypnotix.ap
|
|||||||
%doc debian/copyright
|
%doc debian/copyright
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 23 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9-3mamba
|
||||||
|
- hypnotix.appdata.xml: fix id to match desktop file name
|
||||||
|
|
||||||
* Wed Mar 19 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9-2mamba
|
* Wed Mar 19 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9-2mamba
|
||||||
- provide metainfo file
|
- provide metainfo file
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user