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

Fabio Castelli muflone at archlinux.org
Sun Aug 2 17:16:01 UTC 2015


    Date: Sunday, August 2, 2015 @ 19:16:01
  Author: muflone
Revision: 137732

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-02 17:15:40 UTC (rev 137731)
+++ PKGBUILD	2015-08-02 17:16:01 UTC (rev 137732)
@@ -1,35 +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.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}"
-}
-

Copied: gespeaker/repos/community-any/PKGBUILD (from rev 137731, gespeaker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-08-02 17:16:01 UTC (rev 137732)
@@ -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.6
+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=('b5db76a35bed5a2ade3cdb653ecbea75cd8b006cfae92c8c034dfcd074387d15')
+
+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