overhaul for listing in https://en.opensuse.org/openSUSE:AppStore OBS-URL: https://build.opensuse.org/request/show/421426 OBS-URL: https://build.opensuse.org/package/show/games/frozen-bubble?expand=0&rev=47
39 lines
1.3 KiB
Diff
39 lines
1.3 KiB
Diff
From c8d978f6e561e269e792c06a9201a5bbaa75da6d Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
|
|
<Mailaender@users.noreply.github.com>
|
|
Date: Tue, 23 Aug 2016 23:03:36 +0200
|
|
Subject: [PATCH] Create frozen-bubble.appdata.xml
|
|
|
|
---
|
|
share/frozen-bubble.appdata.xml | 21 +++++++++++++++++++++
|
|
1 file changed, 21 insertions(+)
|
|
create mode 100644 share/frozen-bubble.appdata.xml
|
|
|
|
diff --git a/share/frozen-bubble.appdata.xml b/share/frozen-bubble.appdata.xml
|
|
new file mode 100644
|
|
index 0000000..e471406
|
|
--- /dev/null
|
|
+++ b/share/frozen-bubble.appdata.xml
|
|
@@ -0,0 +1,21 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<application>
|
|
+ <id type="desktop">frozen-bubble.desktop</id>
|
|
+ <metadata_license>CC0-1.0</metadata_license>
|
|
+ <license>GPL-2.0</license>
|
|
+ <summary>An addictive game about frozen bubbles</summary>
|
|
+ <description>
|
|
+ <p>
|
|
+ Frozen Bubble is a free and open source game in which you throw colorful
|
|
+ bubbles and build groups to destroy them.
|
|
+ </p>
|
|
+ <p>
|
|
+ You can play this game locally or over the Internet.
|
|
+ It also contains a level editor for you to create your own games.
|
|
+ </p>
|
|
+ </description>
|
|
+ <url type="homepage">http://www.frozen-bubble.org/</url>
|
|
+ <screenshots>
|
|
+ <screenshot type="default">http://www.frozen-bubble.org/data/fb2-5p.png</screenshot>
|
|
+ </screenshots>
|
|
+</application>
|