app-misc/minder: drop 1.16.2, 1.16.3

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-03-29 13:54:48 +01:00
parent b1cf00ac51
commit f6f3bd64b4
3 changed files with 0 additions and 106 deletions

View File

@@ -1,3 +1 @@
DIST minder-1.16.2.tar.gz 2033558 BLAKE2B a6c623473d4c085e6d0807e7a553a6cd52c915fa4ead1f64020701ce3c65b1103f028d67e8f6d93e55b27f92052b191266836eedb2366186c59c83f90037193f SHA512 7d89c2c2f809c7bceac45f5fbd4e43301c1a4d7d6ac8a86928b8403f3177b2f216d1bc962a43eaf5b016500eb95a153db94b51bc6e6fb0cf40bb96c5ca27245e
DIST minder-1.16.3.tar.gz 2033538 BLAKE2B d7a020939054e9ece9ba75cbc09a80ac45b2f331d4448b83ee52aaf15deb7d521c63bc25a3ed0f790093c8d35c6a04c3683e0830650f2e697c21c9ffd67f319f SHA512 9e32e770dbc408887e4cecf4702f1b8a4261ce7139f5a3fbe9f8e53f7726bd99ff83e159ae4b450aec04cf743a7a4f73b7d8cc5dd4d55c0bee8cdfe9a8b22b1f
DIST minder-2.0.5.tar.gz 2176778 BLAKE2B cf122cfd181909b17ae55bbd78a39dd746227d9d12d4763a0f1ce33a22332dec578087d45add9bbf79d1c79a8f2a2df5f01b21666c185b8cbf2385eac8a9437c SHA512 1755ad2b7a01a7a393e4b72c91ba2e272678014703cb8d097df9566668467bcb31d12c5fe6938c8fec65a820d1fd027599e4366479f9cc4a022cb290dad170be

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]
x11-libs/gtksourceview:4[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
}

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]
x11-libs/gtksourceview:4[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
}