app-text/rednotebook - 2.42 (mrchicken)

Search

Install

Install this version:

emerge -a =app-text/rednotebook-2.42

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/rednotebook-2.42

Or alternatively:

emerge --autounmask-write -a =app-text/rednotebook-2.42

Package Information

Description:
A cross-platform journal
Homepage:
https://rednotebook.app/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
2.42 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{8..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="A cross-platform journal"
HOMEPAGE="https://rednotebook.app/"
SRC_URI="https://github.com/jendrikseipp/rednotebook/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+spellcheck"

RDEPEND="
	x11-libs/gtk+:3
	x11-libs/gtksourceview
	app-misc/tmux
	dev-python/pyyaml
	net-libs/webkit-gtk
	spellcheck? ( dev-python/pyenchant )
"

BDEPEND="
	${RDEPEND}
	sys-devel/gettext
	dev-python/setuptools
"

USE Flags

Manage flags for this package: euse -i <flag> -p app-text/rednotebook | euse -E <flag> -p app-text/rednotebook | euse -D <flag> -p app-text/rednotebook

Global/Standard Flags

spellcheck
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

	x11-libs/gtk+:3
	x11-libs/gtksourceview
	app-misc/tmux
	dev-python/pyyaml
	net-libs/webkit-gtk
	spellcheck? ( dev-python/pyenchant )

BDEPEND

	
	x11-libs/gtk+:3
	x11-libs/gtksourceview
	app-misc/tmux
	dev-python/pyyaml
	net-libs/webkit-gtk
	spellcheck? ( dev-python/pyenchant )

	sys-devel/gettext
	dev-python/setuptools

Manifest for 2.42

Type File Size Source URLs
DIST rednotebook-2.42.tar.gz 2286219 bytes https://github.com/jendrikseipp/rednotebook/archive/refs/tags/v2.42.tar.gz