Files
guru/app-misc/minder/minder-2.0.5.ebuild
Ceres b1cf00ac51 app-misc/minder: add 2.0.5
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-03-29 13:54:23 +01:00

53 lines
995 B
Bash

# Copyright 1999-2022 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"
SRC_URI="https://github.com/phase1geo/Minder/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/Minder-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
app-text/discount
dev-lang/vala
dev-libs/granite
dev-libs/json-glib
gui-libs/libhandy[vala]
gui-libs/gtksourceview:5[vala]
"
DEPEND="
${RDEPEND}
app-text/discount
"
src_prepare() {
default
vala_setup
# Workaround for #871687
sed -i "s/meson.add_install_script('meson\/post_install.py')//g" meson.build || die
}
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
}