Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/y/yazi/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ libc.so.6:__libc_start_main
libc.so.6:__longjmp_chk
libc.so.6:__memcpy_chk
libc.so.6:__register_atfork
libc.so.6:__res_init
libc.so.6:__sched_cpucount
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
Expand Down Expand Up @@ -63,14 +64,18 @@ libc.so.6:fputc
libc.so.6:fputs
libc.so.6:fread
libc.so.6:free
libc.so.6:freeaddrinfo
libc.so.6:freopen64
libc.so.6:fseeko64
libc.so.6:fstat64
libc.so.6:fstatat64
libc.so.6:ftello64
libc.so.6:ftruncate64
libc.so.6:funlockfile
libc.so.6:futimens
libc.so.6:fwrite
libc.so.6:gai_strerror
libc.so.6:getaddrinfo
libc.so.6:getauxval
libc.so.6:getc
libc.so.6:getcwd
Expand All @@ -83,6 +88,7 @@ libc.so.6:getpeername
libc.so.6:getpid
libc.so.6:getpwuid_r
libc.so.6:getrlimit
libc.so.6:getsid
libc.so.6:getsockname
libc.so.6:getsockopt
libc.so.6:gettimeofday
Expand Down Expand Up @@ -111,11 +117,14 @@ libc.so.6:memset
libc.so.6:mkdir
libc.so.6:mkstemp64
libc.so.6:mktime
libc.so.6:mlock
libc.so.6:mmap
libc.so.6:mmap64
libc.so.6:mprotect
libc.so.6:munlock
libc.so.6:munmap
libc.so.6:nanosleep
libc.so.6:open
libc.so.6:open64
libc.so.6:openat64
libc.so.6:opendir
Expand Down Expand Up @@ -189,8 +198,10 @@ libc.so.6:setlocale
libc.so.6:setpgid
libc.so.6:setrlimit
libc.so.6:setsid
libc.so.6:setsockopt
libc.so.6:setuid
libc.so.6:setvbuf
libc.so.6:shutdown
libc.so.6:sigaction
libc.so.6:sigaddset
libc.so.6:sigaltstack
Expand Down
12 changes: 6 additions & 6 deletions packages/y/yazi/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : yazi
version : 25.5.31
release : 3
version : 25.12.29
release : 4
source :
- https://github.com/sxyazi/yazi/archive/refs/tags/v25.5.31.tar.gz : 4d005e7c3f32b5574d51ab105597f3da3a4be2f7b5cd1bcb284143ad38253ed4
- https://github.com/sxyazi/yazi/archive/refs/tags/v25.12.29.tar.gz : 95d426eb933837bc499d3cddadaf845b919586d0105ffb831dcd5e085f73fd6c
homepage : https://yazi-rs.github.io
license : MIT
component : system.utils
Expand All @@ -19,6 +19,9 @@ rundeps :
- file

setup : |
# Fix desktop file categories to appear in FileManager category
sed -i 's/Categories=.*/Categories=System;FileManager;/' "assets/yazi.desktop"

%cargo_fetch

build : |
Expand All @@ -29,9 +32,6 @@ install : |
%install_license LICENSE LICENSE-ICONS
install -Dm644 "assets/yazi.desktop" "$installdir/usr/share/applications/yazi.desktop"

# Fix desktop file categories to appear in FileManager category
sed -i 's/Categories=.*/Categories=System;FileManager;/' "$installdir/usr/share/applications/yazi.desktop"

# Install appstream metainfo
install -Dm644 "$pkgfiles/org.yazi.Yazi.metainfo.xml" "$installdir/usr/share/metainfo/org.yazi.Yazi.metainfo.xml"

Expand Down
6 changes: 3 additions & 3 deletions packages/y/yazi/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ and extensibility through plugins and themes.
</Files>
</Package>
<History>
<Update release="3">
<Date>2025-12-09</Date>
<Version>25.5.31</Version>
<Update release="4">
<Date>2025-12-29</Date>
<Version>25.12.29</Version>
<Comment>Packaging update</Comment>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
Expand Down