[arch-commits] Commit in devede/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Jul 23 15:37:24 UTC 2018


    Date: Monday, July 23, 2018 @ 15:37:23
  Author: felixonmars
Revision: 363040

archrelease: copy trunk to community-staging-any

Added:
  devede/repos/community-staging-any/
  devede/repos/community-staging-any/PKGBUILD
    (from rev 363039, devede/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: devede/repos/community-staging-any/PKGBUILD (from rev 363039, devede/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-23 15:37:23 UTC (rev 363040)
@@ -0,0 +1,35 @@
+# $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
+}



More information about the arch-commits mailing list