pkgsrc-WIP-changes archive

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

efl: Update to 1.27.0nb2



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Wed May 22 19:55:13 2024 -0700
Changeset:	3372376f0943504d7be09e7a2c4b1e28b6eb8a61

Modified Files:
	efl/Makefile

Log Message:
efl: Update to 1.27.0nb2

* Fix interpreter paths in a few python scripts

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

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

diffstat:
 efl/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/efl/Makefile b/efl/Makefile
index 749378a763..7d8fdcc0d9 100644
--- a/efl/Makefile
+++ b/efl/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	efl-1.27.0
 CATEGORIES=	x11
 MASTER_SITES=	https://download.enlightenment.org/rel/libs/efl/
 EXTRACT_SUFX=	.tar.xz
-PKGREVISION=	1
+PKGREVISION=	2
 MAINTAINER=	matthewd%fastmail.us@localhost
 HOMEPAGE=	https://enlightenment.org/
 COMMENT=	Enlightenment foundation libraries
@@ -110,6 +110,7 @@ MESON_ARGS+=			-Dopengl=base
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../inputmethod/scim/buildlink3.mk"
 .include "../../lang/lua/buildlink3.mk"
+.include "../../lang/python/application.mk"
 .include "../../multimedia/gstreamer1/buildlink3.mk"
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
 .include "../../print/libspectre/buildlink3.mk"


Home | Main Index | Thread Index | Old Index