Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pluma: update to 1.22.1.
Date: Tue, 04 Jun 2019 17:26:31 +0200	[thread overview]
Message-ID: <20190604152631.dD9q8TTVE9ohZsA5pIfSaBnJWRgDxWYMLkvRuKtJOAE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12127@inbox.vuxu.org>

[-- 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
 }
 

  parent reply	other threads:[~2019-06-04 15:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-04 14:18 [PR PATCH] " voidlinux-github
2019-06-04 15:26 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-04 15:26 ` voidlinux-github [this message]
2019-06-04 15:30 ` voidlinux-github
2019-06-04 15:44 ` voidlinux-github
2019-06-04 15:56 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190604152631.dD9q8TTVE9ohZsA5pIfSaBnJWRgDxWYMLkvRuKtJOAE@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).