diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-08 11:11:38 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-08 11:11:38 -0500 |
commit | e4c50b9db631a4cd70410e7e6d81cdad8a69f83f (patch) | |
tree | ddf4cfc4710bc84a222afca96f21d72136d38fc9 /x11-libs/libfontenc | |
parent | x11-libs/libXau: Version bump to 1.0.11 (diff) | |
download | gentoo-e4c50b9db631a4cd70410e7e6d81cdad8a69f83f.tar.gz gentoo-e4c50b9db631a4cd70410e7e6d81cdad8a69f83f.tar.bz2 gentoo-e4c50b9db631a4cd70410e7e6d81cdad8a69f83f.zip |
x11-libs/libfontenc: Version bump to 1.1.7
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.7.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest index 87420d1e45c8..1568e17626c4 100644 --- a/x11-libs/libfontenc/Manifest +++ b/x11-libs/libfontenc/Manifest @@ -1 +1,2 @@ DIST libfontenc-1.1.6.tar.xz 272520 BLAKE2B ccfe4f9524655862e2e5ceed8edccd7da8ec1872b3a8166803540b69fe4f42f1b5b6f2128a00b702368f9009e1bb1edcec5d28c36815abd6d591dc9fc46cd291 SHA512 524247caf035e5d69280575c79ec5a3259c4cd0a4afa375b01985fedf800b42ecd75102e38f85cdce5591d020d361ffa9390adcb7906e939df289e5131088683 +DIST libfontenc-1.1.7.tar.xz 272752 BLAKE2B 19f675c001d12c36103e7fbdbe99c22fe972659c6db503b67271d875426da27557fd3bd57cb0ee4a3bd99ea4bc59d34d0ccc35204ceaaddf24d49cd5b394cf1a SHA512 fd8578a81090fa938dd75ad9081ab62c6c54fa2535d1c6291afd799ac8dc7c344a43f07cea5cd4433af16df0d926c22e7c169877bc8b13d92584e7dec173d701 diff --git a/x11-libs/libfontenc/libfontenc-1.1.7.ebuild b/x11-libs/libfontenc/libfontenc-1.1.7.ebuild new file mode 100644 index 000000000000..2b5519b3a8e5 --- /dev/null +++ b/x11-libs/libfontenc/libfontenc-1.1.7.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" +) |