pkgsrc-WIP-changes archive

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

jitsi-meet: register and install some configuration files



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Nov 20 21:10:17 2020 +0100
Changeset:	fa8e98d46ca1a84c45afc158648ab84a8f47facb

Modified Files:
	jitsi-meet/Makefile
	jitsi-meet/PLIST

Log Message:
jitsi-meet: register and install some configuration files

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

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

diffstat:
 jitsi-meet/Makefile | 7 ++++++-
 jitsi-meet/PLIST    | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/jitsi-meet/Makefile b/jitsi-meet/Makefile
index 6e2bc780a3..1e5845b0d6 100644
--- a/jitsi-meet/Makefile
+++ b/jitsi-meet/Makefile
@@ -12,7 +12,12 @@ BUILD_DEPENDS+=	npm-[0-9]*:../../lang/npm
 BUILD_TARGET=	compile
 INSTALL_TARGET=	deploy source-package
 
-INSTALLATION_DIRS+=	share/jitsi-meet
+EGDIR=		share/jitsi-meet
+CONF_FILES=	${EGDIR}/config.js ${PKG_SYSCONFDIR}/jitsi/meet/config.js
+CONF_FILES+=	${EGDIR}/interface_config.js ${PKG_SYSCONFDIR}/jitsi/meet/interface_config.js
+CONF_FILES+=	${EGDIR}/title.html ${PKG_SYSCONFDIR}/jitsi/meet/title.html
+
+INSTALLATION_DIRS=	${EGDIR}
 
 do-configure:
 	cd ${WRKSRC} && \
diff --git a/jitsi-meet/PLIST b/jitsi-meet/PLIST
index 7914376f19..22cd696a32 100644
--- a/jitsi-meet/PLIST
+++ b/jitsi-meet/PLIST
@@ -222,3 +222,4 @@ share/jitsi-meet/static/settingsToolbarAdditionalContent.html
 share/jitsi-meet/static/welcomePageAdditionalContent.html
 share/jitsi-meet/title.html
 share/jitsi-meet/webpack.config.js
+@pkgdir etc/jitsi/meet


Home | Main Index | Thread Index | Old Index