mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
120 lines
2.6 KiB
Bash
120 lines
2.6 KiB
Bash
# Copyright 2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Auto-Generated by cargo-ebuild 0.5.4
|
|
|
|
EAPI=8
|
|
|
|
CRATES="
|
|
ab_glyph_rasterizer-0.1.7
|
|
android_system_properties-0.1.5
|
|
autocfg-1.1.0
|
|
bitflags-1.3.2
|
|
bumpalo-3.11.1
|
|
calloop-0.9.3
|
|
cc-1.0.78
|
|
cfg-if-1.0.0
|
|
chrono-0.4.23
|
|
codespan-reporting-0.11.1
|
|
core-foundation-sys-0.8.3
|
|
cxx-1.0.85
|
|
cxx-build-1.0.85
|
|
cxxbridge-flags-1.0.85
|
|
cxxbridge-macro-1.0.85
|
|
dlib-0.5.0
|
|
downcast-rs-1.2.0
|
|
getopts-0.2.21
|
|
greetd_ipc-0.9.0
|
|
iana-time-zone-0.1.53
|
|
iana-time-zone-haiku-0.1.1
|
|
itoa-1.0.5
|
|
js-sys-0.3.60
|
|
lazy_static-1.4.0
|
|
libc-0.2.139
|
|
libloading-0.7.4
|
|
link-cplusplus-1.0.8
|
|
log-0.4.17
|
|
memchr-2.5.0
|
|
memmap2-0.3.1
|
|
memoffset-0.6.5
|
|
minimal-lexical-0.2.1
|
|
nix-0.22.3
|
|
nix-0.24.3
|
|
nix-0.25.1
|
|
nom-7.1.2
|
|
num-integer-0.1.45
|
|
num-traits-0.2.15
|
|
once_cell-1.17.0
|
|
os_pipe-1.1.2
|
|
owned_ttf_parser-0.15.2
|
|
pin-utils-0.1.0
|
|
pkg-config-0.3.26
|
|
proc-macro2-1.0.49
|
|
quote-1.0.23
|
|
rusttype-0.9.3
|
|
ryu-1.0.12
|
|
scoped-tls-1.0.1
|
|
scratch-1.0.3
|
|
serde-1.0.152
|
|
serde_derive-1.0.152
|
|
serde_json-1.0.91
|
|
smallvec-1.10.0
|
|
smithay-client-toolkit-0.15.4
|
|
syn-1.0.107
|
|
termcolor-1.1.3
|
|
thiserror-1.0.38
|
|
thiserror-impl-1.0.38
|
|
time-0.1.45
|
|
toml-0.5.10
|
|
ttf-parser-0.15.2
|
|
unicode-ident-1.0.6
|
|
unicode-width-0.1.10
|
|
wasi-0.10.0+wasi-snapshot-preview1
|
|
wasm-bindgen-0.2.83
|
|
wasm-bindgen-backend-0.2.83
|
|
wasm-bindgen-macro-0.2.83
|
|
wasm-bindgen-macro-support-0.2.83
|
|
wasm-bindgen-shared-0.2.83
|
|
wayland-client-0.29.5
|
|
wayland-commons-0.29.5
|
|
wayland-cursor-0.29.5
|
|
wayland-protocols-0.29.5
|
|
wayland-scanner-0.29.5
|
|
wayland-sys-0.29.5
|
|
winapi-0.3.9
|
|
winapi-i686-pc-windows-gnu-0.4.0
|
|
winapi-util-0.1.5
|
|
winapi-x86_64-pc-windows-gnu-0.4.0
|
|
windows-sys-0.42.0
|
|
windows_aarch64_gnullvm-0.42.0
|
|
windows_aarch64_msvc-0.42.0
|
|
windows_i686_gnu-0.42.0
|
|
windows_i686_msvc-0.42.0
|
|
windows_x86_64_gnu-0.42.0
|
|
windows_x86_64_gnullvm-0.42.0
|
|
windows_x86_64_msvc-0.42.0
|
|
xcursor-0.3.4
|
|
xml-rs-0.8.4
|
|
"
|
|
|
|
inherit cargo
|
|
|
|
DESCRIPTION="Wayland based greeter for greetd"
|
|
HOMEPAGE="https://git.sr.ht/~kennylevinsen/wlgreet"
|
|
SRC_URI="https://git.sr.ht/~kennylevinsen/wlgreet/archive/${PV}.tar.gz -> ${P}.tar.gz
|
|
$(cargo_crate_uris)
|
|
"
|
|
|
|
# License set may be more restrictive as OR is not respected
|
|
# use cargo-license for a more accurate license picture
|
|
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 GPL-3 ISC MIT Unicode-DFS-2016 Unlicense"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm64"
|
|
|
|
DEPEND="gui-libs/greetd"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
# rust does not use *FLAGS from make.conf, silence portage warning
|
|
# update with proper path to binaries this crate installs, omit leading /
|
|
QA_FLAGS_IGNORED="usr/bin/${PN}"
|