diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-27 08:08:26 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-27 11:29:38 -0400 |
commit | 782b3fc4654bb8a068988a3194b43b9fcf4b4d07 (patch) | |
tree | 150e2001d8575b8abe4cab410b8a084778f65998 /x11-libs/libfontenc | |
parent | sci-geosciences/xtide: Version bump to 2.15.5 (diff) | |
download | gentoo-782b3fc4654bb8a068988a3194b43b9fcf4b4d07.tar.gz gentoo-782b3fc4654bb8a068988a3194b43b9fcf4b4d07.tar.bz2 gentoo-782b3fc4654bb8a068988a3194b43b9fcf4b4d07.zip |
x11-libs/libfontenc: Version bump to 1.1.5
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.5.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest index d655cf9aa022..333facc37766 100644 --- a/x11-libs/libfontenc/Manifest +++ b/x11-libs/libfontenc/Manifest @@ -1 +1,2 @@ DIST libfontenc-1.1.4.tar.bz2 320492 BLAKE2B 34da17e220789f5078e870329390c0e3ee665598db3432ef5a33e78d1db4b12460c7467bcbcc1dad67e9f6ade0173f9fad915a2fbbee51f0be23feedc242e7bd SHA512 76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582 +DIST libfontenc-1.1.5.tar.xz 270848 BLAKE2B 27580286e48cc1703222a34e1a15cfa5ce9ac06d9c1c9322639d723d0436240fddd052a7e50c0b93e4ffd38c75f8196069593e6d0383b80fffe07b62c59932f6 SHA512 1e285069012bee9742aa3608898c5c1677be42ced3b175f59de9830e626c7b7116f44da7deac5926b250145f4fdb4e8757c6901191c9f8f9e720d159d6a4c2b4 diff --git a/x11-libs/libfontenc/libfontenc-1.1.5.ebuild b/x11-libs/libfontenc/libfontenc-1.1.5.ebuild new file mode 100644 index 000000000000..9cf4b9200756 --- /dev/null +++ b/x11-libs/libfontenc/libfontenc-1.1.5.ebuild @@ -0,0 +1,20 @@ +# 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" +IUSE="" + +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +XORG_CONFIGURE_OPTIONS=( + --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings" +) |