gnome-extra/Refine: bump to 0.8.0-r2, update dependencies

Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
This commit is contained in:
Bjorn Ferson
2026-06-22 14:11:54 +02:00
parent 740d19bbfe
commit 17a68687de

View File

@@ -9,18 +9,18 @@ inherit gnome2-utils meson python-single-r1 xdg
DESCRIPTION="Tweak various aspects of GNOME"
HOMEPAGE="https://gitlab.gnome.org/TheEvilSkeleton/Refine"
SRC_URI="https://gitlab.gnome.org/TheEvilSkeleton/Refine/-/archive/${PV}/Refine-${PV}.tar.bz2 -> ${P}.tar.bz2"
SRC_URI="https://gitlab.gnome.org/TheEvilSkeleton/Refine/-/archive/${PV}/Refine-${PV}.tar.bz2"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
IUSE=""
IUSE="${PYTHON_IUSE}"
RDEPEND="
${PYTHON_DEPS}
dev-libs/glib:2
gui-libs/gtk:4
gui-libs/libadwaita:1
>=dev-libs/glib-2.76.0:2
>=gui-libs/gtk-4.10.0:4
>=gui-libs/libadwaita-1.4.0:1
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP}]
')
@@ -42,10 +42,8 @@ src_configure() {
}
src_install() {
# Eerst installeren we de app via meson
meson_src_install
# Hier corrigeren we het foute Python-pad in het geïnstalleerde bestand
python_fix_shebang "${ED}/usr/bin/refine"
}