[berusky] 10/17: Install appdata file into /usr/share/metainfo
Markus Koschany
apo at moszumanska.debian.org
Sun Oct 8 14:30:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository berusky.
commit 567315beadd9827bb046d137559c0edad0a32adc
Author: Markus Koschany <apo at debian.org>
Date: Sun Oct 8 15:51:57 2017 +0200
Install appdata file into /usr/share/metainfo
Taken from https://src.fedoraproject.org/rpms/berusky/blob/master/f/berusky.appdata.xml
---
debian/berusky.appdata.xml | 24 ++++++++++++++++++++++++
debian/install | 3 ++-
2 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/debian/berusky.appdata.xml b/debian/berusky.appdata.xml
new file mode 100644
index 0000000..b2cc465
--- /dev/null
+++ b/debian/berusky.appdata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="windows-1252"?>
+<!-- Copyright 2014 Ryan Lerch <rlerch at redhat.com> -->
+<!-- HOUSEKEEPING, REMOVE THIS COMMENT WHEN THIS GOES UPSTREAM
+BugReportURL: https://github.com/stransky/berusky/issues/2
+SentUpstream: 2014-09-17
+-->
+<application>
+ <id type="desktop">berusky.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <summary>2D puzzle game</summary>
+ <description>
+ <p>
+ Berusky is a 2D puzzle game where you control up to 5 bugs that have to
+ work together to solve puzzles by moving boxes, using keys and blowing up
+ explosives.
+ </p>
+ </description>
+ <url type="homepage">http://www.anakreon.cz/?q=node/1</url>
+ <screenshots>
+ <screenshot type="default">http://www.anakreon.cz/images/b1screens/Stred1.gif</screenshot>
+ <screenshot>http://www.anakreon.cz/images/b1screens/Tezk2.gif</screenshot>
+ </screenshots>
+ <updatecontact>stransky at anakreon.cz</updatecontact>
+</application>
\ No newline at end of file
diff --git a/debian/install b/debian/install
index e09a095..f32a100 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,4 @@
debian/berusky.desktop usr/share/applications/
-debian/berusky.xpm usr/share/pixmaps/
debian/berusky.png usr/share/icons/hicolor/256x256/apps
+debian/berusky.appdata.xml usr/share/metainfo/
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/berusky.git
More information about the Pkg-games-commits
mailing list