public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/atkinson-hyperlegible/
@ 2024-10-25  2:45 Alec Stewart
  0 siblings, 0 replies; 3+ messages in thread
From: Alec Stewart @ 2024-10-25  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b7f44fd5cf34d492980f037f7d9e4918b543c3bf
Author:     Alec Stewart <alec-stewart <AT> protonmail <DOT> com>
AuthorDate: Fri Oct 25 02:42:20 2024 +0000
Commit:     Alec Stewart <alec-stewart <AT> protonmail <DOT> com>
CommitDate: Fri Oct 25 02:42:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7f44fd5

media-fonts/atkinson-hyperlegible: new package, add 20200514

Signed-off-by: Alec Stewart <alec-stewart <AT> protonmail.com>

 media-fonts/atkinson-hyperlegible/Manifest         |  1 +
 .../atkinson-hyperlegible-20200514.ebuild          | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-fonts/atkinson-hyperlegible/Manifest b/media-fonts/atkinson-hyperlegible/Manifest
new file mode 100644
index 000000000..0e73089b3
--- /dev/null
+++ b/media-fonts/atkinson-hyperlegible/Manifest
@@ -0,0 +1 @@
+DIST atkinson-hyperlegible-20200514.zip 574460 BLAKE2B 06fdbe9337fd161be1fa0f5b906ecb89a0b01c0ace2fe2cede8a0db8b0b896d239f2b688f94f2c476f0769e41e4179fe5cb16d22da65a623440cb4563113b085 SHA512 869e4a477caac906731494daa6db216f621fd75231aeb94053a412ff1c3752726c873895a785b138d3a74dc721a06925b791ccf1a3cdaddd52edc99c4188a0bd

diff --git a/media-fonts/atkinson-hyperlegible/atkinson-hyperlegible-20200514.ebuild b/media-fonts/atkinson-hyperlegible/atkinson-hyperlegible-20200514.ebuild
new file mode 100644
index 000000000..54d4fa1e2
--- /dev/null
+++ b/media-fonts/atkinson-hyperlegible/atkinson-hyperlegible-20200514.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="Braille Institute's Atkinson Hyperlegible font."
+HOMEPAGE="https://www.brailleinstitute.org/freefont/"
+
+MY_PV="2020-0514"
+SRC_URI="https://www.brailleinstitute.org/atkinson-hyperlegible-font/Atkinson-Hyperlegible-Font-Print-and-Web-${MY_PV}.zip -> ${P}.zip"
+S="${WORKDIR}/Atkinson-Hyperlegible-Font-Print-and-Web-${MY_PV}"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+IUSE="otf +ttf"
+REQUIRED_USE="^^ ( otf ttf )"
+
+BDEPEND="app-arch/unzip"
+
+FONT_SUFFIX=""
+
+src_install() {
+	if use otf; then
+		FONT_SUFFIX+="otf"
+		FONT_S=( "Print Fonts/" )
+	fi
+	if use ttf; then
+		FONT_SUFFIX+="ttf"
+		FONT_S=( "Web Fonts/TTF" )
+	fi
+	font_src_install
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/atkinson-hyperlegible/
@ 2024-10-25  2:45 Alec Stewart
  0 siblings, 0 replies; 3+ messages in thread
From: Alec Stewart @ 2024-10-25  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     76f7d5b971ee0a66b1d84ef67312053962ec7ae0
Author:     Alec Stewart <alec-stewart <AT> protonmail <DOT> com>
AuthorDate: Fri Oct 25 02:42:41 2024 +0000
Commit:     Alec Stewart <alec-stewart <AT> protonmail <DOT> com>
CommitDate: Fri Oct 25 02:42:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76f7d5b9

media-fonts/atkinson-hyperlegible: Add metadata.xml

Signed-off-by: Alec Stewart <alec-stewart <AT> protonmail.com>

 media-fonts/atkinson-hyperlegible/metadata.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/media-fonts/atkinson-hyperlegible/metadata.xml b/media-fonts/atkinson-hyperlegible/metadata.xml
new file mode 100644
index 000000000..81d4a8946
--- /dev/null
+++ b/media-fonts/atkinson-hyperlegible/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>alec-guru@pm.me</email>
+    <name>Alec Stewart</name>
+  </maintainer>
+  <longdescription lang="en">
+    Atkinson Hyperlegible is a freely available typeface built around a
+    grotesque sans-serif core, intended to be optimally
+    legible for readers who are partially visually impaired, with all
+    characters maximally distinguishable from one another. It was
+    developed by the Braille Institute of America in collaboration with
+    Applied Design Works and is available under the SIL Open Font
+    License. It won Fast Company's Innovation by Design Award for
+    Graphic Design in 2019 and was shortlisted for a graphic design
+    award by Dezeen in 2020.
+  </longdescription>
+  <use>
+    <flag name="ttf">Use the provided True Type Font font files</flag>
+    <flag name="otf">Use the provided Open Type Font font files</flag>
+  </use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/atkinson-hyperlegible/
@ 2024-10-25 23:55 Alec Stewart
  0 siblings, 0 replies; 3+ messages in thread
From: Alec Stewart @ 2024-10-25 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e03da2b7de9090c7254e8885e011199034b42999
Author:     Alec Stewart <alec-stewart <AT> protonmail <DOT> com>
AuthorDate: Fri Oct 25 23:54:57 2024 +0000
Commit:     Alec Stewart <alec-stewart <AT> protonmail <DOT> com>
CommitDate: Fri Oct 25 23:54:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e03da2b7

media-fonts/atkinson-hyperlegible: add myself as a maintainer

Signed-off-by: Alec Stewart <alec-stewart <AT> protonmail.com>

 media-fonts/atkinson-hyperlegible/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/atkinson-hyperlegible/metadata.xml b/media-fonts/atkinson-hyperlegible/metadata.xml
index 81d4a8946..1e3a5cee2 100644
--- a/media-fonts/atkinson-hyperlegible/metadata.xml
+++ b/media-fonts/atkinson-hyperlegible/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <pkgmetadata>
   <maintainer type="person">
-    <email>alec-guru@pm.me</email>
+    <email>alec-stewart@protonmail.com</email>
     <name>Alec Stewart</name>
   </maintainer>
   <longdescription lang="en">


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-25 23:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 23:55 [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/atkinson-hyperlegible/ Alec Stewart
  -- strict thread matches above, loose matches on Subject: below --
2024-10-25  2:45 Alec Stewart
2024-10-25  2:45 Alec Stewart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox