From edc59c5828dffbfb03a64450e34e986331f3184b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Wed, 12 Jun 2024 14:11:59 -0600 Subject: [PATCH] gui-apps/fnott: sync live ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Leonardo Hernández Hernández --- gui-apps/fnott/fnott-9999.ebuild | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/gui-apps/fnott/fnott-9999.ebuild b/gui-apps/fnott/fnott-9999.ebuild index 65451529a2..a5cbec5de0 100644 --- a/gui-apps/fnott/fnott-9999.ebuild +++ b/gui-apps/fnott/fnott-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,26 +20,27 @@ fi LICENSE="MIT ZLIB" SLOT="0" -DEPEND=" - x11-libs/pixman - media-libs/libpng +RDEPEND=" dev-libs/wayland - sys-apps/dbus media-libs/fcft media-libs/freetype + media-libs/libpng + sys-apps/dbus + x11-libs/pixman media-libs/fontconfig " -RDEPEND="${DEPEND} +DEPEND=" + ${RDEPEND} + dev-libs/tllist " BDEPEND=" dev-util/wayland-scanner - dev-libs/wayland-protocols + >=dev-libs/wayland-protocols-1.32 app-text/scdoc - dev-libs/tllist " src_install() { - local DOCS=( CHANGELOG.md README.md LICENSE ) + local DOCS=( CHANGELOG.md README.md ) meson_src_install rm -r "${ED}"/usr/share/doc/"${PN}" || die