pkgsrc-WIP-changes archive

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

efl: add g-mainloop to suggested options on NetBSD



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Wed Feb 17 10:51:48 2021 +0100
Changeset:	233dc9d0eb48685fcc88f566bd557d3ed8326133

Modified Files:
	efl/Makefile
	efl/PLIST
	efl/options.mk

Log Message:
efl: add g-mainloop to suggested options on NetBSD

efl's mainloop carshes, need to found the reason
fix PLIST

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

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

diffstat:
 efl/Makefile   | 2 +-
 efl/PLIST      | 8 ++++----
 efl/options.mk | 3 ++-
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/efl/Makefile b/efl/Makefile
index 8aab851bf3..0abfb6ef4f 100644
--- a/efl/Makefile
+++ b/efl/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	efl-1.25.1
 CATEGORIES=	x11
-PKGREVISION=	4
+PKGREVISION=	5
 MASTER_SITES=	https://download.enlightenment.org/rel/libs/efl/
 EXTRACT_SUFX=	.tar.xz
 
diff --git a/efl/PLIST b/efl/PLIST
index 9fe4f3c5c9..52231026e7 100644
--- a/efl/PLIST
+++ b/efl/PLIST
@@ -2352,10 +2352,6 @@ share/ecore_x/checkme
 share/edje/include/edje.inc
 share/eeze/checkme
 share/efreet/checkme
-${PLIST.tests}share/elementary/testdiff.diff
-${PLIST.tests}share/elementary/testfile-windows.txt
-${PLIST.tests}share/elementary/testfile-withblanks.txt
-${PLIST.tests}share/elementary/testfile.txt
 share/elementary/config/default/base.cfg
 share/elementary/config/default/icon.png
 share/elementary/config/default/profile.desktop
@@ -2476,6 +2472,10 @@ share/elementary/objects/test_prefs.edj
 share/elementary/objects/test_prefs.epb
 share/elementary/objects/test_tab_pager.edj
 share/elementary/objects/test_tooltip.edj
+${PLIST.tests}share/elementary/testdiff.diff
+${PLIST.tests}share/elementary/testfile-windows.txt
+${PLIST.tests}share/elementary/testfile-withblanks.txt
+${PLIST.tests}share/elementary/testfile.txt
 share/elementary/themes/default.edj
 share/elua/checkme
 share/embryo/include/default.inc
diff --git a/efl/options.mk b/efl/options.mk
index 1eae1ed20a..0aa103ca70 100644
--- a/efl/options.mk
+++ b/efl/options.mk
@@ -4,7 +4,9 @@ PKG_OPTIONS_VAR=		PKG_OPTIONS.efl
 PKG_SUPPORTED_OPTIONS=		debug g-mainloop gcc8 pulseaudio clang
 PKG_SUPPORTED_OPTIONS+=		tests
 PKG_SUGGESTED_OPTIONS=		pulseaudio
+PKG_SUGGESTED_OPTIONS.NetBSD+=	g-mainloop
 
+PLIST_VARS+=	tests
 
 .include "../../mk/bsd.options.mk"
 
@@ -41,7 +43,6 @@ MESON_ARGS+=	-Dpulseaudio=false
 
 # Compile tests
 .if !empty(PKG_OPTIONS:Mtests)
-PLIST_VARS+=		tests
 PLIST.tests=		yes
 MESON_ARGS+=		-Dbuild-tests=true
 REPLACE_PYTHON+=	src/tests/elementary/spec/generator.py


Home | Main Index | Thread Index | Old Index