summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Epaneshnikov2022-01-10 16:36:31 +0300
committerAlexander Epaneshnikov2022-01-10 16:36:59 +0300
commit964f0ee1919f9bc2b1c2a17824164b68f6f1cd62 (patch)
treee7088095764ce6083bec39a882459523aa397c6a
parent0a2d58a88b8529388556dca0bb1495f09388b9d8 (diff)
downloadaur-emacspeak.tar.gz
upgpkg: emacspeak 55.0-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--emacspeak-54.0-directorys.patch8
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37b824d43d03..c65bbe67a0b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacspeak
pkgdesc = Emacs extension that provides spoken output
- pkgver = 54.0
- pkgrel = 3
+ pkgver = 55.0
+ pkgrel = 1
url = http://emacspeak.sf.net/
arch = x86_64
arch = aarch64
@@ -14,12 +14,12 @@ pkgbase = emacspeak
depends = espeak-ng
optdepends = python: for Stream The World
optdepends = perl
- source = https://github.com/tvraman/emacspeak/releases/download/54.0/emacspeak-54.0.tar.bz2
+ source = https://github.com/tvraman/emacspeak/releases/download/55.0/emacspeak-55.0.tar.bz2
source = emacspeak-54.0-directorys.patch
source = emacspeak-54.0-flags.patch
source = emacspeak.sh
- sha512sums = 088b8d08258202e5cc12ad1e2a56eabe27e626157201f4b665da78f7f4f03ea858746131d5c27a261049283a35eeb0fd5bb47aa054acac8a9b65a32da39a2f35
- sha512sums = f2471451f097be389f1a041ea139f441c1d68ed529c8bf7ec4a511358b975272cd78f3a1e13cd66c1dbf724cc82feb3780bd4d425f8cb1540740d4a8c6f2e637
+ sha512sums = 2b9424b9d85da8d18803d45403a6e26262e2ed6a51e8868aed2c906c9bd50b9aad797cab8575dba229c3d8f953979d4cf3ed5a0ee16ea8da3e0593e7b040a84f
+ sha512sums = 870aeac1b91e76ac141983bedd6ed328475a8bcd268d5ec5f48a04b5c285ff29ac6d00681a00350212aa07bba54127a0aa91524d2197e785f12dea059e93ca52
sha512sums = b287dbe2cc07c29c6d14b79d2984106d5dfc6bebc7636ed0bb937a9c02db926c6ed1cb0b1aa3026ca6b7700514ae5f94c2c39907b42e0594eff82c4ad20ac02f
sha512sums = 3624a1205e70cceb43953d39925e1c9a351635a909100a050b036640df65cc104546939eb3be017b116dbc4f910a018b6a5e2eb39c66c9e01e9c91dde6fdf5d9
diff --git a/PKGBUILD b/PKGBUILD
index f8b579b1098a..bc540c2506e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Chris Brannon <cmbrannon79@gmail.com>
pkgname=emacspeak
-pkgver=54.0
-pkgrel=3
+pkgver=55.0
+pkgrel=1
pkgdesc="Emacs extension that provides spoken output"
arch=('x86_64' 'aarch64')
url="http://emacspeak.sf.net/"
@@ -16,8 +16,8 @@ source=("https://github.com/tvraman/emacspeak/releases/download/${pkgver}/emacsp
"${pkgname}-54.0-directorys.patch"
"${pkgname}-54.0-flags.patch"
"${pkgname}.sh")
-sha512sums=('088b8d08258202e5cc12ad1e2a56eabe27e626157201f4b665da78f7f4f03ea858746131d5c27a261049283a35eeb0fd5bb47aa054acac8a9b65a32da39a2f35'
- 'f2471451f097be389f1a041ea139f441c1d68ed529c8bf7ec4a511358b975272cd78f3a1e13cd66c1dbf724cc82feb3780bd4d425f8cb1540740d4a8c6f2e637'
+sha512sums=('2b9424b9d85da8d18803d45403a6e26262e2ed6a51e8868aed2c906c9bd50b9aad797cab8575dba229c3d8f953979d4cf3ed5a0ee16ea8da3e0593e7b040a84f'
+ '870aeac1b91e76ac141983bedd6ed328475a8bcd268d5ec5f48a04b5c285ff29ac6d00681a00350212aa07bba54127a0aa91524d2197e785f12dea059e93ca52'
'b287dbe2cc07c29c6d14b79d2984106d5dfc6bebc7636ed0bb937a9c02db926c6ed1cb0b1aa3026ca6b7700514ae5f94c2c39907b42e0594eff82c4ad20ac02f'
'3624a1205e70cceb43953d39925e1c9a351635a909100a050b036640df65cc104546939eb3be017b116dbc4f910a018b6a5e2eb39c66c9e01e9c91dde6fdf5d9')
diff --git a/emacspeak-54.0-directorys.patch b/emacspeak-54.0-directorys.patch
index 2fcd7438b272..cb03a037f780 100644
--- a/emacspeak-54.0-directorys.patch
+++ b/emacspeak-54.0-directorys.patch
@@ -1,13 +1,12 @@
-diff --no-dereference --ignore-all-space --unified --recursive --text emacspeak.orig/lisp/emacspeak-preamble.el emacspeak.new/lisp/emacspeak-preamble.el
---- emacspeak.orig/lisp/emacspeak-preamble.el 2021-07-12 18:44:02.181914496 +0300
-+++ emacspeak.new/lisp/emacspeak-preamble.el 2021-07-12 19:45:10.610814289 +0300
+--- emacspeak-55.0/lisp/emacspeak-preamble.el 2021-10-22 19:11:58.000000000 +0300
++++ emacspeak-55.0/lisp/emacspeak-preamble.el 2022-01-10 16:12:47.935076751 +0300
@@ -54,7 +54,7 @@
;;;###autoload
(defvar emacspeak-directory
- (expand-file-name "../" (file-name-directory load-file-name))
+ (file-name-as-directory "/usr/share/emacs/site-lisp/emacspeak/")
- "emacspeak installation directory")
+ "emacspeak directory")
;;;###autoload
@@ -64,7 +64,7 @@
@@ -19,6 +18,7 @@ diff --no-dereference --ignore-all-space --unified --recursive --text emacspeak.
"Auditory icons directory.")
;;;###autoload
+
diff --no-dereference --ignore-all-space --unified --recursive --text emacspeak.orig/servers/espeak emacspeak.new/servers/espeak
--- emacspeak.orig/servers/espeak 2021-07-12 18:44:02.147914519 +0300
+++ emacspeak.new/servers/espeak 2021-07-12 19:22:34.098431019 +0300