emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50032: closed ([PATCH] gnu: Add gcolor3.)


From: GNU bug Tracking System
Subject: bug#50032: closed ([PATCH] gnu: Add gcolor3.)
Date: Wed, 18 Aug 2021 15:11:02 +0000

Your message dated Wed, 18 Aug 2021 20:39:47 +0530
with message-id <87h7fmpz5w.fsf@systemreboot.net>
and subject line Re: [bug#50032] [PATCH] gnu: Add gcolor3.
has caused the debbugs.gnu.org bug report #50032,
regarding [PATCH] gnu: Add gcolor3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50032: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50032
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add gcolor3. Date: Thu, 12 Aug 2021 22:59:17 +0000
* gnu/packages/gnome.scm (gcolor3): New variable.
---
 gnu/packages/gnome.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d7d19d60ec..5d82be7121 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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.")
       (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
   (package
     (name "bluefish")
-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#50032] [PATCH] gnu: Add gcolor3. Date: Wed, 18 Aug 2021 20:39:47 +0530
Hi Vinicius,

Pushed to master, thanks for contributing! :-)

Regards,
Arun

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]