public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ryan Fox" <flewkey@2a03.party>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/fcft/
Date: Sun, 14 Nov 2021 18:38:43 +0000 (UTC)	[thread overview]
Message-ID: <1636915099.e63232659f8a4fbb1e347f30cd842d28b4e165f4.flewkey@gentoo> (raw)

commit:     e63232659f8a4fbb1e347f30cd842d28b4e165f4
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Sun Nov 14 18:38:19 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Sun Nov 14 18:38:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6323265

media-libs/fcft: Bump to 2.5.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 media-libs/fcft/Manifest                                | 1 +
 media-libs/fcft/{fcft-9999.ebuild => fcft-2.5.0.ebuild} | 9 +++++++--
 media-libs/fcft/fcft-9999.ebuild                        | 9 +++++++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/media-libs/fcft/Manifest b/media-libs/fcft/Manifest
index 9084c202d..5167c874a 100644
--- a/media-libs/fcft/Manifest
+++ b/media-libs/fcft/Manifest
@@ -6,3 +6,4 @@ DIST fcft-2.4.3.tar.gz 324345 BLAKE2B 06f79351887b875bc37e940b2fe6fb89f00d905171
 DIST fcft-2.4.4.tar.gz 324371 BLAKE2B 2bba92bb67904e8ce26228191fad77fe4b5bf881dc38fa851f80f8ef69bc6df44ad6775d86157df7671f064042cc4b4523206b96e9a4b9b7375950624dea50a6 SHA512 45d1ab44b820f78f78ab71839d16af8244cb07abd363e9d9bf0cde0df60cb7f2de9e134081c02ee68f24aca76842ea6301d28b71af7148f62019a0af6c45d035
 DIST fcft-2.4.5.tar.gz 403734 BLAKE2B 3fbd0119bb1d955b0e01be4f0ab00348b0b589849e0b338b39e424edd4994bb7ef9f51daa4e2905052a524e47d7b0f1c324300bb755eb4a43a8d920bdb820a1a SHA512 e29cabcb76357c91a93b63eaac1d548a7e4a4c05f6db39448bef6949c5e42965493b588b5c1d5cd2a223bce29e6f2a673ed63ebfa2d0d59a7edc453df06c5c8d
 DIST fcft-2.4.6.tar.gz 411139 BLAKE2B bbf0becd32060b74fdd0bbea09cdeb9251fdf660b63fb06c6d27b2cf7e7c088fb9a7e97ef2eb16326a139739a671fbd1ee0ae06ba026a27b16a16b37560db33f SHA512 554d4e01a24aba36eb44c195eef8b82aac08e8e32ddae3dabc45bef20428d02aee981610edecfb9f8311250b5c2c783664b0929305a857dd2910431512a91d95
+DIST fcft-2.5.0.tar.gz 440068 BLAKE2B fa98eace254c2f0e04735b2f6a17bc68a94e24ad201474d3af546d385279fe275ab8a283ca0e50566879befc3bc28f7ecaef2e3aa8380d1f55999f1c0c136b66 SHA512 2bd65232ecaf10a4995051eb1409aa8e676365c7d7574e1cd6cbda73e809558572beb0c0bd7e85ee4cf946bfbc83968bef90e54fa70833ab64d70f5439de9bad

diff --git a/media-libs/fcft/fcft-9999.ebuild b/media-libs/fcft/fcft-2.5.0.ebuild
similarity index 84%
copy from media-libs/fcft/fcft-9999.ebuild
copy to media-libs/fcft/fcft-2.5.0.ebuild
index d6ec4d3f3..2dbb8707a 100644
--- a/media-libs/fcft/fcft-9999.ebuild
+++ b/media-libs/fcft/fcft-2.5.0.ebuild
@@ -26,7 +26,10 @@ RDEPEND="
 	media-libs/fontconfig
 	media-libs/freetype
 	x11-libs/pixman
-	text-shaping? ( media-libs/harfbuzz )
+	text-shaping? (
+		dev-libs/libutf8proc:=
+		media-libs/harfbuzz
+	)
 	examples? (
 		dev-libs/libutf8proc:=
 		dev-libs/wayland
@@ -54,11 +57,13 @@ src_prepare() {
 
 	sed -i "s;unicode/UnicodeData.txt;${EPREFIX}/usr/share/unicode-data/UnicodeData.txt;" \
 		meson.build || die "Failed changing UnicodeData.txt to system's copy"
+	sed -i "s;unicode/emoji-data.txt;${EPREFIX}/usr/share/unicode-data/emoji/emoji-data.txt;" \
+		meson.build || die "Failed changing emoji-data.txt to system's copy"
 }
 
 src_configure() {
 	local emesonargs=(
-		$(meson_feature text-shaping)
+		$(meson_feature text-shaping run-shaping)
 		$(meson_use examples)
 		"-Dwerror=false"
 	)

diff --git a/media-libs/fcft/fcft-9999.ebuild b/media-libs/fcft/fcft-9999.ebuild
index d6ec4d3f3..2dbb8707a 100644
--- a/media-libs/fcft/fcft-9999.ebuild
+++ b/media-libs/fcft/fcft-9999.ebuild
@@ -26,7 +26,10 @@ RDEPEND="
 	media-libs/fontconfig
 	media-libs/freetype
 	x11-libs/pixman
-	text-shaping? ( media-libs/harfbuzz )
+	text-shaping? (
+		dev-libs/libutf8proc:=
+		media-libs/harfbuzz
+	)
 	examples? (
 		dev-libs/libutf8proc:=
 		dev-libs/wayland
@@ -54,11 +57,13 @@ src_prepare() {
 
 	sed -i "s;unicode/UnicodeData.txt;${EPREFIX}/usr/share/unicode-data/UnicodeData.txt;" \
 		meson.build || die "Failed changing UnicodeData.txt to system's copy"
+	sed -i "s;unicode/emoji-data.txt;${EPREFIX}/usr/share/unicode-data/emoji/emoji-data.txt;" \
+		meson.build || die "Failed changing emoji-data.txt to system's copy"
 }
 
 src_configure() {
 	local emesonargs=(
-		$(meson_feature text-shaping)
+		$(meson_feature text-shaping run-shaping)
 		$(meson_use examples)
 		"-Dwerror=false"
 	)


             reply	other threads:[~2021-11-14 18:38 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-14 18:38 Ryan Fox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-07 20:40 [gentoo-commits] repo/proj/guru:master commit in: media-libs/fcft/ Arthur Zamarin
2022-02-07 20:37 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-02-05 22:31 Leonardo H. Neumann
2021-12-16 22:07 Ryan Fox
2021-10-25 15:58 Ryan Fox
2021-10-23 18:26 Ryan Fox
2021-08-14 18:02 Ryan Fox
2021-07-27  4:20 Leonardo H. Neumann
2021-07-22 15:47 Ryan Fox
2021-07-19 17:32 Ryan Fox
2021-07-08  6:18 Ryan Fox
2021-06-24  7:07 Ryan Fox
2021-05-13  9:17 Haelwenn Monnier
2021-04-19  3:50 Ryan Fox
2021-04-18  9:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-18  8:59 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-14 22:39 Ryan Fox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1636915099.e63232659f8a4fbb1e347f30cd842d28b4e165f4.flewkey@gentoo \
    --to=flewkey@2a03.party \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox