mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-admin/blahajdots: update live
Signed-off-by: Violet Purcell <vimproved@inventati.org>
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
RUST_MIN_VER="1.85.0"
|
RUST_MIN_VER="1.87.0"
|
||||||
|
|
||||||
inherit cargo
|
inherit cargo optfeature
|
||||||
|
|
||||||
DESCRIPTION="Bespoke dotfile management for sharkgirls."
|
DESCRIPTION="Bespoke dotfile management for sharkgirls."
|
||||||
HOMEPAGE="https://codeberg.org/vimproved/blahajdots"
|
HOMEPAGE="https://codeberg.org/vimproved/blahajdots"
|
||||||
@@ -20,15 +20,8 @@ fi
|
|||||||
|
|
||||||
LICENSE="GPL-3+"
|
LICENSE="GPL-3+"
|
||||||
# Dependent crate licenses
|
# Dependent crate licenses
|
||||||
LICENSE+="
|
LICENSE+=" Apache-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB"
|
||||||
Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016
|
|
||||||
|| ( Apache-2.0 Boost-1.0 )
|
|
||||||
"
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="+gtk"
|
|
||||||
|
|
||||||
DEPEND="gtk? ( dev-libs/glib:2= )"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
QA_FLAGS_IGNORED="usr/bin/blahaj"
|
QA_FLAGS_IGNORED="usr/bin/blahaj"
|
||||||
|
|
||||||
@@ -41,17 +34,13 @@ src_unpack() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local myfeatures=(
|
|
||||||
$(usev gtk gsettings)
|
|
||||||
)
|
|
||||||
|
|
||||||
cargo_src_configure --no-default-features
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install
|
cargo_src_install
|
||||||
|
|
||||||
insinto /usr/share/blahajdots
|
insinto /usr/share/blahajdots
|
||||||
doins -r builtins/*
|
doins -r builtins/*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
optfeature "gsettings backend support" gnome-base/gsettings-desktop-schemas
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user