[PATCH] gnu: scribus: Update to 1.6.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Andy Tai
Severity
normal
A
A
Andy Tai wrote on 2 Jan 08:32 +0100
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
e1b145044081b9ebfa7079ed7022534acdf96118.1704180632.git.atai@atai.org
* gnu/packages/scribus.scm (scribus): Update to 1.6.0

Change-Id: I5ed35e9a8fe8b9473a0fe90599769088a0837419
---
gnu/packages/scribus.scm | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/scribus.scm b/gnu/packages/scribus.scm
index ba32361575..b8c845edd5 100644
--- a/gnu/packages/scribus.scm
+++ b/gnu/packages/scribus.scm
@@ -50,20 +50,14 @@ (define-module (gnu packages scribus)
(define-public scribus
(package
(name "scribus")
- (version "1.5.8")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://sourceforge/scribus/scribus-devel/"
- version "/scribus-" version ".tar.xz"))
+ (uri (string-append "mirror://sourceforge/scribus/scribus/"
+ version "/scribus-" version ".tar.gz"))
(sha256
- (base32 "0x3bw58v920akca8jxvsfwf468pzjyglk93ay67ph1bdry7nx0a7"))
- (patches
- (search-patches "scribus-1.5.8-poppler-22.2.0-1.patch"
- "scribus-1.5.8-poppler-22.2.0-2.patch"
- "scribus-1.5.8-poppler-22.03.0.patch"
- "scribus-1.5.8-poppler-22.04.0.patch"
- "scribus-1.5.8-poppler-22.09.0.patch"))))
+ (base32 "10ixrvi1rn20r8nni6cllvkszcx77pyca68vrixjsy7nk1brx9nw"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;no test target

base-commit: f2102cb5b9239be2ed2023b908b726af542e0124
--
2.41.0
N
N
Nicolas Goaziou wrote on 2 Jan 15:25 +0100
(name . Andy Tai)(address . atai@atai.org)(address . 68203@debbugs.gnu.org)
87h6jvlsmy.fsf@nicolasgoaziou.fr
Hello,

Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> * gnu/packages/scribus.scm (scribus): Update to 1.6.0

Thanks.

Toggle quote (8 lines)
> - (patches
> - (search-patches "scribus-1.5.8-poppler-22.2.0-1.patch"
> - "scribus-1.5.8-poppler-22.2.0-2.patch"
> - "scribus-1.5.8-poppler-22.03.0.patch"
> - "scribus-1.5.8-poppler-22.04.0.patch"
> - "scribus-1.5.8-poppler-22.09.0.patch"))))
> + (base32 "10ixrvi1rn20r8nni6cllvkszcx77pyca68vrixjsy7nk1brx9nw"))))

It looks like you forgot to delete the patch files, and update local.mk accordingly.

Regards,
--
Nicolas Goaziou
A
A
Andy Tai wrote on 4 Jan 22:53 +0100
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)(address . 68203@debbugs.gnu.org)
CAJsg1E_RzMd7Paf3TTyoriQ=bZZGKCPGFmczG1awCHYOpDNhdw@mail.gmail.com
will send updated patch

On Tue, Jan 2, 2024 at 6:25?AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
Toggle quote (14 lines)
>
>
> > - (patches
> > - (search-patches "scribus-1.5.8-poppler-22.2.0-1.patch"
> > - "scribus-1.5.8-poppler-22.2.0-2.patch"
> > - "scribus-1.5.8-poppler-22.03.0.patch"
> > - "scribus-1.5.8-poppler-22.04.0.patch"
> > - "scribus-1.5.8-poppler-22.09.0.patch"))))
> > + (base32 "10ixrvi1rn20r8nni6cllvkszcx77pyca68vrixjsy7nk1brx9nw"))))
>
> It looks like you forgot to delete the patch files, and update local.mk accordingly.
>
>
>
A
N
N
Nicolas Goaziou wrote on 4 Mar 18:39 +0100
(name . Andy Tai)(address . atai@atai.org)(address . 68203-done@debbugs.gnu.org)
87o7btlwuv.fsf@nicolasgoaziou.fr
Hello,

Andy Tai <atai@atai.org> writes:

Toggle quote (7 lines)
> From d999845778edfec6a5b06871383605d5e850b0d6 Mon Sep 17 00:00:00 2001
> Message-Id: <d999845778edfec6a5b06871383605d5e850b0d6.1704523803.git.atai@atai.org>
> From: Andy Tai <atai@atai.org>
> Date: Mon, 1 Jan 2024 23:32:18 -0800
> Subject: [PATCH v2] gnu: scribus: Update to 1.6.0
> To: 68203@debbugs.gnu.org

I updated it to 1.6.1 and applied your patch. Thank you (and sorry for
the delay).

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68203@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68203
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch