Hello community,

here is the log from the commit of package unknown-horizons for 
openSUSE:Factory checked in at 2020-07-27 17:46:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unknown-horizons (Old)
 and      /work/SRC/openSUSE:Factory/.unknown-horizons.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unknown-horizons"

Mon Jul 27 17:46:58 2020 rev:6 rq:822932 version:2019.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/unknown-horizons/unknown-horizons.changes        
2020-07-14 08:00:45.946076417 +0200
+++ 
/work/SRC/openSUSE:Factory/.unknown-horizons.new.3592/unknown-horizons.changes  
    2020-07-27 17:48:38.347472115 +0200
@@ -1,0 +2,5 @@
+Sun Jul 19 11:33:17 UTC 2020 - Matthias Mailänder <[email protected]>
+
+- add appdata.patch https://en.opensuse.org/openSUSE:AppStore metadata
+
+-------------------------------------------------------------------

New:
----
  appdata.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ unknown-horizons.spec ++++++
--- /var/tmp/diff_new_pack.30MdIb/_old  2020-07-27 17:48:41.951476086 +0200
+++ /var/tmp/diff_new_pack.30MdIb/_new  2020-07-27 17:48:41.951476086 +0200
@@ -34,6 +34,8 @@
 Patch2:         rpm-shbang.patch
 # PATCH-FIX-UPSTREAM 
https://github.com/unknown-horizons/unknown-horizons/pull/2943
 Patch3:         reproducible.patch
+# PATCH-FIX-UPSTREAM 
https://github.com/unknown-horizons/unknown-horizons/pull/2946
+Patch4:         appdata.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  fife-devel >= 0.4.2
@@ -106,6 +108,9 @@
 find %{buildroot}%{_datadir}/%{name} -type f -exec chmod 644 \{\} +
 
 %suse_update_desktop_file -i -r -G "A RTS simulation game" %{name} 
StrategyGame Game
+
+install -D -m 0644 content/packages/%{name}.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+
 %fdupes %{buildroot}%{python_sitelib}
 %fdupes %{buildroot}%{_datadir}
 
@@ -115,6 +120,7 @@
 %{_bindir}/unknown-horizons
 %{python3_sitelib}/horizons/
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/%{name}/
 %{_datadir}/icons/*/*/*/%{name}.svg
 %{_mandir}/man6/%{name}.6%{?ext_man}

++++++ appdata.patch ++++++
>From dcd53c78eea5fd3242ec765b41fcf289307ec2a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
 <[email protected]>
Date: Sun, 19 Jul 2020 13:20:59 +0200
Subject: [PATCH] Create unknown-horizons.appdata.xml

---
 content/packages/unknown-horizons.appdata.xml | 42 +++++++++++++++++++
 1 file changed, 42 insertions(+)
 create mode 100644 content/packages/unknown-horizons.appdata.xml

diff --git a/content/packages/unknown-horizons.appdata.xml 
b/content/packages/unknown-horizons.appdata.xml
new file mode 100644
index 0000000000..6354696060
--- /dev/null
+++ b/content/packages/unknown-horizons.appdata.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+  <id>unknown-horizons.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>APL-1.0 AND CC-BY-SA-3.0 AND GPL-2.0-with-font-exception 
AND MIT AND OFL-1.1</project_license>
+  <name>Unknown Horizons</name>
+  <summary>Open Source Real-Time Economy Simulation Game</summary>
+  <description>
+    <p>
+      Unknown Horizons is a 2D real-time strategy simulation with an emphasis 
on economy and city building. Expand your small settlement to a strong and 
wealthy colony, collect taxes and supply your inhabitants with valuable goods. 
Increase your power with a well balanced economy and with strategic trade and 
diplomacy.
+    </p>
+  </description>
+  <screenshots>
+    <screenshot>
+      
<image>http://unknown-horizons.org/static/screenshots/2019-01-11.23-36-47.502394.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="homepage">http://unknown-horizons.org/</url>
+  <update_contact>http://unknown-horizons.org/support/</update_contact>
+  <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">none</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>

Reply via email to