mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
gui-apps/ashell: use llvm-r1 to setup libclang
Closes: https://bugs.gentoo.org/944409 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -472,7 +472,10 @@ declare -A GIT_CRATES=(
|
|||||||
[smithay-clipboard]='https://github.com/pop-os/smithay-clipboard;ab422ddcc95a9a1717df094f9c8fe69e2fdb2a27;smithay-clipboard-%commit%'
|
[smithay-clipboard]='https://github.com/pop-os/smithay-clipboard;ab422ddcc95a9a1717df094f9c8fe69e2fdb2a27;smithay-clipboard-%commit%'
|
||||||
)
|
)
|
||||||
|
|
||||||
inherit cargo
|
LLVM_COMPAT=( 18 19 )
|
||||||
|
RUST_NEEDS_LLVM=1
|
||||||
|
|
||||||
|
inherit cargo llvm-r1
|
||||||
|
|
||||||
DESCRIPTION="A ready to go Wayland status bar for Hyprland"
|
DESCRIPTION="A ready to go Wayland status bar for Hyprland"
|
||||||
HOMEPAGE="https://github.com/MalpenZibo/ashell"
|
HOMEPAGE="https://github.com/MalpenZibo/ashell"
|
||||||
@@ -497,3 +500,12 @@ RDEPEND="
|
|||||||
media-video/pipewire:=
|
media-video/pipewire:=
|
||||||
x11-libs/libxkbcommon
|
x11-libs/libxkbcommon
|
||||||
"
|
"
|
||||||
|
# libclang is required for bindgen
|
||||||
|
BDEPEND="
|
||||||
|
$(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}')
|
||||||
|
"
|
||||||
|
|
||||||
|
pkg_setup() {
|
||||||
|
llvm-r1_pkg_setup
|
||||||
|
rust_pkg_setup
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user