[arch-commits] Commit in devede/trunk (PKGBUILD devedeng.appdata.xml)

Balló György bgyorgy at archlinux.org
Sun Dec 30 11:23:54 UTC 2018


    Date: Sunday, December 30, 2018 @ 11:23:53
  Author: bgyorgy
Revision: 419125

upgpkg: devede 4.12.0-3

Add AppStream metadata

Added:
  devede/trunk/devedeng.appdata.xml
Modified:
  devede/trunk/PKGBUILD

----------------------+
 PKGBUILD             |   10 +++++++---
 devedeng.appdata.xml |   19 +++++++++++++++++++
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-30 11:23:50 UTC (rev 419124)
+++ PKGBUILD	2018-12-30 11:23:53 UTC (rev 419125)
@@ -7,7 +7,7 @@
 pkgname=devede
 _pkgname=devedeng
 pkgver=4.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Program to create VideoDVDs and CDs'
 arch=('any')
 url="http://www.rastersoft.com/programas/devede.html"
@@ -15,8 +15,10 @@
 depends=('gtk3' 'python-cairo' 'python-gobject' 'python-setuptools' 'ffmpeg' 'cdrtools' 'dvdauthor' 'vcdimager')
 makedepends=(git)
 _commit=f0893b3ff7b14723bd148db35bdfe2d284156d19  # tags/4.12.0
-source=("git+https://gitlab.com/rastersoft/devedeng#commit=$_commit")
-sha256sums=('SKIP')
+source=("git+https://gitlab.com/rastersoft/devedeng#commit=$_commit"
+        devedeng.appdata.xml)
+sha256sums=('SKIP'
+            'f7f4118256cff880004c0eff9be56239dea427ccd83d56a4c838cf17197528ea')
 
 pkgver() {
   cd $_pkgname
@@ -31,4 +33,6 @@
 package() {
   cd $_pkgname
   python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 ../$_pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$_pkgname.appdata.xml"
+  rm -r "$pkgdir/usr/share/pixmaps/"
 }

Added: devedeng.appdata.xml
===================================================================
--- devedeng.appdata.xml	                        (rev 0)
+++ devedeng.appdata.xml	2018-12-30 11:23:53 UTC (rev 419125)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>com.rastersoft.devedeng</id>
+  <launchable type="desktop-id">devede_ng.py.desktop</launchable>
+  <name>DevedeNG</name>
+  <summary>Allows to create video CDs and DVDs, suitable to be reproduced in home DVD players</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0</project_license>
+  <description>
+    <p>DevedeNG is a program to create video DVDs and CDs (VCD, sVCD or CVD), suitables for home players, from any number of video files, in any of the formats supported by Mplayer.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>http://rastersoft.com/imagen/devede.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://gitlab.com/rastersoft/devedeng/issues</url>
+  <url type="homepage">http://rastersoft.com/programas/devede.html</url>
+</component>



More information about the arch-commits mailing list