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

Felix Yan felixonmars at archlinux.org
Sun Jun 3 18:36:10 UTC 2018


    Date: Sunday, June 3, 2018 @ 18:36:07
  Author: felixonmars
Revision: 339516

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 18:36:03 UTC (rev 339515)
+++ PKGBUILD	2018-06-03 18:36:07 UTC (rev 339516)
@@ -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.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}"
-}
-

Copied: gespeaker/repos/community-any/PKGBUILD (from rev 339514, gespeaker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 18:36:07 UTC (rev 339516)
@@ -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=2
+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")
+sha512sums=('8449994d818e4ab833fccea2e595c4be6f3ed436b8f4f7d7bd824c948ddb3f477d6a87bcf56276b80b7da16a3ddc9cf524587df2b722c413a4ff3727724c648a')
+
+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