diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-05-10 02:29:58 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-05-10 02:56:26 +0200 |
commit | e6f6e4b93193d8d5dd90e67dc79957d942238059 (patch) | |
tree | fc5a7a7f5d09c79e0ea92fb8a107df5bdbe1958a /media-fonts | |
parent | net-misc/purritobin: drop older version (diff) | |
download | guru-e6f6e4b93193d8d5dd90e67dc79957d942238059.tar.gz guru-e6f6e4b93193d8d5dd90e67dc79957d942238059.tar.bz2 guru-e6f6e4b93193d8d5dd90e67dc79957d942238059.zip |
media-fonts/inconsolata_dz: new package
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/inconsolata_dz/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/inconsolata_dz/inconsolata_dz-20201205.ebuild | 20 | ||||
-rw-r--r-- | media-fonts/inconsolata_dz/metadata.xml | 22 |
3 files changed, 43 insertions, 0 deletions
diff --git a/media-fonts/inconsolata_dz/Manifest b/media-fonts/inconsolata_dz/Manifest new file mode 100644 index 000000000..ec77e66e7 --- /dev/null +++ b/media-fonts/inconsolata_dz/Manifest @@ -0,0 +1 @@ +DIST Inconsolata_dz.otf 52264 BLAKE2B 74162f9a42f8cbd6f5b4e724f361f0b664f976b8c4bbb6bf52de7094c64d846bd3773db7b257a381d89d4cc59e4147dc42fe620f7af2466b5694a64f0111b1b4 SHA512 b358915761ab4fcd98c170cef3703137c4f80eaa0486e113ddcea549c13002f79ea2d0a3f8d59246d2948bbfe373617f1138bbe8720cc9c82ba952a111981ba3 diff --git a/media-fonts/inconsolata_dz/inconsolata_dz-20201205.ebuild b/media-fonts/inconsolata_dz/inconsolata_dz-20201205.ebuild new file mode 100644 index 000000000..3386e7ce7 --- /dev/null +++ b/media-fonts/inconsolata_dz/inconsolata_dz-20201205.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +FONT_SUFFIX="otf" +FONT_PN="Inconsolata_dz" + +inherit font + +DESCRIPTION="A beautiful sans-serif monotype font designed for code listings" +HOMEPAGE=" + https://nodnod.net/posts/inconsolata-dz + https://fontinfo.opensuse.org/fonts/Inconsolata-dzdz.html +" +SRC_URI="https://nodnod.net/posts/inconsolata-dz/files/${FONT_PN}.${FONT_SUFFIX}" +S="${DISTDIR}" +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" diff --git a/media-fonts/inconsolata_dz/metadata.xml b/media-fonts/inconsolata_dz/metadata.xml new file mode 100644 index 000000000..cf0b252cf --- /dev/null +++ b/media-fonts/inconsolata_dz/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en"> +A new Inconsolata variant. + +Update Dec 5, 2020: Some versions of Emacs 24+ are seeing issues with fonts that use hyphens in the name, eg, Inconsolata-dz. I’ve updated the files list below to include a version of Inconsolata-dz named Inconsolata_dz, with underscores. + +I love the font Inconsolata. At bigger sizes and higher resolutions, it looks incredibly smooth and clear, and avoids the messy sort of feeling that Monaco gains as text density increases. + +One thing that bothered me about Inconsolata, however, was the fact that its single and double quotes were slightly slanted or curly. It especially bothered me when using single quotes and commas, as the two looked visually similar, and my eye kept jumping levels. + +As such, I made my own modification using the Font Forge source script, and named it: Inconsolata-dz + +It was the first time I did anything with Font Forge, so advance apologies for any mistakes. + </longdescription> +</pkgmetadata> |