From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38070) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijmnw-0003Wu-Re for guix-patches@gnu.org; Tue, 24 Dec 2019 11:13:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ijmnv-0003OE-Dz for guix-patches@gnu.org; Tue, 24 Dec 2019 11:13:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47021) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ijmnv-0003O6-8r for guix-patches@gnu.org; Tue, 24 Dec 2019 11:13:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ijmnu-0000Pz-4x for guix-patches@gnu.org; Tue, 24 Dec 2019 11:13:02 -0500 Subject: bug#38352: gnome-font-viewer V3 Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Tue, 24 Dec 2019 18:12:03 +0200 From: Efraim Flashner Message-ID: <20191224161203.GC23018@E5400> References: <362bd4c86c5ba1c1ec65f39db12d0c4a24c0789b.camel@disroot.org> <89a2de2c1ae7cf22f026398d28f9f4b4a9bfdd82.camel@disroot.org> <6014df9e732e5e61899be1a8177d1f4886682de1.camel@disroot.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mSxgbZZZvrAyzONB" Content-Disposition: inline In-Reply-To: <6014df9e732e5e61899be1a8177d1f4886682de1.camel@disroot.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Raghav Gururajan Cc: 38352-done@debbugs.gnu.org --mSxgbZZZvrAyzONB Content-Type: multipart/mixed; boundary="GPJrCs/72TxItFYR" Content-Disposition: inline --GPJrCs/72TxItFYR Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 > Date: Tue, 24 Dec 2019 08:04:16 -0500 > Subject: [PATCH] gnu: Add gnome-font-viewer. >=20 > * gnu/packages/gnome.scm (gnome-font-viewer). New Variable. > --- > gnu/packages/gnome.scm | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) >=20 > 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+))) > =20 > +(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=20 > + "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 co= mputer 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") > --=20 > 2.24.1 >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --GPJrCs/72TxItFYR Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="gnome-font-viewer.diff" Content-Transfer-Encoding: quoted-printable diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 36da447bf7..187eb9584c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -716,25 +716,35 @@ and keep up to date translations of documentation.") (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=20 - "1wwnx2zrlbd2d6np7m9s78alx6j6ranrnh1g2z6zrv9qcj8rpzz5")))) + (method url-fetch) + (uri (string-append "mirror://gnome/sources/gnome-font-viewe= r/" + (version-major+minor version) + "/gnome-font-viewer-" version ".tar.xz")) + (sha256 + (base32 + "1wwnx2zrlbd2d6np7m9s78alx6j6ranrnh1g2z6zrv9qcj8rpzz5")))) (build-system meson-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-post-install-script + (lambda _ + (substitute* "meson-postinstall.sh" + (("update-desktop-database") (which "true"))) + #t))))) (native-inputs `(("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin") ("pkg-config" ,pkg-config))) (inputs - `(("desktop-file-utils" ,desktop-file-utils) - ("glib" ,glib) + `(("glib" ,glib) ("gnome-desktop" ,gnome-desktop) ("gtk+" ,gtk+))) - (synopsis "GNOME Fonts") - (description "Application to show you the fonts installed on your comp= uter for your use as thumbnails. Selecting any thumbnails shows the full vi= ew of how the font would look under various sizes.") (home-page "https://gitlab.gnome.org/GNOME/gnome-font-viewer") + (synopsis "GNOME Fonts") + (description "Application to show you the fonts installed on your comp= uter +for your use as thumbnails. Selecting any thumbnails shows the full view o= f how +the font would look under various sizes.") (license license:gpl2+))) =20 (define-public gcr --GPJrCs/72TxItFYR-- --mSxgbZZZvrAyzONB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl4CONMACgkQQarn3Mo9 g1GZwRAAuVvprfknNgz9EOH7UbAU0TaXNLziRX6xhtm07HDXEWA2AVfQmJgl+qTD MQZPPVmBNsShqCLNxeUp1VuXmhIZhi8c97DQeD9gOGQkIO2C+tLffv8bQ4hNRu47 zbJjlts36Fx5O4C66iT7Bx5Xha5mimC5metQQhgd5wY/C/mOSiAyJiWbkpILEha3 ssHvfwN4cfWSFGqcWBDve++3KC3S/simsz07dSSV+9nANmMaUpndYtaQ9yUrgbr6 VjMw3sTTWM/YEOOG1VuuunLdWiPQ5q4ayn5QQihzUnPTrd1pW1HcWkSgp3GW4E3j ymkGW2wPCAf1us5grn+XrIusZRXJ9tUIqvUnTLJQ0fjyYiUxdqxIlpAx3CjILN3A 58Ulg+bLi+AYNhvTKbTfd2/+zTHQMMSfV/PQuNiyzBTBZCD+nyrhHND+D9g09ZsY 8Oe63/fcFGQUrlI1I+WoSE9xgj87F24SquW8uP2X+P96M36i+dR0ojLSrxfTN/RJ tabokXNbP1/WiWtRqtC7BkFmfuyFmk9HAdzB1TJbdY/ghbUrQlxVswFxVIH1EDLY EVgl5E6QvMnPc8VxVlYZWc+R99+BV+Bfl16iTDwS/JGlLwNS+aFbFEFu4fqiws4b iUXkLPX09ocJXoSPhKFNRgfXi5JckfFj21P3qubfdB850WfQehQ= =o5qc -----END PGP SIGNATURE----- --mSxgbZZZvrAyzONB--