Archived
1
0
Fork 0

gnu: Add gcolor3.

* gnu/packages/gnome.scm (gcolor3): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Vinicius Monego 2021-08-12 22:59:17 +00:00 committed by Arun Isaac
parent d31301dfe0
commit 75e7e4e71c
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -9978,6 +9978,38 @@ detailed properties. It is an easy way to find the character you might
only know by its Unicode name or code point.") only know by its Unicode name or code point.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public gcolor3
(package
(name "gcolor3")
(version "2.4.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.gnome.org/World/gcolor3")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1igqmach1vhcrvbpw346pmkbb5kabbb806ssswrvkp569n700wmc"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
("gtk+:bin" ,gtk+ "bin")
("pkg-config" ,pkg-config)))
(inputs
`(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gtk+" ,gtk+)
("libportal" ,libportal)))
(home-page "https://www.hjdskes.nl/projects/gcolor3/")
(synopsis "Simple color chooser written in GTK3")
(description "Color Picker is a simple color chooser written in GTK3. It
supports both X and Wayland display servers.")
(license license:gpl2+)))
(define-public bluefish (define-public bluefish
(package (package
(name "bluefish") (name "bluefish")