mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
gnome-extra/Refine: fix broken python shebang in 0.8.0-r1
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
This commit is contained in:
@@ -9,11 +9,12 @@ 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"
|
||||
SRC_URI="https://gitlab.gnome.org/TheEvilSkeleton/Refine/-/archive/${PV}/Refine-${PV}.tar.bz2 -> ${P}.tar.bz2"
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
@@ -40,6 +41,14 @@ src_configure() {
|
||||
meson_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"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
Reference in New Issue
Block a user