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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 12:28:11 UTC 2014


    Date: Tuesday, July 1, 2014 @ 14:28:11
  Author: spupykin
Revision: 114053

archrelease: copy trunk to community-any

Added:
  festvox-ru/repos/community-any/PKGBUILD
    (from rev 114052, festvox-ru/trunk/PKGBUILD)
  festvox-ru/repos/community-any/festvox-ru.install
    (from rev 114052, festvox-ru/trunk/festvox-ru.install)
Deleted:
  festvox-ru/repos/community-any/PKGBUILD
  festvox-ru/repos/community-any/festvox-ru.install

--------------------+
 PKGBUILD           |   51 +++++++++++++++++++++++++++------------------------
 festvox-ru.install |    6 +++---
 2 files changed, 30 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 12:28:01 UTC (rev 114052)
+++ PKGBUILD	2014-07-01 12:28:11 UTC (rev 114053)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Anonymous <fegdri at gmail.com>
-
-pkgname=festvox-ru
-pkgver=0.5
-pkgrel=2
-pkgdesc="Russian support for Festival."
-arch=('any')
-url="http://festlang.berlios.de/docu/doku.php?id=russianru"
-depends=('festival')
-makedepends=()
-license=('BSD')
-install=festvox-ru.install
-source=(http://download.berlios.de/festlang/msu_ru_nsh_clunits-$pkgver.tar.bz2)
-md5sums=('ded572f715cfd58e62d4bc380eb64c48')
-
-build() {
-  cd $srcdir/msu_ru_nsh_clunits
-  mkdir -p $pkgdir/usr/share/festival/voices/russian/msu_ru_nsh_clunits
-  mv * $pkgdir/usr/share/festival/voices/russian/msu_ru_nsh_clunits
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname/
-  mv $pkgdir/usr/share/festival/voices/russian/msu_ru_nsh_clunits/COPYING $pkgdir/usr/share/licenses/$pkgname/
-}

Copied: festvox-ru/repos/community-any/PKGBUILD (from rev 114052, festvox-ru/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 12:28:11 UTC (rev 114053)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Anonymous <fegdri at gmail.com>
+
+pkgname=festvox-ru
+pkgver=0.5
+pkgrel=3
+pkgdesc="Russian support for Festival."
+arch=('any')
+url="http://festlang.berlios.de/docu/doku.php?id=russianru"
+depends=('festival')
+makedepends=()
+license=('BSD')
+install=festvox-ru.install
+#source=(http://download.berlios.de/festlang/msu_ru_nsh_clunits-$pkgver.tar.bz2)
+source=(http://archive.ubuntu.com/ubuntu/pool/universe/f/festvox-ru/festvox-ru_$pkgver.orig.tar.gz)
+md5sums=('0e4a802ef64d000f583f0cf09bdf874c')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  tar xjf msu_ru_nsh_clunits-$pkgver.tar.bz2
+  cd msu_ru_nsh_clunits
+  mkdir -p $pkgdir/usr/share/festival/voices/russian/msu_ru_nsh_clunits
+  mv * $pkgdir/usr/share/festival/voices/russian/msu_ru_nsh_clunits
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname/
+  mv $pkgdir/usr/share/festival/voices/russian/msu_ru_nsh_clunits/COPYING $pkgdir/usr/share/licenses/$pkgname/
+}

Deleted: festvox-ru.install
===================================================================
--- festvox-ru.install	2014-07-01 12:28:01 UTC (rev 114052)
+++ festvox-ru.install	2014-07-01 12:28:11 UTC (rev 114053)
@@ -1,3 +0,0 @@
-post_install() {
-  echo "Use (voice_msu_ru_nsh_clunits) to select Russian voice"
-}

Copied: festvox-ru/repos/community-any/festvox-ru.install (from rev 114052, festvox-ru/trunk/festvox-ru.install)
===================================================================
--- festvox-ru.install	                        (rev 0)
+++ festvox-ru.install	2014-07-01 12:28:11 UTC (rev 114053)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "Use (voice_msu_ru_nsh_clunits) to select Russian voice"
+}




More information about the arch-commits mailing list