app-misc/treesheets - 2567 (guru)

Search

Install

Install this version:

emerge -a =app-misc/treesheets-2567

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

autounmask =app-misc/treesheets-2567

Or alternatively:

emerge --autounmask-write -a =app-misc/treesheets-2567

Package Information

Description:
Open source free form data organizer
Homepage:
https://strlen.com/treesheets/
License:
ZLIB

Ebuild Details

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

EAPI=8

WX_GTK_VER="3.2-gtk3"

inherit cmake wxwidgets xdg

DESCRIPTION="Open source free form data organizer"
HOMEPAGE="https://strlen.com/treesheets/"
SRC_URI="
	https://github.com/aardappel/treesheets/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/aardappel/lobster/archive/refs/tags/v2025.3.tar.gz -> lobster-v2025.3.tar.gz"
PATCHES=("${FILESDIR}/${PV}-cmake-wxwidgets.patch")
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND=">=media-libs/libsdl2-2.30.7-r1
	>=app-text/gspell-1.12.2
	>=x11-libs/wxGTK-3.2.8.1-r2"
DEPEND="${RDEPEND}"

HTML_DOCS="TS/docs"

src_prepare() {
	mkdir "${WORKDIR}/${P}/_deps" || die
	ln -s "${WORKDIR}/lobster-2025.3" "${WORKDIR}/${P}/lobster-src" || die
	cmake_src_prepare
}

src_configure() {
	setup-wxwidgets
	cmake_src_configure
}

src_install() {
	cmake_src_install
	docompress -x /usr/share/doc/${PF}/examples
}

Inherited Eclasses

xdg

Dependencies

DEPEND

>=media-libs/libsdl2-2.30.7-r1
	>=app-text/gspell-1.12.2
	>=x11-libs/wxGTK-3.2.8.1-r2

RDEPEND

>=media-libs/libsdl2-2.30.7-r1
	>=app-text/gspell-1.12.2
	>=x11-libs/wxGTK-3.2.8.1-r2

Manifest for 2567

Type File Size Source URLs
DIST lobster-v2025.3.tar.gz 26681905 bytes https://github.com/aardappel/lobster/archive/refs/tags/v2025.3.tar.gz
DIST treesheets-2567.tar.gz 2359905 bytes https://github.com/aardappel/treesheets/archive/refs/tags/2567.tar.gz