emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61288: closed ([PATCH] gnu: gpaint: Update to 0.3.4)


From: GNU bug Tracking System
Subject: bug#61288: closed ([PATCH] gnu: gpaint: Update to 0.3.4)
Date: Wed, 08 Feb 2023 17:25:03 +0000

Your message dated Wed, 08 Feb 2023 17:24:15 +0000
with message-id <87y1p85au8.fsf@cbaines.net>
and subject line Re: [bug#61288] [PATCH] gnu: gpaint: Update to 0.3.4
has caused the debbugs.gnu.org bug report #61288,
regarding [PATCH] gnu: gpaint: Update to 0.3.4
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61288: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61288
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61288] [PATCH] gnu: gpaint: Update to 0.3.4 Date: Wed, 08 Feb 2023 17:24:15 +0000 User-agent: mu4e 1.8.11; emacs 28.2
Andy Tai <atai@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]