[arch-commits] Commit in devede/repos/community-any (3 files)

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


    Date: Sunday, December 30, 2018 @ 11:23:57
  Author: bgyorgy
Revision: 419126

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
    (from rev 419125, devede/trunk/PKGBUILD)
  devede/repos/community-any/devedeng.appdata.xml
    (from rev 419125, devede/trunk/devedeng.appdata.xml)
Deleted:
  devede/repos/community-any/PKGBUILD

----------------------+
 PKGBUILD             |   73 +++++++++++++++++++++++++------------------------
 devedeng.appdata.xml |   19 ++++++++++++
 2 files changed, 57 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-30 11:23:53 UTC (rev 419125)
+++ PKGBUILD	2018-12-30 11:23:57 UTC (rev 419126)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Javier 'Phrodo_00' Aravena <phrodo.00 at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=devede
-_pkgname=devedeng
-pkgver=4.12.0
-pkgrel=2
-pkgdesc='Program to create VideoDVDs and CDs'
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html"
-license=('GPL3')
-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')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $_pkgname
-  python3 setup.py build
-}
-
-package() {
-  cd $_pkgname
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 419125, devede/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-30 11:23:57 UTC (rev 419126)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Javier 'Phrodo_00' Aravena <phrodo.00 at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=devede
+_pkgname=devedeng
+pkgver=4.12.0
+pkgrel=3
+pkgdesc='Program to create VideoDVDs and CDs'
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html"
+license=('GPL3')
+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"
+        devedeng.appdata.xml)
+sha256sums=('SKIP'
+            'f7f4118256cff880004c0eff9be56239dea427ccd83d56a4c838cf17197528ea')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $_pkgname
+  python3 setup.py build
+}
+
+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/"
+}

Copied: devede/repos/community-any/devedeng.appdata.xml (from rev 419125, devede/trunk/devedeng.appdata.xml)
===================================================================
--- devedeng.appdata.xml	                        (rev 0)
+++ devedeng.appdata.xml	2018-12-30 11:23:57 UTC (rev 419126)
@@ -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