From be70bfc01e01980574d3177d71ac65e4da7fdfd6 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 14 Dec 2025 17:06:21 +0100 Subject: [PATCH] app-misc/gnote: Switch to optfeature.eclass Signed-off-by: Pacho Ramos --- app-misc/gnote/gnote-49.1.ebuild | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/app-misc/gnote/gnote-49.1.ebuild b/app-misc/gnote/gnote-49.1.ebuild index d9412264b674..bbdd095d0bba 100644 --- a/app-misc/gnote/gnote-49.1.ebuild +++ b/app-misc/gnote/gnote-49.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit gnome2 meson readme.gentoo-r1 +inherit gnome2 meson optfeature DESCRIPTION="Desktop note-taking application" HOMEPAGE="https://gitlab.gnome.org/GNOME/gnote" @@ -29,6 +29,7 @@ RDEPEND="${DEPEND} gnome-base/gsettings-desktop-schemas " BDEPEND=" + dev-libs/appstream dev-util/itstool virtual/pkgconfig " @@ -39,23 +40,9 @@ src_prepare() { if ! use test; then sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build || die fi - - if has_version net-fs/wdfs; then - DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote will use it to - synchronize notes." - else - DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes. - If you want to use that functionality just emerge net-fs/wdfs. - Gnote will automatically detect that you did and let you use it." - fi -} - -src_install() { - meson_src_install - readme.gentoo_create_doc } pkg_postinst() { gnome2_pkg_postinst - readme.gentoo_print_elog + optfeature "notes synchronization" net-fs/wdfs }