app-misc/minder - 1.16.0 (einflay)

Search

Install

Install this version:

emerge -a =app-misc/minder-1.16.0

Package Information

Description:
Mind-mapping application for Elementary OS.
Homepage:
https://github.com/phase1geo/Minder
License:
GPL-3

Ebuild Details

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

EAPI="8"

inherit gnome2-utils meson vala xdg

DESCRIPTION="Mind-mapping application for Elementary OS."
HOMEPAGE="https://github.com/phase1geo/Minder"
# https://github.com/phase1geo/Minder/archive/refs/tags/1.16.0.tar.gz
SRC_URI="https://github.com/phase1geo/Minder/archive/${PV}.tar.gz -> ${P}.tar.gz"

KEYWORDS="amd64"
LICENSE="GPL-3"
SLOT="0"

RDEPEND="
	app-text/discount
	dev-lang/vala
	dev-libs/granite
	dev-libs/json-glib
	gui-libs/libhandy[vala]
	x11-libs/gtksourceview:4[vala]
"

DEPEND="
	${RDEPEND}
	app-text/discount
"

S="${WORKDIR}/Minder-${PV}"

src_prepare() {
	default
	vala_setup
}

pkg_postinst() {
	xdg_desktop_database_update
	xdg_icon_cache_update
	xdg_mimeinfo_database_update
	gnome2_schemas_update
}

pkg_postrm() {
	xdg_desktop_database_update
	xdg_icon_cache_update
	xdg_mimeinfo_database_update
	gnome2_schemas_update
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	
	app-text/discount
	dev-lang/vala
	dev-libs/granite
	dev-libs/json-glib
	gui-libs/libhandy[vala]
	x11-libs/gtksourceview:4[vala]

	app-text/discount

RDEPEND

	app-text/discount
	dev-lang/vala
	dev-libs/granite
	dev-libs/json-glib
	gui-libs/libhandy[vala]
	x11-libs/gtksourceview:4[vala]

Manifest for 1.16.0

Type File Size Source URLs
DIST minder-1.16.0.tar.gz 2028588 bytes https://github.com/phase1geo/Minder/archive/1.16.0.tar.gz