Diff tuigreet-0.7.2 with a tuigreet-0.8.0-r1

/usr/portage/gui-apps/tuigreet/tuigreet-0.8.0-r1.ebuild 2023-10-09 14:52:31.172368393 +0300
1
# Copyright 2017-2022 Gentoo Authors
1
# Copyright 2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
CRATES="
7
ahash-0.4.7
8
aho-corasick-0.7.18
9
async-trait-0.1.52
10
autocfg-1.0.1
11
bitflags-1.3.2
12
block-0.1.6
13
block-buffer-0.9.0
14
bytes-1.1.0
15
cassowary-0.3.0
16
cc-1.0.72
17
cfg-if-1.0.0
18
chrono-0.4.19
19
cpufeatures-0.2.1
20
crossterm-0.22.1
21
crossterm_winapi-0.9.0
22
dashmap-4.0.2
23
digest-0.9.0
24
dlv-list-0.2.3
25
find-crate-0.6.3
26
fluent-0.16.0
27
fluent-bundle-0.15.2
28
fluent-langneg-0.13.0
29
fluent-syntax-0.11.0
30
futures-0.3.19
31
futures-channel-0.3.19
32
futures-core-0.3.19
33
futures-executor-0.3.19
34
futures-io-0.3.19
35
futures-macro-0.3.19
36
futures-sink-0.3.19
37
futures-task-0.3.19
38
futures-util-0.3.19
39
generic-array-0.14.5
40
getopts-0.2.21
41
getrandom-0.2.4
42
greetd_ipc-0.8.0
43
hashbrown-0.9.1
44
hermit-abi-0.1.19
45
i18n-config-0.4.2
46
i18n-embed-0.13.1
47
i18n-embed-fl-0.6.1
48
i18n-embed-impl-0.8.0
49
instant-0.1.12
50
intl-memoizer-0.5.1
51
intl_pluralrules-7.0.1
52
itoa-1.0.1
53
lazy_static-1.4.0
54
libc-0.2.113
55
locale_config-0.3.0
56
lock_api-0.4.5
57
log-0.4.14
58
malloc_buf-0.0.6
59
memchr-2.4.1
60
memoffset-0.6.5
61
mio-0.7.14
62
miow-0.3.7
63
nix-0.23.1
64
ntapi-0.3.6
65
num-integer-0.1.44
66
num-traits-0.2.14
67
num_cpus-1.13.1
68
objc-0.2.7
69
objc-foundation-0.1.1
70
objc_id-0.1.1
71
once_cell-1.9.0
72
opaque-debug-0.3.0
73
ordered-multimap-0.3.1
74
parking_lot-0.11.2
75
parking_lot_core-0.8.5
76
pin-project-lite-0.2.8
77
pin-utils-0.1.0
78
ppv-lite86-0.2.16
79
proc-macro-error-1.0.4
80
proc-macro-error-attr-1.0.4
81
proc-macro2-1.0.36
82
pure-rust-locales-0.5.6
83
quote-1.0.15
84
rand-0.8.4
85
rand_chacha-0.3.1
86
rand_core-0.6.3
87
rand_hc-0.3.1
88
redox_syscall-0.2.10
89
regex-1.5.4
90
regex-syntax-0.6.25
91
rust-embed-6.3.0
92
rust-embed-impl-6.2.0
93
rust-embed-utils-7.1.0
94
rust-ini-0.17.0
95
rustc-hash-1.1.0
96
ryu-1.0.9
97
same-file-1.0.6
98
scopeguard-1.1.0
99
self_cell-0.10.2
100
serde-1.0.134
101
serde_derive-1.0.134
102
serde_json-1.0.77
103
sha2-0.9.9
104
signal-hook-0.3.13
105
signal-hook-mio-0.2.1
106
signal-hook-registry-1.4.0
107
slab-0.4.5
108
smallvec-1.8.0
109
smart-default-0.6.0
110
smawk-0.3.1
111
strsim-0.10.0
112
syn-1.0.86
113
textwrap-0.14.2
114
thiserror-1.0.30
115
thiserror-impl-1.0.30
116
time-0.1.43
117
tinystr-0.3.4
118
tokio-1.15.0
119
tokio-macros-1.7.0
120
toml-0.5.8
121
tui-0.17.0
122
type-map-0.4.0
123
typenum-1.15.0
124
unic-langid-0.9.0
125
unic-langid-impl-0.9.0
126
unicode-linebreak-0.1.2
127
unicode-segmentation-1.8.0
128
unicode-width-0.1.9
129
unicode-xid-0.2.2
130
version_check-0.9.4
131
walkdir-2.3.2
132
wasi-0.10.2+wasi-snapshot-preview1
133
winapi-0.3.9
134
winapi-i686-pc-windows-gnu-0.4.0
135
winapi-util-0.1.5
136
winapi-x86_64-pc-windows-gnu-0.4.0
137
zeroize-1.5.0
7
	ahash-0.7.6
8
	aho-corasick-0.7.18
9
	async-trait-0.1.53
10
	autocfg-1.1.0
11
	bitflags-1.3.2
12
	block-0.1.6
13
	block-buffer-0.9.0
14
	bytes-1.1.0
15
	cassowary-0.3.0
16
	cfg-if-1.0.0
17
	chrono-0.4.19
18
	cpufeatures-0.2.2
19
	crossterm-0.23.2
20
	crossterm_winapi-0.9.0
21
	dashmap-5.3.3
22
	digest-0.9.0
23
	dlv-list-0.3.0
24
	find-crate-0.6.3
25
	fluent-0.16.0
26
	fluent-bundle-0.15.2
27
	fluent-langneg-0.13.0
28
	fluent-syntax-0.11.0
29
	futures-0.3.21
30
	futures-channel-0.3.21
31
	futures-core-0.3.21
32
	futures-executor-0.3.21
33
	futures-io-0.3.21
34
	futures-macro-0.3.21
35
	futures-sink-0.3.21
36
	futures-task-0.3.21
37
	futures-util-0.3.21
38
	generic-array-0.14.5
39
	getopts-0.2.21
40
	getrandom-0.2.6
41
	greetd_ipc-0.8.0
42
	hashbrown-0.12.1
43
	hermit-abi-0.1.19
44
	i18n-config-0.4.2
45
	i18n-embed-0.13.4
46
	i18n-embed-fl-0.6.4
47
	i18n-embed-impl-0.8.0
48
	intl-memoizer-0.5.1
49
	intl_pluralrules-7.0.1
50
	itoa-1.0.1
51
	lazy_static-1.4.0
52
	libc-0.2.125
53
	locale_config-0.3.0
54
	lock_api-0.4.7
55
	log-0.4.17
56
	malloc_buf-0.0.6
57
	memchr-2.5.0
58
	memoffset-0.6.5
59
	mio-0.8.3
60
	nix-0.24.1
61
	num-integer-0.1.45
62
	num-traits-0.2.15
63
	num_cpus-1.13.1
64
	objc-0.2.7
65
	objc-foundation-0.1.1
66
	objc_id-0.1.1
67
	once_cell-1.10.0
68
	opaque-debug-0.3.0
69
	ordered-multimap-0.4.3
70
	parking_lot-0.12.0
71
	parking_lot_core-0.9.3
72
	pin-project-lite-0.2.9
73
	pin-utils-0.1.0
74
	proc-macro-error-1.0.4
75
	proc-macro-error-attr-1.0.4
76
	proc-macro2-1.0.38
77
	pure-rust-locales-0.5.6
78
	quote-1.0.18
79
	redox_syscall-0.2.13
80
	regex-1.5.5
81
	regex-syntax-0.6.25
82
	rust-embed-6.4.0
83
	rust-embed-impl-6.2.0
84
	rust-embed-utils-7.2.0
85
	rust-ini-0.18.0
86
	rustc-hash-1.1.0
87
	ryu-1.0.9
88
	same-file-1.0.6
89
	scopeguard-1.1.0
90
	self_cell-0.10.2
91
	serde-1.0.137
92
	serde_derive-1.0.137
93
	serde_json-1.0.81
94
	sha2-0.9.9
95
	signal-hook-0.3.13
96
	signal-hook-mio-0.2.3
97
	signal-hook-registry-1.4.0
98
	slab-0.4.6
99
	smallvec-1.8.0
100
	smart-default-0.6.0
101
	smawk-0.3.1
102
	socket2-0.4.5
103
	strsim-0.10.0
104
	syn-1.0.92
105
	textwrap-0.15.0
106
	thiserror-1.0.31
107
	thiserror-impl-1.0.31
108
	time-0.1.43
109
	tinystr-0.3.4
110
	tokio-1.18.2
111
	tokio-macros-1.7.0
112
	toml-0.5.9
113
	tui-0.18.0
114
	type-map-0.4.0
115
	typenum-1.15.0
116
	unic-langid-0.9.0
117
	unic-langid-impl-0.9.0
118
	unicode-linebreak-0.1.2
119
	unicode-segmentation-1.9.0
120
	unicode-width-0.1.9
121
	unicode-xid-0.2.3
122
	version_check-0.9.4
123
	walkdir-2.3.2
124
	wasi-0.10.2+wasi-snapshot-preview1
125
	wasi-0.11.0+wasi-snapshot-preview1
126
	winapi-0.3.9
127
	winapi-i686-pc-windows-gnu-0.4.0
128
	winapi-util-0.1.5
129
	winapi-x86_64-pc-windows-gnu-0.4.0
130
	windows-sys-0.36.1
131
	windows_aarch64_msvc-0.36.1
132
	windows_i686_gnu-0.36.1
133
	windows_i686_msvc-0.36.1
134
	windows_x86_64_gnu-0.36.1
135
	windows_x86_64_msvc-0.36.1
136
	zeroize-1.5.5
138 137
"
139 138

  
140 139
inherit cargo
......
149 148

  
150 149
LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT"
151 150
SLOT="0"
152
KEYWORDS="~amd64 ~ppc64 ~riscv"
151
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
153 152

  
154
RDEPEND="gui-libs/greetd"
153
RDEPEND="acct-group/greetd
154
	acct-user/greetd
155
	gui-libs/greetd"
156
DEPEND="${RDEPEND}"
157

  
158
src_install() {
159
	dodir /var/cache/${PN}
160
	fowners greetd:greetd /var/cache/${PN}
161
	keepdir /var/cache/${PN}
162

  
163
	cargo_src_install
164
}
Thank you!