unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 38351@debbugs.gnu.org
Subject: [bug#38351] gnome-characters V2
Date: Fri, 20 Dec 2019 22:45:10 -0500	[thread overview]
Message-ID: <3fe2fb92b6c3fcf2b5c5dc7b604395d7f75d8dee.camel@disroot.org> (raw)
In-Reply-To: <5e448abe005d25a6c831e20b54cbff6f0610ec63.camel@disroot.org>


[-- Attachment #1.1: Type: text/plain, Size: 123 bytes --]

Hello Guix!

Please find the new patch attached with this email, for gnome-
characters.

Regards,
Raghav Gururajan.

[-- Attachment #1.2: gnome-characters.patch --]
[-- Type: text/x-patch, Size: 1428 bytes --]

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dab2571fba..9146ffc168 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -455,6 +455,34 @@ documents.  This package also contains binaries that can convert XPS documents
 to other formats.")
     (license license:lgpl2.1+)))
 
+(define-public gnome-characters ;; not gucharmap
+  (package
+    (name "gnome-characters") ;; not gucharmap
+    (version "3.30.0")
+    (source (origin
+	      (method url-fetch)
+	      (uri (string-append "mirror://gnome/sources/gnome-characters/"
+				  (version-major+minor version) "/gnome-characters-" version ".tar.xz"))
+	      (sha256
+	       (base32 
+		"08cwz39iwgsyyb2wqhb8vfbmh1cwfkgfiy7adp08w7rwqi99x3dp"))))
+    (build-system meson-build-system)
+    (native-inputs
+     `(("glib:bin" ,glib "bin")
+       ("gtk+:bin" ,gtk+ "bin")
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("gettext" ,gettext-minimal)
+       ("gjs" ,gjs)
+       ("gtk+" ,gtk+)
+       ("libunistring" ,libunistring)))
+    (synopsis "GNOME Characters")
+    (description "A simple utility application to find and 
+		 insert unusual characters. It allows you to quickly find 
+		 the character you are looking for by searching for keywords.")
+    (home-page "https://wiki.gnome.org/Design/Apps/CharacterMap")
+    (license license:bsd-3))
+
 (define-public gnome-common
   (package
     (name "gnome-common")

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2019-12-21  3:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-23 18:56 [bug#38351] gnome-characters Raghav Gururajan
2019-12-21  3:45 ` Raghav Gururajan [this message]
2019-12-21  5:11   ` [bug#38351] gnome-characters V2 Brett Gilio
2019-12-21 10:16   ` bug#38351: " Ricardo Wurmus
2019-12-21 10:33     ` [bug#38351] " Raghav Gururajan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3fe2fb92b6c3fcf2b5c5dc7b604395d7f75d8dee.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38351@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).