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

Sergej Pupykin spupykin at archlinux.org
Mon Mar 14 11:59:23 UTC 2016


    Date: Monday, March 14, 2016 @ 12:59:23
  Author: spupykin
Revision: 166726

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
    (from rev 166725, devede/trunk/PKGBUILD)
  devede/repos/community-any/locale.patch
    (from rev 166725, devede/trunk/locale.patch)
Deleted:
  devede/repos/community-any/PKGBUILD
  devede/repos/community-any/help.patch

--------------+
 PKGBUILD     |   60 ++++++++++++++++++++++++++++-----------------------------
 help.patch   |   33 -------------------------------
 locale.patch |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 87 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-14 11:59:14 UTC (rev 166725)
+++ PKGBUILD	2016-03-14 11:59:23 UTC (rev 166726)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 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>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=devede
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html"
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-	 'cdrkit' 'ttf-dejavu'
-	 'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
-        help.patch)
-md5sums=('f53b5067025d7f0e355f9aa09c933d6f'
-         '91c510680c6809367e0a318ec2777c54')
-
-prepare() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-#  patch -Np1 -i ${srcdir}/help.patch
-}
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 166725, devede/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-14 11:59:23 UTC (rev 166726)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 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>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=devede
+pkgver=4.6.0
+pkgrel=1
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html"
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+	 'cdrkit' 'ttf-dejavu'
+	 'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
+	locale.patch)
+md5sums=('8a910b3b5f4741a1d27b0244b33523ca'
+         'f59565a12684b80583ca12ebe12aa624')
+
+prepare() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  patch -p1 <$srcdir/locale.patch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}

Deleted: help.patch
===================================================================
--- help.patch	2016-03-14 11:59:14 UTC (rev 166725)
+++ help.patch	2016-03-14 11:59:23 UTC (rev 166726)
@@ -1,33 +0,0 @@
-From 58776ef1b6d88a79b03892b72bac625a60e293b8 Mon Sep 17 00:00:00 2001
-From: Sergio Costas <raster at rastersoft.com>
-Date: Wed, 28 Oct 2015 16:28:53 +0100
-Subject: [PATCH] Added forgoten file help.py
-
----
- src/devedeng/help.py | 17 +++++++++++++++++
- 1 file changed, 17 insertions(+)
- create mode 100644 src/devedeng/help.py
-
-diff --git a/src/devedeng/help.py b/src/devedeng/help.py
-new file mode 100644
-index 0000000..796bd9e
---- /dev/null
-+++ b/src/devedeng/help.py
-@@ -0,0 +1,17 @@
-+#!/usr/bin/env python3
-+
-+from gi.repository import Gtk,Gdk
-+import devedeng.configuration_data
-+import os
-+
-+class help:
-+    
-+    def __init__(self,help_page):
-+
-+        self.config = devedeng.configuration_data.configuration.get_config()
-+
-+        file="file://"+os.path.join(self.config.help_path,"html",help_page)
-+
-+        retval = Gtk.show_uri(None,file,Gdk.CURRENT_TIME)
-+        if retval == False:
-+            msg=devede_dialogs.show_error(gladefile,_("Can't open the help files."))

Copied: devede/repos/community-any/locale.patch (from rev 166725, devede/trunk/locale.patch)
===================================================================
--- locale.patch	                        (rev 0)
+++ locale.patch	2016-03-14 11:59:23 UTC (rev 166726)
@@ -0,0 +1,57 @@
+diff -wbBur devedeng-4.6.0/po/es.po devedeng-4.6.0.q/po/es.po
+--- devedeng-4.6.0/po/es.po	2016-03-13 22:00:16.000000000 +0300
++++ devedeng-4.6.0.q/po/es.po	2016-03-14 14:54:52.127234097 +0300
+@@ -1027,10 +1027,6 @@
+ "<b>Matroska / H.264</b>\n"
+ "Crea ficheros H.264 en un contenedor MKV"
+ 
+-#: ../data/interface/wselect_disk.ui.h:15
+-msgid "Programs needed by Devede NG"
+-msgstr "Programas necesarios para Devede NG"
+-
+ #: ../data/interface/wsettings.ui.h:1
+ msgid "<b>Multicore CPUs</b>"
+ msgstr "<b>CPUs multinúcleo</b>"
+Only in devedeng-4.6.0.q/po: es.po~
+diff -wbBur devedeng-4.6.0/po/gl.po devedeng-4.6.0.q/po/gl.po
+--- devedeng-4.6.0/po/gl.po	2016-03-13 22:00:16.000000000 +0300
++++ devedeng-4.6.0.q/po/gl.po	2016-03-14 14:54:36.563900382 +0300
+@@ -1026,10 +1026,6 @@
+ "<b>Matroska / H.264</b>\n"
+ "Crea ficheiros H.264 nun contedor MKV"
+ 
+-#: ../data/interface/wselect_disk.ui.h:15
+-msgid "Programs needed by Devede NG"
+-msgstr "Programas necesarios para Devede NG"
+-
+ #: ../data/interface/wsettings.ui.h:1
+ msgid "<b>Multicore CPUs</b>"
+ msgstr "<b>CPU multinúcleo</b>"
+diff -wbBur devedeng-4.6.0/po/it_IT.po devedeng-4.6.0.q/po/it_IT.po
+--- devedeng-4.6.0/po/it_IT.po	2016-03-13 22:00:16.000000000 +0300
++++ devedeng-4.6.0.q/po/it_IT.po	2016-03-14 14:54:45.310567263 +0300
+@@ -1024,10 +1024,6 @@
+ "<b>Matroska / H.264</b>\n"
+ "Crea file H.264 in un contenitore MKV"
+ 
+-#: ../data/interface/wselect_disk.ui.h:15
+-msgid "Programs needed by Devede NG"
+-msgstr "Programmi necessari a Devede NG"
+-
+ #: ../data/interface/wsettings.ui.h:1
+ msgid "<b>Multicore CPUs</b>"
+ msgstr "<b>CPU multicore</b>"
+diff -wbBur devedeng-4.6.0/po/sk.po devedeng-4.6.0.q/po/sk.po
+--- devedeng-4.6.0/po/sk.po	2016-03-13 22:00:16.000000000 +0300
++++ devedeng-4.6.0.q/po/sk.po	2016-03-14 14:54:10.133899737 +0300
+@@ -1026,10 +1026,6 @@
+ "<b>Matroska / H.264</b>\n"
+ "Vytvorí súbory vo formáte H.264 v kontajneri MKV"
+ 
+-#: ../data/interface/wselect_disk.ui.h:15
+-msgid "Programs needed by Devede NG"
+-msgstr "Programy vyžadované aplikáciou Devede NG"
+-
+ #: ../data/interface/wsettings.ui.h:1
+ msgid "<b>Multicore CPUs</b>"
+ msgstr "<b>Viacjadrové procesory</b>"



More information about the arch-commits mailing list