# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit gnome2-utils meson xdg DESCRIPTION="RAD tool for Gtk 4 and 3 with a clear MVC design and data model first philosophy." HOMEPAGE="https://gitlab.gnome.org/jpu/cambalache" SRC_URI="${HOMEPAGE}/-/archive/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64" RESTRICT="bindist mirror" IUSE="" DEPEND=" >=dev-libs/glib-2.80.0 dev-python/lxml >=dev-python/pygobject-3.48.0 >=gui-libs/gtk-4.16.0 >=gui-libs/libadwaita-1.6.0 >=x11-libs/gtk+-2.24.0 " S=${WORKDIR}/${P} pkg_postinst() { gnome2_schemas_update xdg_pkg_postinst } pkg_postrm() { gnome2_schemas_update xdg_pkg_postrm }