pkgsrc-WIP-changes archive

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

terminology: fix build with python



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Sep 27 11:23:54 2021 +0200
Changeset:	566298e80524ad6b5db6b8b05753d0ab09c6056d

Modified Files:
	terminology/Makefile

Log Message:
terminology: fix build with python

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

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

diffstat:
 terminology/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diffs:
diff --git a/terminology/Makefile b/terminology/Makefile
index 79e36894c0..cf9cc62465 100644
--- a/terminology/Makefile
+++ b/terminology/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	terminology-1.9.0
 CATEGORIES=	x11
-#PKGREVISION=	
+PKGREVISION=	1
 MASTER_SITES=	https://download.enlightenment.org/rel/apps/terminology/
 EXTRACT_SUFX=	.tar.xz
 
@@ -13,12 +13,10 @@ LICENSE=	2-clause-bsd
 
 USE_TOOLS+=	pkg-config
 
-REPLACE_PYTHON+=	data/colorschemes/get_name.py
-REPLACE_PYTHON+=	data/colorschemes/gen_faint.py
-REPLACE_PYTHON+=	data/colorschemes/ini2desc.py
-
 .include "../../devel/meson/build.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+PYTHON_FOR_BUILD_ONLY=	tool
+.include "../../lang/python/tool.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../wip/efl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index