[pkg-wine-party] [wine] 05/05: Add initial AppStream metainfo file.

Jens Reyer jreyer-guest at moszumanska.debian.org
Wed Jan 18 23:57:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch master
in repository wine.

commit c1bbaed6f0179158eea5628fe2153974ca9ab20e
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Fri Jan 13 21:38:01 2017 +0100

    Add initial AppStream metainfo file.
    
    See: #848839
---
 debian/copyright                               | 11 ++++++++
 debian/org.winehq.wine.development.appdata.xml | 37 ++++++++++++++++++++++++++
 debian/wineVERSION.install                     |  1 +
 3 files changed, 49 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index 418a5de..ecf7f25 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -45,6 +45,11 @@ Copyright:
  Copyright (c) 2012-2016 Michael Gilbert <mgilbert at debian.org>
 License: LGPL-2.1+
 
+Files: debian/org.winehq.wine*.appdata.xml
+Copyright:
+ Copyright (c) 2017 Jens Reyer <jre.winesim at gmail.com>
+License: FSFAP
+
 Files: debian/rfc3454.txt
 Copyright:
  Non-copyrightable data
@@ -65,6 +70,12 @@ Copyright:
  Copyright (c) 2016 Jakub Wilk <jwilk at jwilk.net>
 License: Expat
 
+License: FSFAP
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved.  This file is offered as-is,
+ without any warranty.
+
 License: LGPL-2.1+
  See /usr/share/common-licenses/LGPL-2.1.
 
diff --git a/debian/org.winehq.wine.development.appdata.xml b/debian/org.winehq.wine.development.appdata.xml
new file mode 100644
index 0000000..29462e2
--- /dev/null
+++ b/debian/org.winehq.wine.development.appdata.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (c) 2017 Jens Reyer <jre.winesim at gmail.com> -->
+<component type="desktop-application">
+  <id>org.winehq.wine.development</id>
+  <metadata_license>FSFAP</metadata_license>
+  <project_license>LGPL-2.1+</project_license>
+  <name>Wine (development version)</name>
+  <summary>Run Windows applications on Linux, BSD, Solaris and Mac OS X</summary>
+
+  <description>
+    <p>
+      Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility
+      layer capable of running Windows applications on several POSIX-compliant
+      operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating
+      internal Windows logic like a virtual machine or emulator, Wine translates
+      Windows API calls into POSIX calls on-the-fly, eliminating the performance
+      and memory penalties of other methods and allowing you to cleanly integrate
+      Windows applications into your desktop.
+    </p>
+  </description>
+
+  <icon type="stock">wine-development</icon>
+
+  <url type="homepage">https://www.winehq.org/</url>
+  <url type="bugtracker">https://bugs.winehq.org/</url>
+  <url type="faq">https://wiki.winehq.org/FAQ</url>
+  <url type="help">https://wiki.winehq.org/</url>
+  <url type="donation">https://www.winehq.org/donate</url>
+  <url type="translate">https://wiki.winehq.org/Translating</url>
+  <project_group>WineHQ</project_group>
+
+  <mimetypes>
+    <mimetype>application/x-ms-dos-executable</mimetype>
+    <mimetype>application/x-msi</mimetype>
+    <mimetype>application/x-ms-shortcut</mimetype>
+  </mimetypes>
+</component>
diff --git a/debian/wineVERSION.install b/debian/wineVERSION.install
index 2be6a55..1a97a6f 100644
--- a/debian/wineVERSION.install
+++ b/debian/wineVERSION.install
@@ -2,3 +2,4 @@ debian/tmp/wineDEBSUFFIX usr/bin
 debian/tmp/wineserver usr/lib/wineVERSION
 debian/tmp/wineapploader usr/lib/wineVERSION
 debian/tmp/wineDEBSUFFIX.svg usr/share/icons/hicolor/scalable/apps/
+debian/org.winehq.wine.development.appdata.xml usr/share/metainfo/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list