pkgsrc-WIP-changes archive

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

yazi: add share/applications



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

Modified Files:
	yazi/Makefile

Log Message:
yazi: add share/applications

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

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

diffstat:
 yazi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/yazi/Makefile b/yazi/Makefile
index 3a7e19a2cb..12d0f6e6d1 100644
--- a/yazi/Makefile
+++ b/yazi/Makefile
@@ -16,7 +16,7 @@ RUST_REQ=	1.83.0
 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 \


Home | Main Index | Thread Index | Old Index