* [bug#61288] [PATCH] gnu: gpaint: Update to 0.3.4
@ 2023-02-05 7:28 Andy Tai
2023-02-08 17:24 ` bug#61288: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-02-05 7:28 UTC (permalink / raw)
To: 61288; +Cc: Andy Tai
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#61288: [PATCH] gnu: gpaint: Update to 0.3.4
2023-02-05 7:28 [bug#61288] [PATCH] gnu: gpaint: Update to 0.3.4 Andy Tai
@ 2023-02-08 17:24 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-08 17:24 UTC (permalink / raw)
To: Andy Tai; +Cc: 61288-done, guix-patches
[-- Attachment #1: Type: text/plain, Size: 354 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-08 17:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-05 7:28 [bug#61288] [PATCH] gnu: gpaint: Update to 0.3.4 Andy Tai
2023-02-08 17:24 ` bug#61288: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.