commit: edc59c5828dffbfb03a64450e34e986331f3184b
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Wed Jun 12 20:11:59 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Jun 12 20:12:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edc59c58
gui-apps/fnott: sync live ebuild
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
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 65451529a..a5cbec5de 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