[PATCH] gnu: gpaint: Update to 0.3.4

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230205072810.23114-1-atai@atai.org
* gnu/packages/graphics.scm (gpaint): Update to 0.3.4
---
gnu/packages/graphics.scm | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)

Toggle diff (39 lines)
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
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
87y1p85au8.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmPj2t9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XexkBAArs31FN4MXaAiT3iV9psUixyIBBVGAHEk
uG+ObwtKDnDDtrY6dpGRF29rWs961cHxjwu7TFTdb/HA5JlZdf3/+nb/Eo7xfSpw
9B2Sn7xWBrvr7eDRAgRyYFYEBOP7kwuvfL6UIsnGjJd1PY2+Muqeb5pbb1FsACSC
uLjvB7XAbvagJdJBjleJ82LzhxlyXCDTHvrBx4Fb6KnBeJXr2qDVR/vEDEWgp4uc
692KnISoh8MCejmM4Zw0q/z/sB9lYbvd31QJBupQRqozv/TutGVHh1CBB/f6pxbn
Lm73VAi0yksBKooNW/fumIaO1dQEwCLvC1VqV4UCJXhIhQewvayhNT6iovBwAxd/
H2ZxiBblXqQ9f1I8q9HE476sMHjw3rkkNK6VzzIGieak2J0R4keRfTOYCGZpxmAV
ulGv2YD1lvxUYE9QF/lS8N4zDxO9tNYz0fQIEjwDtFOezTOE10LaPLdYPQ2vQ095
xXE4HPKK4/6hD21JbJAAtfA17w9lxgFUxFt6Rx2s/Xgn3yWCiKZP3Em2VcaxPPDo
bLqrV/eSsAmycGvXXTKXcD2F/dr+JQzKOFR9oIUft2KhcgKDmJ91FMvT+Iu9rmn8
+o+j4/T2zDtijLsdNUNNu1JFfmSP7m7qgs1mqrnWXbpUZWP6WKbH9SRSnmMq3maG
VH5lXiNC/Gc=
=vr7Y
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 61288
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