Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pluma: update to 1.22.1.
@ 2019-06-04 14:18 voidlinux-github
  2019-06-04 15:26 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 14:18 UTC (permalink / raw)
  To: ml

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

There is a new pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages pluma
https://github.com/void-linux/void-packages/pull/12127

pluma: update to 1.22.1.
Drop enchant patches because they were applied upstream

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

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

From b9b22e32a535e094959ead29d1a0bf946527d15c Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Tue, 4 Jun 2019 09:48:09 -0400
Subject: [PATCH] pluma: update to 1.22.1.

Drop enchant patches because they were applied upstream
---
 srcpkgs/pluma/patches/fix-enchant.patch | 14 --------------
 srcpkgs/pluma/template                  |  8 +++-----
 2 files changed, 3 insertions(+), 19 deletions(-)
 delete mode 100644 srcpkgs/pluma/patches/fix-enchant.patch

diff --git a/srcpkgs/pluma/patches/fix-enchant.patch b/srcpkgs/pluma/patches/fix-enchant.patch
deleted file mode 100644
index 4e78a3bd378..00000000000
--- a/srcpkgs/pluma/patches/fix-enchant.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/plugins/spell/pluma-spell-checker.c b/plugins/spell/pluma-spell-checker.c
-index d33bf92..9f2bde3 100644
---- plugins/spell/pluma-spell-checker.c
-+++ plugins/spell/pluma-spell-checker.c
-@@ -433,7 +433,7 @@ pluma_spell_checker_add_word_to_personal (PlumaSpellChecker *spell,
- 	if (len < 0)
- 		len = strlen (word);
- 
--	enchant_dict_add_to_pwl (spell->dict, word, len);
-+	enchant_dict_add (spell->dict, word, len);
- 
- 	g_signal_emit (G_OBJECT (spell), signals[ADD_WORD_TO_PERSONAL], 0, word, len);
- 
-
diff --git a/srcpkgs/pluma/template b/srcpkgs/pluma/template
index 00c5cff7b95..e0aa975d860 100644
--- a/srcpkgs/pluma/template
+++ b/srcpkgs/pluma/template
@@ -1,6 +1,6 @@
 # Template file for 'pluma'
 pkgname=pluma
-version=1.20.4
+version=1.22.1
 revision=1
 build_style=gnu-configure
 pycompile_dirs="usr/lib/pluma/plugins"
@@ -14,11 +14,9 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://mate-desktop.org"
 distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=fffd1ad0309c058ebd364ea0185d5dbbada2a9cde3d580da528b226c7ca9ab61
+checksum=af8d19927f1571d6b63462b8e51fed9ac851326b6ff800535ea785f15c61a591
 nocross="gobject-introspection from libpeas"
-
-pre_configure() {
-	sed -i 's/, enchant/, enchant-2/' configure.ac
+pre_configure() {	
 	autoreconf -fi
 }
 

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

* Re: [PR PATCH] [Updated] pluma: update to 1.22.1.
  2019-06-04 14:18 [PR PATCH] pluma: update to 1.22.1 voidlinux-github
  2019-06-04 15:26 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-04 15:26 ` voidlinux-github
  2019-06-04 15:30 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 15:26 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages pluma
https://github.com/void-linux/void-packages/pull/12127

pluma: update to 1.22.1.
Drop enchant patches because they were applied upstream

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

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

From a3573392bce6bfa903dc388a29a20119a12a7707 Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Tue, 4 Jun 2019 09:48:09 -0400
Subject: [PATCH] pluma: update to 1.22.1.

Drop enchant patches because they were applied upstream
---
 srcpkgs/pluma/patches/fix-enchant.patch | 14 --------------
 srcpkgs/pluma/template                  |  5 ++---
 2 files changed, 2 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/pluma/patches/fix-enchant.patch

diff --git a/srcpkgs/pluma/patches/fix-enchant.patch b/srcpkgs/pluma/patches/fix-enchant.patch
deleted file mode 100644
index 4e78a3bd378..00000000000
--- a/srcpkgs/pluma/patches/fix-enchant.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/plugins/spell/pluma-spell-checker.c b/plugins/spell/pluma-spell-checker.c
-index d33bf92..9f2bde3 100644
---- plugins/spell/pluma-spell-checker.c
-+++ plugins/spell/pluma-spell-checker.c
-@@ -433,7 +433,7 @@ pluma_spell_checker_add_word_to_personal (PlumaSpellChecker *spell,
- 	if (len < 0)
- 		len = strlen (word);
- 
--	enchant_dict_add_to_pwl (spell->dict, word, len);
-+	enchant_dict_add (spell->dict, word, len);
- 
- 	g_signal_emit (G_OBJECT (spell), signals[ADD_WORD_TO_PERSONAL], 0, word, len);
- 
-
diff --git a/srcpkgs/pluma/template b/srcpkgs/pluma/template
index 00c5cff7b95..27facfa8dad 100644
--- a/srcpkgs/pluma/template
+++ b/srcpkgs/pluma/template
@@ -1,6 +1,6 @@
 # Template file for 'pluma'
 pkgname=pluma
-version=1.20.4
+version=1.22.1
 revision=1
 build_style=gnu-configure
 pycompile_dirs="usr/lib/pluma/plugins"
@@ -14,11 +14,10 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://mate-desktop.org"
 distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=fffd1ad0309c058ebd364ea0185d5dbbada2a9cde3d580da528b226c7ca9ab61
+checksum=af8d19927f1571d6b63462b8e51fed9ac851326b6ff800535ea785f15c61a591
 nocross="gobject-introspection from libpeas"
 
 pre_configure() {
-	sed -i 's/, enchant/, enchant-2/' configure.ac
 	autoreconf -fi
 }
 

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

* Re: [PR PATCH] [Updated] pluma: update to 1.22.1.
  2019-06-04 14:18 [PR PATCH] pluma: update to 1.22.1 voidlinux-github
@ 2019-06-04 15:26 ` voidlinux-github
  2019-06-04 15:26 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 15:26 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages pluma
https://github.com/void-linux/void-packages/pull/12127

pluma: update to 1.22.1.
Drop enchant patches because they were applied upstream

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

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

From a3573392bce6bfa903dc388a29a20119a12a7707 Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Tue, 4 Jun 2019 09:48:09 -0400
Subject: [PATCH] pluma: update to 1.22.1.

Drop enchant patches because they were applied upstream
---
 srcpkgs/pluma/patches/fix-enchant.patch | 14 --------------
 srcpkgs/pluma/template                  |  5 ++---
 2 files changed, 2 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/pluma/patches/fix-enchant.patch

diff --git a/srcpkgs/pluma/patches/fix-enchant.patch b/srcpkgs/pluma/patches/fix-enchant.patch
deleted file mode 100644
index 4e78a3bd378..00000000000
--- a/srcpkgs/pluma/patches/fix-enchant.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/plugins/spell/pluma-spell-checker.c b/plugins/spell/pluma-spell-checker.c
-index d33bf92..9f2bde3 100644
---- plugins/spell/pluma-spell-checker.c
-+++ plugins/spell/pluma-spell-checker.c
-@@ -433,7 +433,7 @@ pluma_spell_checker_add_word_to_personal (PlumaSpellChecker *spell,
- 	if (len < 0)
- 		len = strlen (word);
- 
--	enchant_dict_add_to_pwl (spell->dict, word, len);
-+	enchant_dict_add (spell->dict, word, len);
- 
- 	g_signal_emit (G_OBJECT (spell), signals[ADD_WORD_TO_PERSONAL], 0, word, len);
- 
-
diff --git a/srcpkgs/pluma/template b/srcpkgs/pluma/template
index 00c5cff7b95..27facfa8dad 100644
--- a/srcpkgs/pluma/template
+++ b/srcpkgs/pluma/template
@@ -1,6 +1,6 @@
 # Template file for 'pluma'
 pkgname=pluma
-version=1.20.4
+version=1.22.1
 revision=1
 build_style=gnu-configure
 pycompile_dirs="usr/lib/pluma/plugins"
@@ -14,11 +14,10 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://mate-desktop.org"
 distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=fffd1ad0309c058ebd364ea0185d5dbbada2a9cde3d580da528b226c7ca9ab61
+checksum=af8d19927f1571d6b63462b8e51fed9ac851326b6ff800535ea785f15c61a591
 nocross="gobject-introspection from libpeas"
 
 pre_configure() {
-	sed -i 's/, enchant/, enchant-2/' configure.ac
 	autoreconf -fi
 }
 

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

* Re: pluma: update to 1.22.1.
  2019-06-04 14:18 [PR PATCH] pluma: update to 1.22.1 voidlinux-github
  2019-06-04 15:26 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-04 15:26 ` voidlinux-github
@ 2019-06-04 15:30 ` voidlinux-github
  2019-06-04 15:44 ` voidlinux-github
  2019-06-04 15:56 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 15:30 UTC (permalink / raw)
  To: ml

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

New comment by thomas-t-w on void-packages repository

https://github.com/void-linux/void-packages/pull/12127#issuecomment-498722426
Comment:
I am really sorry about the whitespace. I am totally blind so the whitespace is tricky. I think I have modified my screen reader Orca to properly announce the tabs and punctuation and I will be sure to be more careful in the future.

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

* Re: pluma: update to 1.22.1.
  2019-06-04 14:18 [PR PATCH] pluma: update to 1.22.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-04 15:30 ` voidlinux-github
@ 2019-06-04 15:44 ` voidlinux-github
  2019-06-04 15:56 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 15:44 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12127#issuecomment-498728138
Comment:
It's appreciated, thank you.

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

* Re: [PR PATCH] [Merged]: pluma: update to 1.22.1.
  2019-06-04 14:18 [PR PATCH] pluma: update to 1.22.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-04 15:44 ` voidlinux-github
@ 2019-06-04 15:56 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 15:56 UTC (permalink / raw)
  To: ml

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

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

pluma: update to 1.22.1.
https://github.com/void-linux/void-packages/pull/12127
Description: Drop enchant patches because they were applied upstream

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

end of thread, other threads:[~2019-06-04 15:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 14:18 [PR PATCH] pluma: update to 1.22.1 voidlinux-github
2019-06-04 15:26 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-04 15:26 ` voidlinux-github
2019-06-04 15:30 ` voidlinux-github
2019-06-04 15:44 ` voidlinux-github
2019-06-04 15:56 ` [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).