unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 38352@debbugs.gnu.org
Subject: [bug#38352] gnome-font-viewer V2
Date: Fri, 20 Dec 2019 23:17:24 -0500	[thread overview]
Message-ID: <89a2de2c1ae7cf22f026398d28f9f4b4a9bfdd82.camel@disroot.org> (raw)
In-Reply-To: <362bd4c86c5ba1c1ec65f39db12d0c4a24c0789b.camel@disroot.org>


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

Hello Guix!

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

Thank you!

Regards,
Raghav Gururajan.

[-- Attachment #1.2: gnome-font-viewer.patch --]
[-- Type: text/x-patch, Size: 1449 bytes --]

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dab2571fba..ba1de82b41 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -746,6 +746,33 @@ accessing key stores.  It also provides the viewer for crypto files on the
 GNOME Desktop.")
     (license license:lgpl2.1+)))
 
+(define-public gnome-font-viewer
+  (package
+    (name "gnome-font-viewer")
+    (version "3.30.0")
+    (source (origin
+	      (method url-fetch)
+	      (uri (string-append "mirror://gnome/sources/gnome-font-viewer/"
+				  (version-major+minor version) "/gnome-font-viewer-" version ".tar.xz"))
+	      (sha256
+	       (base32 
+		"1wwnx2zrlbd2d6np7m9s78alx6j6ranrnh1g2z6zrv9qcj8rpzz5"))))
+    (build-system meson-build-system)
+    (native-inputs
+     `(("glib:bin" ,glib "bin")
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("desktop-file-utils" ,desktop-file-utils)
+       ("gettext" ,gettext-minimal)
+       ("glib" ,glib)
+       ("gnome-desktop" ,gnome-desktop)
+       ("gtk+" ,gtk+)))
+    (synopsis "GNOME Fonts")
+    (description "Application to show you the fonts installed on your computer for your use as thumbnails.
+                  Selecting any thumbnails shows the full view of how the font would look under various sizes.")
+    (home-page "https://gitlab.gnome.org/GNOME/gnome-font-viewer")
+    (license license:gpl2+))
+
 (define-public libgnome-keyring
   (package
     (name "libgnome-keyring")

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

  reply	other threads:[~2019-12-21  4:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-23 18:57 [bug#38352] gnome-font-viewer Raghav Gururajan
2019-12-21  4:17 ` Raghav Gururajan [this message]
2019-12-24 13:15   ` [bug#38352] gnome-font-viewer V3 Raghav Gururajan
2019-12-24 16:12     ` bug#38352: " Efraim Flashner

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=89a2de2c1ae7cf22f026398d28f9f4b4a9bfdd82.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38352@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).