File tree Expand file tree Collapse file tree 6 files changed +33
-3
lines changed Expand file tree Collapse file tree 6 files changed +33
-3
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ This file is used to indicate primary maintainership for this package. A package
3
3
- Jared Cervantes
4
4
- Matrix: @jaredy89 : matrix .org
5
5
6
+
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ ld-linux-x86-64.so.2
2
2
libc.so.6
3
3
libgcc_s.so.1
4
4
libm.so.6
5
+
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ libc.so.6:pclose
123
123
libc.so.6:pipe2
124
124
libc.so.6:poll
125
125
libc.so.6:popen
126
+ libc.so.6:posix_memalign
126
127
libc.so.6:posix_spawn_file_actions_adddup2
127
128
libc.so.6:posix_spawn_file_actions_destroy
128
129
libc.so.6:posix_spawn_file_actions_init
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ releases:
4
4
# No known CPE, checked 2025-09-27
5
5
security :
6
6
cpe : ~
7
+
Original file line number Diff line number Diff line change @@ -12,14 +12,28 @@ description: |
12
12
and extensibility through plugins and themes.
13
13
networking : true
14
14
builddeps :
15
+ - imagemagick
15
16
- rust
16
17
rundeps :
17
18
- file
18
19
setup : |
19
20
%cargo_fetch
20
21
21
22
build : |
22
- %cargo_build
23
+ YAZI_GEN_COMPLETIONS=true %cargo_build
23
24
24
25
install : |
25
- %cargo_install
26
+ %cargo_install yazi ya
27
+ install -Dm644 "assets/yazi.desktop" "$installdir/usr/share/applications/yazi.desktop"
28
+
29
+ # Install icons
30
+ for r in 16 24 32 48 64 128 256; do
31
+ install -dm755 "$installdir/usr/share/icons/hicolor/${r}x${r}/apps"
32
+ magick assets/logo.png -resize "${r}x${r}" "$installdir/usr/share/icons/hicolor/${r}x${r}/apps/yazi.png"
33
+ done
34
+
35
+ # Install shell completions
36
+ cd yazi-boot/completions
37
+ install -Dm644 "yazi.bash" "$installdir/usr/share/bash-completion/completions/yazi"
38
+ install -Dm644 "yazi.fish" "$installdir/usr/share/fish/vendor_completions.d/yazi.fish"
39
+ install -Dm644 "_yazi" "$installdir/usr/share/zsh/site-functions/_yazi"
Original file line number Diff line number Diff line change @@ -22,12 +22,24 @@ and extensibility through plugins and themes.
22
22
</Description >
23
23
<PartOf >system.utils</PartOf >
24
24
<Files >
25
+ <Path fileType =" executable" >/usr/bin/ya</Path >
25
26
<Path fileType =" executable" >/usr/bin/yazi</Path >
27
+ <Path fileType =" data" >/usr/share/applications/yazi.desktop</Path >
28
+ <Path fileType =" data" >/usr/share/bash-completion/completions/yazi</Path >
29
+ <Path fileType =" data" >/usr/share/fish/vendor_completions.d/yazi.fish</Path >
30
+ <Path fileType =" data" >/usr/share/icons/hicolor/128x128/apps/yazi.png</Path >
31
+ <Path fileType =" data" >/usr/share/icons/hicolor/16x16/apps/yazi.png</Path >
32
+ <Path fileType =" data" >/usr/share/icons/hicolor/24x24/apps/yazi.png</Path >
33
+ <Path fileType =" data" >/usr/share/icons/hicolor/256x256/apps/yazi.png</Path >
34
+ <Path fileType =" data" >/usr/share/icons/hicolor/32x32/apps/yazi.png</Path >
35
+ <Path fileType =" data" >/usr/share/icons/hicolor/48x48/apps/yazi.png</Path >
36
+ <Path fileType =" data" >/usr/share/icons/hicolor/64x64/apps/yazi.png</Path >
37
+ <Path fileType =" data" >/usr/share/zsh/site-functions/_yazi</Path >
26
38
</Files >
27
39
</Package >
28
40
<History >
29
41
<Update release =" 1" >
30
- <Date >2025-09-27 </Date >
42
+ <Date >2025-10-04 </Date >
31
43
<Version >25.5.31</Version >
32
44
<Comment >Packaging update</Comment >
33
45
<Name >Jared Cervantes</Name >
You can’t perform that action at this time.
0 commit comments