summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-03-02 21:06:23 -0800
committerMatt Turner <mattst88@gentoo.org>2019-03-02 21:13:51 -0800
commit45e356b659ea9e07f2ccb29d7448bb658e13d654 (patch)
treed20fd3650d7fda38574e26255dad4175ac38d371 /x11-apps/mkfontscale
parentx11-apps/mkfontdir: Version bump to 1.2.0 (diff)
downloadgentoo-45e356b659ea9e07f2ccb29d7448bb658e13d654.tar.gz
gentoo-45e356b659ea9e07f2ccb29d7448bb658e13d654.tar.bz2
gentoo-45e356b659ea9e07f2ccb29d7448bb658e13d654.zip
x11-apps/mkfontscale: Version bump to 1.2.0
Note that the mkfontdir script is now part of this package. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/mkfontscale')
-rw-r--r--x11-apps/mkfontscale/Manifest1
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest
index 320e8968cb90..94309575577d 100644
--- a/x11-apps/mkfontscale/Manifest
+++ b/x11-apps/mkfontscale/Manifest
@@ -1,3 +1,4 @@
DIST mkfontscale-1.1.1.tar.bz2 139923 BLAKE2B 441aef79b2f1db18c56c5235afb83711c5ed43b16f8046750ab89abbe8eae58f01b7cd5b7a3565bcb10ac8a859ca2bc24b0bdd17ed15caa97f00915c9b2359f2 SHA512 7a6da239b2f166c6283090c219889e998be9332ee1e8eb4d84bbdf0cb58125a3773fe7ee97774d86f2cd5385dc49636a797c7b9c25c6c8bbe24b898329f97220
DIST mkfontscale-1.1.2.tar.bz2 141728 BLAKE2B e15dea8a22fb59ad21a63a907dc0c30869480d26fa2721ecfd1ba65c81425b3ebf4709f89d4105a8f14d2d5c6e924754122713a244b58789227ad469a2d09d60 SHA512 5c3331f66cd523afe95347aa36440655ba8fdbc716c5987a24ad624c1fbd718c4a8d67aa36330f6d5ab2eb5a6195a409a041954568c0a3375c0e2aeb6a955601
DIST mkfontscale-1.1.3.tar.bz2 144386 BLAKE2B 8cf4a61472b9357888ef355e89c3087102c4928884ecc6b5671202ad09284a2dc188b81faba6b1727b1a28ccaa6c3c36649c53659faf7a3fae4a2b32ab5a2420 SHA512 509e2f9cd55cf87cc3968c8767bf3f2386016278db8b7be75b7df34bf61f52519dd2778f3b9881ffbe30cc2fe26089c0a5b2c33af46bc7727f46dad83f030a62
+DIST mkfontscale-1.2.0.tar.bz2 150646 BLAKE2B 7f4a0b279f0759b2d8faac584603488c9e405b92b43457b301aa6ba252bdef2cbfe65f58a1fb837e61113cfea139b6fcde1084450333864175e2cc4da84b6626 SHA512 3d02db7e031fe6730a07ed481d2a744592a7d542d75fedf55a4f5ad50d03d92e3534b4105af09d0a8f863bdc0321758222baf5b943de77ce4972978d86a5013f
diff --git a/x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild b/x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild
new file mode 100644
index 000000000000..c0f737d6f423
--- /dev/null
+++ b/x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="create an index of scalable font files for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+COMMON_DEPEND="
+ x11-libs/libfontenc
+ media-libs/freetype:2
+ sys-libs/zlib
+ app-arch/bzip2"
+DEPEND="x11-base/xorg-proto"
+RDEPEND="${COMMON_DEPEND}
+ ${DEPEND}
+ !<x11-apps/mkfontdir-1.2.0"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-bzip2
+)