Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/mkfontscale/
Date: Mon, 04 Apr 2022 02:34:30
Message-Id: 1649039638.4aefd86b929d9c9639dbd9fe5a00c5a0b24a670e.mattst88@gentoo
1 commit: 4aefd86b929d9c9639dbd9fe5a00c5a0b24a670e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:21:44 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 02:33:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aefd86b
7
8 x11-apps/mkfontscale: Version bump to 1.2.2
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/mkfontscale/Manifest | 1 +
13 x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest
17 index 42df02618b26..cbacbd12c726 100644
18 --- a/x11-apps/mkfontscale/Manifest
19 +++ b/x11-apps/mkfontscale/Manifest
20 @@ -1 +1,2 @@
21 DIST mkfontscale-1.2.1.tar.bz2 150808 BLAKE2B 0c2cce3a5b400f8c757a9e1f7a0c8ea85f41c7d229cc1197c68340ec9f2b0b36872a914bf04dabb584727405092b4bf9abbc465190ac1b91419d9ecb3d359b83 SHA512 4d243160e1f7f8dfa6a8f53349c1a42a55fc99426455ebdef58352c5e951fce8b4f1fbd1061a76c9a148095b002eac372db1ae5e2647d2ccb4886635b317b18c
22 +DIST mkfontscale-1.2.2.tar.xz 143436 BLAKE2B 796c6b95f4eb0959db93ccfb1ebae9c73afc618645d85b7ba382559fe4e008ece16c9d86ab32c815923cda9928f030d75c47f2dd5ee6c9857b9e861f9bab0dc9 SHA512 4c846816325347c91008d76b3a5610c1e58a8414fd55117e7ccf51310db4b20b8397ecf6c9177ff77322e27ee088bf034fd175c9210465c50b094bab8dada4b3
23
24 diff --git a/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild b/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild
25 new file mode 100644
26 index 000000000000..4f75ba049eda
27 --- /dev/null
28 +++ b/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +XORG_TARBALL_SUFFIX="xz"
36 +inherit xorg-3
37 +
38 +DESCRIPTION="create an index of scalable font files for X"
39 +
40 +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"
41 +
42 +RDEPEND="
43 + x11-libs/libfontenc
44 + media-libs/freetype:2
45 + sys-libs/zlib
46 + app-arch/bzip2"
47 +DEPEND="${RDEPEND}
48 + x11-base/xorg-proto"
49 +
50 +XORG_CONFIGURE_OPTIONS=(
51 + --with-bzip2
52 +)