summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-12 15:46:32 -0700
committerMatt Turner <mattst88@gentoo.org>2022-07-12 16:54:03 -0700
commit37f61186b469162e2929a277633ce844473a190f (patch)
tree4cd5a07847eccc4e8b1f5883164accec7f14abed /media-fonts/font-util
parentx11-apps/xrefresh: Version bump to 1.0.7 (diff)
downloadgentoo-37f61186b469162e2929a277633ce844473a190f.tar.gz
gentoo-37f61186b469162e2929a277633ce844473a190f.tar.bz2
gentoo-37f61186b469162e2929a277633ce844473a190f.zip
media-fonts/font-util: Version bump to 1.3.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts/font-util')
-rw-r--r--media-fonts/font-util/Manifest1
-rw-r--r--media-fonts/font-util/font-util-1.3.3.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/media-fonts/font-util/Manifest b/media-fonts/font-util/Manifest
index e17d8a491297..ad51f535b0de 100644
--- a/media-fonts/font-util/Manifest
+++ b/media-fonts/font-util/Manifest
@@ -1 +1,2 @@
DIST font-util-1.3.2.tar.bz2 158480 BLAKE2B 490aa54fdbf0e7060a17261e6ac06d30ef374c0ef40ae7473680c192898305c86617667c59f334d54e3ba3eb2464e925a12a5ad4bc74c73f6a62b0500d7c0da0 SHA512 7cac529b12ae71185b89c72c1569b9826f52eeaecc1c76010338e7c42c4078ae339f18220b580bbd68fb5dc09df6ecf169a47c32e6104d8ee53bd443fa21d167
+DIST font-util-1.3.3.tar.xz 142544 BLAKE2B b893159496fb242c33facda98597e200b41d05fbc28c9c1cf04f5214788f421472562a79ad24cffddad72ebf38f751858712a5c7c2904370ea77f501f78ccc77 SHA512 5e1cb8af44fe0bea72b1a6a4e455f50ca49b7531c2f4b605800c0b2b7578b9826ccf17fa195c505ab1d6339fd4ad697c01ba3b9777616f354ab62b23434d47c9
diff --git a/media-fonts/font-util/font-util-1.3.3.ebuild b/media-fonts/font-util/font-util-1.3.3.ebuild
new file mode 100644
index 000000000000..180d08a20707
--- /dev/null
+++ b/media-fonts/font-util/font-util-1.3.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2005-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/font/util.git"
+DESCRIPTION="X.Org font utilities"
+HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/font/util"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-fontrootdir="${EPREFIX}"/usr/share/fonts
+ --with-mapdir="${EPREFIX}"/usr/share/fonts/util
+)