[arch-commits] Commit in gnome-mplayer/trunk (PKGBUILD gnome-mplayer.appdata.xml)

Balló György bgyorgy at archlinux.org
Fri Dec 28 18:24:44 UTC 2018


    Date: Friday, December 28, 2018 @ 18:24:44
  Author: bgyorgy
Revision: 418713

upgpkg: gnome-mplayer 1.0.9-7

Add AppStream metadata

Added:
  gnome-mplayer/trunk/gnome-mplayer.appdata.xml
Modified:
  gnome-mplayer/trunk/PKGBUILD

---------------------------+
 PKGBUILD                  |    5 ++++-
 gnome-mplayer.appdata.xml |   22 ++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-28 18:03:36 UTC (rev 418712)
+++ PKGBUILD	2018-12-28 18:24:44 UTC (rev 418713)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-mplayer
 pkgver=1.0.9
-pkgrel=6
+pkgrel=7
 pkgdesc='GTK/Gnome interface around MPlayer'
 arch=('x86_64')
 url='https://sites.google.com/site/kdekorte2/gnomemplayer'
@@ -16,8 +16,10 @@
             'nautilus: file manager integration for Nautilus'
             'nemo: file manager integration for Nemo')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/kdekorte/$pkgname/archive/v$pkgver.tar.gz"
+        "gnome-mplayer.appdata.xml"
         "caja.patch")
 sha256sums=('07e11bc42834dae14ad66f887e6045f2bea94eae7f797b624c9a099f806b5cde'
+            '2e661347fa2765a9553938db9582a833b42385db92f6687172507deecf404567'
             '52dbf11e64042c03ec94677ee667d88306f5f45521b7a1da82e5e5f02f59ed28')
 
 prepare() {
@@ -37,4 +39,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+  install -Dm644 ../gnome-mplayer.appdata.xml "$pkgdir/usr/share/metainfo/gnome-mplayer.appdata.xml"
 }

Added: gnome-mplayer.appdata.xml
===================================================================
--- gnome-mplayer.appdata.xml	                        (rev 0)
+++ gnome-mplayer.appdata.xml	2018-12-28 18:24:44 UTC (rev 418713)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>com.github.gnome-mplayer</id>
+  <launchable type="desktop-id">gnome-mplayer.desktop</launchable>
+  <name>GNOME MPlayer</name>
+  <summary>Play your media</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+  <developer_name>Kevin DeKorte</developer_name>
+  <description>
+    <p>A GTK2/GTK3 interface to MPlayer. The power of MPlayer combined with a friendly interface for your desktop; You can play all your multimedia (audio, video, CD, DVDs, and VCDs, streams etc.), organize, sort and create playlists, take screenshots while playing videos, be notified about media changes. Full DVD and MKV chapter support, when supported by Mplayer. Subtitle support with the ability to specify preferred audio and subtitle languages if the media supports it. Support for cover art retrieval from Amazon.com for audio media files with artist and/or album information contained in the file.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://4.bp.blogspot.com/-sKqZ66tAsA4/Tbrp2t8NllI/AAAAAAAAFxA/DouKylNm_0s/s1600/Screenshot-www.thematrix.com+-+Animatrix+Trailer+-+GNOME+MPlayer.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://github.com/kdekorte/gnome-mplayer/issues</url>
+  <url type="homepage">https://sites.google.com/site/kdekorte2/gnomemplayer</url>
+  <update_contact>gnome-mplayer at googlegroups.com</update_contact>
+  <translation type="gettext">gnome-mplayer</translation>
+</component>



More information about the arch-commits mailing list