gnu: gpaint: Update to 0.3.4
* gnu/packages/graphics.scm (gpaint): Update to 0.3.4 [arguments]: Remove. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
277fb70442
commit
07e74b63d4
|
@ -2509,7 +2509,7 @@ options.")
|
||||||
(define-public gpaint
|
(define-public gpaint
|
||||||
(package
|
(package
|
||||||
(name "gpaint")
|
(name "gpaint")
|
||||||
(version "0.3.3")
|
(version "0.3.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://alpha.gnu.org/gnu/"
|
(uri (string-append "http://alpha.gnu.org/gnu/"
|
||||||
|
@ -2517,22 +2517,11 @@ options.")
|
||||||
name "-2-" version ".tar.gz"))
|
name "-2-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1syh5l5fnzk7cw77iykafn73fvmnc83kg815fa8vvj0h0r30c5sl"))))
|
"13jv0zqbnyxjw7fa9x0yl08rrkqq0mdvki0yzbj6vqifvs393v5h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list gtk+-2 libglade))
|
(inputs (list gtk+-2 libglade))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal `(,glib "bin") pkg-config))
|
(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")
|
(synopsis "Simple paint program for GNOME")
|
||||||
(description
|
(description
|
||||||
"GNU Paint is a simple, easy-to-use paint program for the GNOME
|
"GNU Paint is a simple, easy-to-use paint program for the GNOME
|
||||||
|
|
Reference in New Issue