[arch-commits] Commit in gespeaker/repos/community-any (PKGBUILD PKGBUILD)

Fabio Castelli muflone at archlinux.org
Sun Oct 26 11:52:34 UTC 2014


    Date: Sunday, October 26, 2014 @ 12:52:34
  Author: muflone
Revision: 121423

archrelease: copy trunk to community-any

Added:
  gespeaker/repos/community-any/PKGBUILD
    (from rev 121422, gespeaker/trunk/PKGBUILD)
Deleted:
  gespeaker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-26 11:52:07 UTC (rev 121422)
+++ PKGBUILD	2014-10-26 11:52:34 UTC (rev 121423)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: archtux <antonio dot arias99999 at gmail dot com>
-
-pkgname=gespeaker
-pkgver=0.8.4
-pkgrel=4
-pkgdesc="A GTK+ frontend for espeak and mbrola to speech the read text."
-url="http://www.muflone.com/gespeaker/"
-arch=('any')
-license=('GPL2')
-depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('mbrola: for enhanced mbrola voices support'
-            'mbrola-voices: at least one mbrola voice'
-            'libpulse: PulseAudio output')
-provides=('gespeaker')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
-sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
-sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # Python2 fix
-  for _file in setup.py gespeaker src/gespeaker.py
-  do
-    sed -i 's#env python#env python2#' "${_file}"
-  done
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --optimize=1 --root "${pkgdir}"
-}
-

Copied: gespeaker/repos/community-any/PKGBUILD (from rev 121422, gespeaker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-26 11:52:34 UTC (rev 121423)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: archtux <antonio dot arias99999 at gmail dot com>
+
+pkgname=gespeaker
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="A GTK+ frontend for espeak and mbrola to speech the read text."
+url="http://www.muflone.com/gespeaker/"
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('libpulse: PulseAudio output')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('73163e94f03e00c08d92bc0dedab84cfba6409064fedbc90962db24bb4999766')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+    sed -i 's#env python#env python2#' "${_file}"
+  done
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --optimize=1 --root "${pkgdir}"
+}
+



More information about the arch-commits mailing list