mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gpaint: Update to 0.3.4.1.
* gnu/packages/graphics.scm (gpaint): Update to 0.3.4.1. [source]: Use git source. Change-Id: I2d1c2ca4ac230e3341648a1bf654f0298ec51958 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
68a1a48243
commit
73db528057
1 changed files with 13 additions and 11 deletions
|
@ -3380,19 +3380,21 @@ options.")
|
|||
(define-public gpaint
|
||||
(package
|
||||
(name "gpaint")
|
||||
(version "0.3.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://alpha.gnu.org/gnu/"
|
||||
name "/"
|
||||
name "-2-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13jv0zqbnyxjw7fa9x0yl08rrkqq0mdvki0yzbj6vqifvs393v5h"))))
|
||||
(version "0.3.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.savannah.gnu.org/git/gpaint.git")
|
||||
(commit (string-append "v"
|
||||
(string-replace-substring version "." "_")))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0drsvrihyvkdf5g65w5784ap06d2x9zkas69amp1mb6jmnzp8rir"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list gtk+-2 libglade))
|
||||
(native-inputs
|
||||
(list gettext-minimal `(,glib "bin") pkg-config))
|
||||
(native-inputs (list gettext-minimal
|
||||
`(,glib "bin") pkg-config))
|
||||
(synopsis "Simple paint program for GNOME")
|
||||
(description
|
||||
"GNU Paint is a simple, easy-to-use paint program for the GNOME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue