[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

Debbugs page

Andy Tai wrote 1 years ago
(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
Nicolas Goaziou wrote 1 years ago
(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
Andy Tai wrote 1 years ago
(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.
>
>
>
Nicolas Goaziou wrote 1 years ago
(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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help