pkgsrc-WIP-changes archive

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

ueberzugpp: install some helper scripts



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Feb 12 13:36:35 2025 +0100
Changeset:	51b2d2da67dbbccbc6e98e8bb790f82917e64fbc

Modified Files:
	ueberzugpp/Makefile
	ueberzugpp/PLIST

Log Message:
ueberzugpp: install some helper scripts

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

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

diffstat:
 ueberzugpp/Makefile | 7 ++++++-
 ueberzugpp/PLIST    | 8 ++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diffs:
diff --git a/ueberzugpp/Makefile b/ueberzugpp/Makefile
index e262bb8012..eb81a1d8f1 100644
--- a/ueberzugpp/Makefile
+++ b/ueberzugpp/Makefile
@@ -12,7 +12,12 @@ LICENSE=	gnu-gpl-v3
 
 USE_LANGUAGES=		c c++
 USE_CXX_FEATURES+=	c++20
-USE_TOOLS+=		pkg-config
+USE_TOOLS+=		pax pkg-config
+
+INSTALLATION_DIRS+=	share/examples/ueberzugpp
+
+post-install:
+	cd ${WRKSRC}/scripts && ${PAX} -pe -rw * ${DESTDIR}${PREFIX}/share/examples/ueberzugpp
 
 .include "../../devel/cmake/build.mk"
 .include "../../devel/CLI11/buildlink3.mk"
diff --git a/ueberzugpp/PLIST b/ueberzugpp/PLIST
index e988999c30..bbe9250b1c 100644
--- a/ueberzugpp/PLIST
+++ b/ueberzugpp/PLIST
@@ -3,3 +3,11 @@ bin/ueberzug
 bin/ueberzugpp
 man/man1/ueberzug.1
 man/man1/ueberzugpp.1
+share/examples/ueberzugpp/fifo/fzf-fifo
+share/examples/ueberzugpp/fifo/img-fifo
+share/examples/ueberzugpp/fzfub
+share/examples/ueberzugpp/img
+share/examples/ueberzugpp/lf/cleaner
+share/examples/ueberzugpp/lf/lfub
+share/examples/ueberzugpp/lf/preview
+share/examples/ueberzugpp/sockets.py


Home | Main Index | Thread Index | Old Index