diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-31 00:00:43 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-31 10:48:28 -0400 |
commit | 40bc5c84968294f19f20aa4193e92273de34f581 (patch) | |
tree | 714adaaac4bc4fd763873397cd79593414f7c5f5 /x11-libs/libfontenc | |
parent | x11-apps/showfont: Version bump to 1.0.6 (diff) | |
download | gentoo-40bc5c84968294f19f20aa4193e92273de34f581.tar.gz gentoo-40bc5c84968294f19f20aa4193e92273de34f581.tar.bz2 gentoo-40bc5c84968294f19f20aa4193e92273de34f581.zip |
x11-libs/libfontenc: Version bump to 1.1.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libfontenc')
-rw-r--r-- | x11-libs/libfontenc/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libfontenc/libfontenc-1.1.6.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest index 333facc37766..fc01d06aa82b 100644 --- a/x11-libs/libfontenc/Manifest +++ b/x11-libs/libfontenc/Manifest @@ -1,2 +1,3 @@ DIST libfontenc-1.1.4.tar.bz2 320492 BLAKE2B 34da17e220789f5078e870329390c0e3ee665598db3432ef5a33e78d1db4b12460c7467bcbcc1dad67e9f6ade0173f9fad915a2fbbee51f0be23feedc242e7bd SHA512 76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582 DIST libfontenc-1.1.5.tar.xz 270848 BLAKE2B 27580286e48cc1703222a34e1a15cfa5ce9ac06d9c1c9322639d723d0436240fddd052a7e50c0b93e4ffd38c75f8196069593e6d0383b80fffe07b62c59932f6 SHA512 1e285069012bee9742aa3608898c5c1677be42ced3b175f59de9830e626c7b7116f44da7deac5926b250145f4fdb4e8757c6901191c9f8f9e720d159d6a4c2b4 +DIST libfontenc-1.1.6.tar.xz 272520 BLAKE2B ccfe4f9524655862e2e5ceed8edccd7da8ec1872b3a8166803540b69fe4f42f1b5b6f2128a00b702368f9009e1bb1edcec5d28c36815abd6d591dc9fc46cd291 SHA512 524247caf035e5d69280575c79ec5a3259c4cd0a4afa375b01985fedf800b42ecd75102e38f85cdce5591d020d361ffa9390adcb7906e939df289e5131088683 diff --git a/x11-libs/libfontenc/libfontenc-1.1.6.ebuild b/x11-libs/libfontenc/libfontenc-1.1.6.ebuild new file mode 100644 index 000000000000..2b5519b3a8e5 --- /dev/null +++ b/x11-libs/libfontenc/libfontenc-1.1.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org fontenc library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +XORG_CONFIGURE_OPTIONS=( + --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings" +) |