pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/alacritty
Module Name: pkgsrc
Committed By: kikadf
Date: Thu Mar 19 10:55:04 UTC 2026
Modified Files:
pkgsrc/x11/alacritty: Makefile PLIST
Log Message:
alacritty: fix icon path, follow install instruction of upstream
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/alacritty/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/alacritty/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/alacritty/Makefile
diff -u pkgsrc/x11/alacritty/Makefile:1.41 pkgsrc/x11/alacritty/Makefile:1.42
--- pkgsrc/x11/alacritty/Makefile:1.41 Tue Mar 3 21:24:21 2026
+++ pkgsrc/x11/alacritty/Makefile Thu Mar 19 10:55:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2026/03/03 21:24:21 tnn Exp $
+# $NetBSD: Makefile,v 1.42 2026/03/19 10:55:04 kikadf Exp $
DISTNAME= alacritty-0.16.1
CATEGORIES= x11
@@ -46,7 +46,7 @@ SUBST_SED.rtld= -e 's,libc::RTLD_LAZY,&
PYTHON_FOR_BUILD_ONLY= tool
INSTALLATION_DIRS= bin share/applications ${PKGMANDIR}/man1 \
- ${PKGMANDIR}/man5 share/icons/hicolor/scalable/apps
+ ${PKGMANDIR}/man5 share/pixmaps
PLIST_SRC= ${PLIST_SRC_DFLT}
@@ -67,7 +67,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/extra/linux/Alacritty.desktop \
${DESTDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/extra/logo/alacritty-term.svg \
- ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps
+ ${DESTDIR}${PREFIX}/share/pixmaps/Alacritty.svg
.if ${OPSYS} == "Darwin"
cd ${WRKSRC}/target/release/osx && ${PAX} -rwpe Alacritty.app ${DESTDIR}${PREFIX}/Applications
.endif
Index: pkgsrc/x11/alacritty/PLIST
diff -u pkgsrc/x11/alacritty/PLIST:1.4 pkgsrc/x11/alacritty/PLIST:1.5
--- pkgsrc/x11/alacritty/PLIST:1.4 Fri Dec 29 14:33:29 2023
+++ pkgsrc/x11/alacritty/PLIST Thu Mar 19 10:55:04 2026
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2023/12/29 14:33:29 tnn Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/03/19 10:55:04 kikadf Exp $
bin/alacritty
man/man1/alacritty-msg.1
man/man1/alacritty.1
man/man5/alacritty-bindings.5
man/man5/alacritty.5
share/applications/Alacritty.desktop
-share/icons/hicolor/scalable/apps/alacritty-term.svg
+share/pixmaps/Alacritty.svg
Home |
Main Index |
Thread Index |
Old Index