pkgsrc-WIP-changes archive

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

yazi: install desktop file



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Feb 12 15:22:16 2025 +0100
Changeset:	78ee039765d95185ca2e87d820b51741e478281e

Modified Files:
	yazi/Makefile
	yazi/PLIST

Log Message:
yazi: install desktop file

(untested since I don't have rust 1.83)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=78ee039765d95185ca2e87d820b51741e478281e

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

diffstat:
 yazi/Makefile | 2 ++
 yazi/PLIST    | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/yazi/Makefile b/yazi/Makefile
index 47c4f31d2c..3a7e19a2cb 100644
--- a/yazi/Makefile
+++ b/yazi/Makefile
@@ -31,6 +31,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"
diff --git a/yazi/PLIST b/yazi/PLIST
index 7a8abc199a..b4c5098ff6 100644
--- a/yazi/PLIST
+++ b/yazi/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2024/12/08 21:06:45 pin Exp $
+@comment $NetBSD$
 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