GNU bug report logs - #38352
gnome-font-viewer

Previous Next

Package: guix-patches;

Reported by: Raghav Gururajan <raghavgururajan <at> disroot.org>

Date: Sat, 23 Nov 2019 18:59:01 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38352 in the body.
You can then email your comments to 38352 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#38352; Package guix-patches. (Sat, 23 Nov 2019 18:59:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Raghav Gururajan <raghavgururajan <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 23 Nov 2019 18:59:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Raghav Gururajan <raghavgururajan <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: gnome-font-viewer
Date: Sat, 23 Nov 2019 13:57:42 -0500
[Message part 1 (text/plain, inline)]
Hello Guix!

Please find the attached file containing patch to add gnome-font-
viewer.

Thank you!

Regards,
RG.
[0003-gnu-Add-gnome-font-viewer.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#38352; Package guix-patches. (Sat, 21 Dec 2019 04:18:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Raghav Gururajan <raghavgururajan <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: Re: gnome-font-viewer V2
Date: Fri, 20 Dec 2019 23:17:24 -0500
[Message part 1 (text/plain, inline)]
Hello Guix!

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

Thank you!

Regards,
Raghav Gururajan.
[gnome-font-viewer.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#38352; Package guix-patches. (Tue, 24 Dec 2019 13:17:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Raghav Gururajan <raghavgururajan <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: Re: gnome-font-viewer V3
Date: Tue, 24 Dec 2019 08:15:40 -0500
[Message part 1 (text/plain, inline)]
Hello Guix!

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

I have performed `./etc/indent-code.el gnu/packages/gnome.scm gnome-
font-viewer` and also `./pre-inst-env guix build gnome-font-viewer` was
successful.

Regarding `./pre-inst-env guix lint gnome-font-viewer`, I got output
message something about infarction. I could not understand what it is.
It would be great if you (committer) could fix it and push the patch. I
will learn what it is and fix it in my future patches.

Thank you!

Regards,
RG.
[gnome-font-viewer.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Tue, 24 Dec 2019 16:13:01 GMT) Full text and rfc822 format available.

Notification sent to Raghav Gururajan <raghavgururajan <at> disroot.org>:
bug acknowledged by developer. (Tue, 24 Dec 2019 16:13:02 GMT) Full text and rfc822 format available.

Message #16 received at 38352-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Raghav Gururajan <raghavgururajan <at> disroot.org>
Cc: 38352-done <at> debbugs.gnu.org
Subject: Re: [bug#38352] gnome-font-viewer V3
Date: Tue, 24 Dec 2019 18:12:03 +0200
[Message part 1 (text/plain, inline)]
I've attached a diff of the changes I made before pushing the patch

On Tue, Dec 24, 2019 at 08:15:40AM -0500, Raghav Gururajan wrote:
> From e1b2a243c1d96f1759cb4895448a78d9701ac4ff Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <raghavgururajan <at> disroot.org>
> Date: Tue, 24 Dec 2019 08:04:16 -0500
> Subject: [PATCH] gnu: Add gnome-font-viewer.
> 
> * gnu/packages/gnome.scm (gnome-font-viewer). New Variable.
> ---
>  gnu/packages/gnome.scm | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
> 
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 95da97e95d..36da447bf7 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -711,6 +711,32 @@ and keep up to date translations of documentation.")
>      (description "Disk management utility for GNOME.")
>      (license license:gpl2+)))
>  
> +(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
> +     `(("gettext" ,gettext-minimal)
> +       ("glib:bin" ,glib "bin")
> +       ("pkg-config" ,pkg-config)))
> +    (inputs
> +     `(("desktop-file-utils" ,desktop-file-utils)
> +       ("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 gcr
>    (package
>      (name "gcr")
> -- 
> 2.24.1
> 


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[gnome-font-viewer.diff (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 22 Jan 2020 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 67 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.