app-misc/minder: drop 2.0.7

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-04-05 15:33:32 +01:00
parent 4b3ce70653
commit 89eb179c92
2 changed files with 0 additions and 53 deletions

View File

@@ -1,2 +1 @@
DIST minder-2.0.7.tar.gz 2206438 BLAKE2B f04e709ff68808ccf69db3c6c0751ecabd87105760b52290667903a5052e8ad4770d1ee500e0c91df2ed14dc5f1e2cf2a30ee1496dc048c4342d59f3bb88acd7 SHA512 931f6f1da8791dbbd56fd8b0865ba616503987c9753471523e5b1cf5313a0e1226bd7311f6e5a1437536ebbe0f1e301390c6eaba12e53b1dbdb23865ec806ef4
DIST minder-2.0.8.tar.gz 2206920 BLAKE2B ac0aa7f86e62e5df0b745e3076a383a621d13b2a9bb46dea9dd3527d150ef0ee1b6bb887d248bac4852a232132006200bc0485659dcf79faee0446d0a72fb104 SHA512 673d414caedcd803065d643dba2cd5d91d4eb4db1b8e9d24df30d54f3770f63e0c85a91cd5dcc00c657b1d64ba7618cd743b7d42468a15fa1db0f348ecfbd5de

View File

@@ -1,52 +0,0 @@
# 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
}