diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:21:44 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:33:58 -0700 |
commit | 4aefd86b929d9c9639dbd9fe5a00c5a0b24a670e (patch) | |
tree | d6348c4b1a5cf57e624e78ab287020ed6d7ba5e8 /x11-apps/mkfontscale | |
parent | x11-apps/listres: Version bump to 1.0.5 (diff) | |
download | gentoo-4aefd86b929d9c9639dbd9fe5a00c5a0b24a670e.tar.gz gentoo-4aefd86b929d9c9639dbd9fe5a00c5a0b24a670e.tar.bz2 gentoo-4aefd86b929d9c9639dbd9fe5a00c5a0b24a670e.zip |
x11-apps/mkfontscale: Version bump to 1.2.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/mkfontscale')
-rw-r--r-- | x11-apps/mkfontscale/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest index 42df02618b26..cbacbd12c726 100644 --- a/x11-apps/mkfontscale/Manifest +++ b/x11-apps/mkfontscale/Manifest @@ -1 +1,2 @@ DIST mkfontscale-1.2.1.tar.bz2 150808 BLAKE2B 0c2cce3a5b400f8c757a9e1f7a0c8ea85f41c7d229cc1197c68340ec9f2b0b36872a914bf04dabb584727405092b4bf9abbc465190ac1b91419d9ecb3d359b83 SHA512 4d243160e1f7f8dfa6a8f53349c1a42a55fc99426455ebdef58352c5e951fce8b4f1fbd1061a76c9a148095b002eac372db1ae5e2647d2ccb4886635b317b18c +DIST mkfontscale-1.2.2.tar.xz 143436 BLAKE2B 796c6b95f4eb0959db93ccfb1ebae9c73afc618645d85b7ba382559fe4e008ece16c9d86ab32c815923cda9928f030d75c47f2dd5ee6c9857b9e861f9bab0dc9 SHA512 4c846816325347c91008d76b3a5610c1e58a8414fd55117e7ccf51310db4b20b8397ecf6c9177ff77322e27ee088bf034fd175c9210465c50b094bab8dada4b3 diff --git a/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild b/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild new file mode 100644 index 000000000000..4f75ba049eda --- /dev/null +++ b/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild @@ -0,0 +1,23 @@ +# 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="create an index of scalable font files for X" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + x11-libs/libfontenc + media-libs/freetype:2 + sys-libs/zlib + app-arch/bzip2" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +XORG_CONFIGURE_OPTIONS=( + --with-bzip2 +) |