pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/yazi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 12 14:21:24 UTC 2025

Modified Files:
        pkgsrc/sysutils/yazi: Makefile PLIST

Log Message:
yazi: install desktop file

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/yazi/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/yazi/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/yazi/Makefile
diff -u pkgsrc/sysutils/yazi/Makefile:1.19 pkgsrc/sysutils/yazi/Makefile:1.20
--- pkgsrc/sysutils/yazi/Makefile:1.19  Sun Feb  9 08:30:30 2025
+++ pkgsrc/sysutils/yazi/Makefile       Wed Feb 12 14:21:23 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2025/02/09 08:30:30 pin Exp $
+# $NetBSD: Makefile,v 1.20 2025/02/12 14:21:23 wiz Exp $
 
-DISTNAME=      yazi-0.4.2
 # yazi-25.2.7 requires Rust >= 1.83
+DISTNAME=      yazi-0.4.2
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sxyazi/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -13,13 +14,13 @@ LICENSE=    mit
 
 .include "cargo-depends.mk"
 
-#RUST_REQ=     1.83.0
+#RUST_REQ=     1.82.0
 #Upstream does not state the required MSRV.
-#This package is confirmed to build with Rust 1.83.0 on amd64
+#This package is confirmed to build with Rust 1.82.0 on amd64
 USE_LANGUAGES+=        c c++
 USE_TOOLS+=    gmake pkg-config
 
-INSTALLATION_DIRS=     bin share/examples/yazi
+INSTALLATION_DIRS=     bin share/applications share/examples/yazi
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/yazi \
@@ -34,6 +35,8 @@ do-install:
                ${DESTDIR}${PREFIX}/share/examples/yazi
        ${INSTALL_DATA} ${WRKSRC}/yazi-config/preset/yazi-default.toml \
                ${DESTDIR}${PREFIX}/share/examples/yazi
+       ${INSTALL_DATA} ${WRKSRC}/assets/yazi.desktop \
+               ${DESTDIR}${PREFIX}/share/applications
 
 .include "../../lang/rust/cargo.mk"
 .include "../../lang/lua54/buildlink3.mk"

Index: pkgsrc/sysutils/yazi/PLIST
diff -u pkgsrc/sysutils/yazi/PLIST:1.3 pkgsrc/sysutils/yazi/PLIST:1.4
--- pkgsrc/sysutils/yazi/PLIST:1.3      Sun Dec  8 21:06:45 2024
+++ pkgsrc/sysutils/yazi/PLIST  Wed Feb 12 14:21:23 2025
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2024/12/08 21:06:45 pin Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/02/12 14:21:23 wiz Exp $
 bin/ya
 bin/yazi
+share/applications/yazi.desktop
 share/examples/yazi/keymap-default.toml
 share/examples/yazi/theme-dark.toml
 share/examples/yazi/theme-light.toml



Home | Main Index | Thread Index | Old Index