pkgsrc-WIP-changes archive

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

picom-12.3: finish package



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sun Oct 20 18:26:41 2024 +0200
Changeset:	c7dcf67dd078d8a0b1ba2b617e36cf2c8db5292f

Modified Files:
	picom/Makefile
	picom/PLIST
Removed Files:
	picom/TODO

Log Message:
picom-12.3: finish package

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

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

diffstat:
 picom/Makefile | 6 ++++++
 picom/PLIST    | 5 ++++-
 picom/TODO     | 8 --------
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs:
diff --git a/picom/Makefile b/picom/Makefile
index 12fbf15928..4856306eeb 100644
--- a/picom/Makefile
+++ b/picom/Makefile
@@ -19,6 +19,12 @@ TOOL_DEPENDS+=	asciidoc-[0-9]*:../../textproc/asciidoc
 
 TOOL_DEPENDS+=	${RUBY_PKGPREFIX}-asciidoctor-[0-9]*:../../textproc/ruby-asciidoctor
 
+SUBST_CLASSES+=         rubyver
+SUBST_SED.rubyver+=     -e "s/asciidoctor/asciidoctor${RUBY_SUFFIX}/"
+SUBST_FILES.rubyver+=	man/meson.build
+SUBST_STAGE.rubyver=    pre-configure
+SUBST_MESSAGE.rubyver=  Fixing asciidoctor executable name.
+
 USE_TOOLS+=		pkg-config
 USE_LANGUAGES=		c c++
 MESON_ARGS+=		-Dwith_docs=true
diff --git a/picom/PLIST b/picom/PLIST
index 413fcf32e8..147d2d98f2 100644
--- a/picom/PLIST
+++ b/picom/PLIST
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2024/08/06 13:39:40 nia Exp $
+@comment $NetBSD$
 bin/compton
 bin/compton-trans
 bin/picom
+bin/picom-inspect
 bin/picom-trans
+lib/pkgconfig/picom-api.pc
+man/man1/picom-inspect.1
 man/man1/picom-trans.1
 man/man1/picom.1
 share/applications/compton.desktop
diff --git a/picom/TODO b/picom/TODO
deleted file mode 100644
index 56a2f2b742..0000000000
--- a/picom/TODO
+++ /dev/null
@@ -1,8 +0,0 @@
-Program asciidoctor found: NO
-
-man/meson.build:3:7: ERROR: Program 'asciidoctor' not found or not executable
-
-A full log can be found at /usr/pkgsrc/wip/picom/work/picom-12.3/output/meson-logs/meson-log.txt
-*** Error code 1
-
-Stop.


Home | Main Index | Thread Index | Old Index