Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hunspell: change openoffice search path to libreoffice
@ 2020-01-06  1:46 voidlinux-github
  2020-01-06  1:55 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-06  8:01 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-06  1:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages hunspell
https://github.com/void-linux/void-packages/pull/18064

hunspell: change openoffice search path to libreoffice
Closes: #18052
Signed-off-by: Nathan Owens <ndowens04@gmail.com>

A patch file from https://github.com/void-linux/void-packages/pull/18064.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hunspell-18064.patch --]
[-- Type: text/x-diff, Size: 3022 bytes --]

From 740ddbf0c278f8557294be928efe11ac360258c8 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 5 Jan 2020 19:40:02 -0600
Subject: [PATCH] hunspell: change openoffice search path to libreoffice

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 srcpkgs/hunspell/patches/search_path.patch | 34 ++++++++++++++++++++++
 srcpkgs/hunspell/template                  |  4 +--
 2 files changed, 36 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/hunspell/patches/search_path.patch

diff --git a/srcpkgs/hunspell/patches/search_path.patch b/srcpkgs/hunspell/patches/search_path.patch
new file mode 100644
index 00000000000..24608654b32
--- /dev/null
+++ b/srcpkgs/hunspell/patches/search_path.patch
@@ -0,0 +1,34 @@
+diff --git src/tools/hunspell.cxx src/tools/hunspell.cxx
+index 690e34a..d9b094d 100644
+--- src/tools/hunspell.cxx
++++ src/tools/hunspell.cxx
+@@ -119,25 +119,11 @@
+   "/usr/share/hunspell:"      \
+   "/usr/share/myspell:"       \
+   "/usr/share/myspell/dicts:" \
+-  "/Library/Spelling"
+-#define USEROOODIR {                  \
+-  ".openoffice.org/3/user/wordbook", \
+-  ".openoffice.org2/user/wordbook",  \
+-  ".openoffice.org2.0/user/wordbook",\
+-  "Library/Spelling" }
++  "/usr/share/mozilla-dicts"
++#define USEROOODIR {								 \
++   ".config/libreoffice/4/user/wordbook" }
+ #define OOODIR                                       \
+-  "/opt/openoffice.org/basis3.0/share/dict/ooo:"     \
+-  "/usr/lib/openoffice.org/basis3.0/share/dict/ooo:" \
+-  "/opt/openoffice.org2.4/share/dict/ooo:"           \
+-  "/usr/lib/openoffice.org2.4/share/dict/ooo:"       \
+-  "/opt/openoffice.org2.3/share/dict/ooo:"           \
+-  "/usr/lib/openoffice.org2.3/share/dict/ooo:"       \
+-  "/opt/openoffice.org2.2/share/dict/ooo:"           \
+-  "/usr/lib/openoffice.org2.2/share/dict/ooo:"       \
+-  "/opt/openoffice.org2.1/share/dict/ooo:"           \
+-  "/usr/lib/openoffice.org2.1/share/dict/ooo:"       \
+-  "/opt/openoffice.org2.0/share/dict/ooo:"           \
+-  "/usr/lib/openoffice.org2.0/share/dict/ooo"
++	"/usr/lib/libreoffice/share/wordbook"
+ #define HOME getenv("HOME")
+ #define DICBASENAME ".hunspell_"
+ #define LOGFILE "/tmp/hunspell.log"
diff --git a/srcpkgs/hunspell/template b/srcpkgs/hunspell/template
index 93287db1615..46da84a580e 100644
--- a/srcpkgs/hunspell/template
+++ b/srcpkgs/hunspell/template
@@ -1,15 +1,15 @@
 # Template file for 'hunspell'
 pkgname=hunspell
 version=1.7.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ui"
 hostmakedepends="automake bison libtool pkg-config"
 makedepends="ncurses-devel"
 short_desc="Spell checker and morphological analyzer"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="https://hunspell.github.io/"
 license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1"
+homepage="https://hunspell.github.io/"
 distfiles="https://github.com/hunspell/hunspell/archive/v${version}.tar.gz"
 checksum=bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] hunspell: change openoffice search path to libreoffice
  2020-01-06  1:46 [PR PATCH] hunspell: change openoffice search path to libreoffice voidlinux-github
@ 2020-01-06  1:55 ` voidlinux-github
  2020-01-06  8:01 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-06  1:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages hunspell
https://github.com/void-linux/void-packages/pull/18064

hunspell: change openoffice search path to libreoffice
Closes: #18052
Signed-off-by: Nathan Owens <ndowens04@gmail.com>

A patch file from https://github.com/void-linux/void-packages/pull/18064.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hunspell-18064.patch --]
[-- Type: text/x-diff, Size: 3022 bytes --]

From 628dc249f5f63ce2df89f5ae3dd100d75b2637ab Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 5 Jan 2020 19:40:02 -0600
Subject: [PATCH] hunspell: change openoffice search path to libreoffice

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
---
 srcpkgs/hunspell/patches/search_path.patch | 34 ++++++++++++++++++++++
 srcpkgs/hunspell/template                  |  4 +--
 2 files changed, 36 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/hunspell/patches/search_path.patch

diff --git a/srcpkgs/hunspell/patches/search_path.patch b/srcpkgs/hunspell/patches/search_path.patch
new file mode 100644
index 00000000000..24608654b32
--- /dev/null
+++ b/srcpkgs/hunspell/patches/search_path.patch
@@ -0,0 +1,34 @@
+diff --git src/tools/hunspell.cxx src/tools/hunspell.cxx
+index 690e34a..d9b094d 100644
+--- src/tools/hunspell.cxx
++++ src/tools/hunspell.cxx
+@@ -119,25 +119,11 @@
+   "/usr/share/hunspell:"      \
+   "/usr/share/myspell:"       \
+   "/usr/share/myspell/dicts:" \
+-  "/Library/Spelling"
+-#define USEROOODIR {                  \
+-  ".openoffice.org/3/user/wordbook", \
+-  ".openoffice.org2/user/wordbook",  \
+-  ".openoffice.org2.0/user/wordbook",\
+-  "Library/Spelling" }
++  "/usr/share/mozilla-dicts"
++#define USEROOODIR {								 \
++   ".config/libreoffice/4/user/wordbook" }
+ #define OOODIR                                       \
+-  "/opt/openoffice.org/basis3.0/share/dict/ooo:"     \
+-  "/usr/lib/openoffice.org/basis3.0/share/dict/ooo:" \
+-  "/opt/openoffice.org2.4/share/dict/ooo:"           \
+-  "/usr/lib/openoffice.org2.4/share/dict/ooo:"       \
+-  "/opt/openoffice.org2.3/share/dict/ooo:"           \
+-  "/usr/lib/openoffice.org2.3/share/dict/ooo:"       \
+-  "/opt/openoffice.org2.2/share/dict/ooo:"           \
+-  "/usr/lib/openoffice.org2.2/share/dict/ooo:"       \
+-  "/opt/openoffice.org2.1/share/dict/ooo:"           \
+-  "/usr/lib/openoffice.org2.1/share/dict/ooo:"       \
+-  "/opt/openoffice.org2.0/share/dict/ooo:"           \
+-  "/usr/lib/openoffice.org2.0/share/dict/ooo"
++	"/usr/lib/libreoffice/share/wordbook"
+ #define HOME getenv("HOME")
+ #define DICBASENAME ".hunspell_"
+ #define LOGFILE "/tmp/hunspell.log"
diff --git a/srcpkgs/hunspell/template b/srcpkgs/hunspell/template
index 93287db1615..46da84a580e 100644
--- a/srcpkgs/hunspell/template
+++ b/srcpkgs/hunspell/template
@@ -1,15 +1,15 @@
 # Template file for 'hunspell'
 pkgname=hunspell
 version=1.7.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ui"
 hostmakedepends="automake bison libtool pkg-config"
 makedepends="ncurses-devel"
 short_desc="Spell checker and morphological analyzer"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="https://hunspell.github.io/"
 license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1"
+homepage="https://hunspell.github.io/"
 distfiles="https://github.com/hunspell/hunspell/archive/v${version}.tar.gz"
 checksum=bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: hunspell: change openoffice search path to libreoffice
  2020-01-06  1:46 [PR PATCH] hunspell: change openoffice search path to libreoffice voidlinux-github
  2020-01-06  1:55 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-06  8:01 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-06  8:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

There's a merged pull request on the void-packages repository

hunspell: change openoffice search path to libreoffice
https://github.com/void-linux/void-packages/pull/18064

Description:
Closes: #18052
Signed-off-by: Nathan Owens <ndowens04@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-06  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06  1:46 [PR PATCH] hunspell: change openoffice search path to libreoffice voidlinux-github
2020-01-06  1:55 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-06  8:01 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).