GNU bug report logs - #61288
[PATCH] gnu: gpaint: Update to 0.3.4

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sun, 5 Feb 2023 07:29:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61288 in the body.
You can then email your comments to 61288 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61288; Package guix-patches. (Sun, 05 Feb 2023 07:29:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 05 Feb 2023 07:29:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: gpaint: Update to 0.3.4
Date: Sat,  4 Feb 2023 23:28:10 -0800
* gnu/packages/graphics.scm (gpaint): Update to 0.3.4
---
 gnu/packages/graphics.scm | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 7c4456d034..d9359d0b85 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -2509,7 +2509,7 @@ (define-public f3d
 (define-public gpaint
   (package
     (name "gpaint")
-    (version "0.3.3")
+    (version "0.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://alpha.gnu.org/gnu/"
@@ -2517,22 +2517,11 @@ (define-public gpaint
                                   name "-2-" version ".tar.gz"))
               (sha256
                (base32
-                "1syh5l5fnzk7cw77iykafn73fvmnc83kg815fa8vvj0h0r30c5sl"))))
+                "13jv0zqbnyxjw7fa9x0yl08rrkqq0mdvki0yzbj6vqifvs393v5h"))))
     (build-system gnu-build-system)
     (inputs (list gtk+-2 libglade))
     (native-inputs
      (list gettext-minimal `(,glib "bin") pkg-config))
-    (arguments
-     (list #:phases #~(modify-phases %standard-phases
-                        (add-after 'unpack 'remove-undefined-references
-                          (lambda _
-                            (substitute* "src/drawing.c"
-                              (("GTK_STOCK_DISCARD,GTK_RESPONSE_DISCARD")
-                               "GTK_STOCK_DISCARD,GTK_RESPONSE_NO"))
-                            (substitute* "src/menu.c"
-                              (("\\#include \"menu.h\"")
-                               "")))))))
-
     (synopsis "Simple paint program for GNOME")
     (description
      "GNU Paint is a simple, easy-to-use paint program for the GNOME
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61288; Package guix-patches. (Wed, 08 Feb 2023 17:25:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 61288-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61288] [PATCH] gnu: gpaint: Update to 0.3.4
Date: Wed, 08 Feb 2023 17:24:15 +0000
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/graphics.scm (gpaint): Update to 0.3.4
> ---
>  gnu/packages/graphics.scm | 15 ++-------------
>  1 file changed, 2 insertions(+), 13 deletions(-)

Thanks, I added a bit about removing the arguments in to the commit
message and pushed this to master as
07e74b63d4969de0b51c48edb586f0d7d8c08db7.

Chris
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Wed, 08 Feb 2023 17:25:03 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Wed, 08 Feb 2023 17:25:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 09 Mar 2023 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 48 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.