From d8f747eea898717f96d8328e5ee52e17dfb37237 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 17 Dec 2024 21:45:56 +0300 Subject: freebsd port: synced with the version in FreeBSD ports Rodrigo Osorio re-included the PNGs even for sciteco-curses. Should be fixed at the Autoconf-level, by only installing the PNGs on GTK. --- freebsd/Makefile | 2 -- freebsd/pkg-plist | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'freebsd') diff --git a/freebsd/Makefile b/freebsd/Makefile index abba4c5..4283bcc 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -85,8 +85,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ico/sciteco-${SZ}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps/sciteco.png .endfor -# To appease `make check-plist`: - ${RM} ${STAGEDIR}${DATADIR}/*.png ${MKDIR} ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/src/sciteco.desktop \ ${STAGEDIR}${PREFIX}/share/applications/sciteco.desktop diff --git a/freebsd/pkg-plist b/freebsd/pkg-plist index 4046f68..a4b0058 100644 --- a/freebsd/pkg-plist +++ b/freebsd/pkg-plist @@ -11,6 +11,9 @@ share/man/man7/%%PROGRAM_PREFIX%%sciteco.7.gz %%DATADIR%%/lib/fnkeys.tes %%DATADIR%%/lib/getopt.tes %%DATADIR%%/lib/lexer.tes +%%DATADIR%%/sciteco-16.png +%%DATADIR%%/sciteco-32.png +%%DATADIR%%/sciteco-48.png %%LEXILLA%%%%DATADIR%%/lib/lexers/abaqus.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/ada.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/asciidoc.tes -- cgit v1.2.3