pkgsrc-WIP-changes archive

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

foliate: Adds wildcard to fix python interpreter.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Sun Oct 6 10:03:09 2019 -0500
Changeset:	690b67cfef0eb8c237792de85487b0f2ab2c1b20

Modified Files:
	foliate/Makefile

Log Message:
foliate: Adds wildcard to fix python interpreter.

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

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

diffstat:
 foliate/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/foliate/Makefile b/foliate/Makefile
index 7876d6fdfb..8f432d9d77 100644
--- a/foliate/Makefile
+++ b/foliate/Makefile
@@ -18,15 +18,10 @@ BUILD_DEPENDS+=	gjs>=1.52.0:../../wip/gjs
 _TOOLS_USE_PKGSRC.msgfmt=	yes
 
 REPLACE_PYTHON+=	${WRKSRC}/build-aux/meson/postinstall.py
-REPLACE_PYTHON+=	${WRKSRC}/src/assets/KindleUnpack/compatibility_utils.py
-REPLACE_PYTHON+=	${WRKSRC}/src/assets/KindleUnpack/mobi_split.py
-REPLACE_PYTHON+=	${WRKSRC}/src/assets/KindleUnpack/mobiml2xhtml.py
-REPLACE_PYTHON+=	${WRKSRC}/src/assets/KindleUnpack/unipath.py
+REPLACE_PYTHON+=	${WRKSRC}/src/assets/KindleUnpack/*.py
 
 GLIB_SCHEMAS=	com.github.johnfactotum.Foliate.gschema.xml
 
-# Add options once the package is running correctly
-#.include "options.mk"
 .include "../../devel/py-meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/glib2/schemas.mk"


Home | Main Index | Thread Index | Old Index