From 14df9844ceba87614bc6db61df5c3f66e5a44de8 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Mon, 18 Mar 2019 11:24:10 +0100
Subject: [PATCH] [wip/py-qt-gepetto-pythonqt] build QtAll & extensions

---
 py-qt-gepetto-pythonqt/Makefile | 4 ++++
 py-qt-gepetto-pythonqt/PLIST    | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/py-qt-gepetto-pythonqt/Makefile b/py-qt-gepetto-pythonqt/Makefile
index f6133765..f32e3881 100644
--- a/py-qt-gepetto-pythonqt/Makefile
+++ b/py-qt-gepetto-pythonqt/Makefile
@@ -5,6 +5,7 @@
 ORG=			gepetto
 NAME=			PythonQt
 VERSION=		0.0.1
+PKGREVISION=		1
 
 DISTNAME=		${NAME}-${VERSION}
 PKGNAME=		${PKGTAG.python-}${PKGTAG.qt-}${ORG}-pythonqt-${VERSION}
@@ -19,6 +20,9 @@ COMMENT=		PythonQT temporary fork
 LICENSE=		gnu-lgpl-v2.1
 MAINTAINER=		gsaurel@laas.fr
 
+CMAKE_ARGS+=		-DPythonQt_Wrap_QtAll=ON
+CMAKE_ARGS+=		-DPythonQt_Extensions=ON
+
 include ../../pkgtools/pkg-config/depend.mk
 include ../../mk/sysdep/cmake.mk
 include ../../mk/sysdep/python.mk
diff --git a/py-qt-gepetto-pythonqt/PLIST b/py-qt-gepetto-pythonqt/PLIST
index 44649444..b9f7e8a5 100644
--- a/py-qt-gepetto-pythonqt/PLIST
+++ b/py-qt-gepetto-pythonqt/PLIST
@@ -23,9 +23,11 @@ include/PythonQt/PythonQtStdOut.h
 include/PythonQt/PythonQtSystem.h
 include/PythonQt/PythonQtUtils.h
 include/PythonQt/PythonQtVariants.h
+include/PythonQt/PythonQt_QtAll.h
 include/PythonQt/PythonQt_QtBindings.h
 include/PythonQt/gui/PythonQtScriptingConsole.h
-lib/libPythonQt${PYTHON_EXT_SUFFIX}
+lib/libPythonQt.so
+lib/libPythonQt_QtAll.so
 ${PYTHON_SITELIB}/pythonqt/__init__.py
 ${PYTHON_SITELIB}/pythonqt/matplotlib/__init__.py
 ${PYTHON_SITELIB}/pythonqt/matplotlib/backends/__init__.py
-- 
GitLab