[Midnightbsd-cvs] mports [21634] trunk/x11: add qt5 ports for x11

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 13 17:36:40 EDT 2016


Revision: 21634
          http://svnweb.midnightbsd.org/mports/?rev=21634
Author:   laffer1
Date:     2016-08-13 17:36:40 -0400 (Sat, 13 Aug 2016)
Log Message:
-----------
add qt5 ports for x11

Modified Paths:
--------------
    trunk/x11/Makefile

Added Paths:
-----------
    trunk/x11/qt5-qev/
    trunk/x11/qt5-qev/Makefile
    trunk/x11/qt5-qev/pkg-plist
    trunk/x11/qt5-x11extras/
    trunk/x11/qt5-x11extras/Makefile
    trunk/x11/qt5-x11extras/pkg-plist

Modified: trunk/x11/Makefile
===================================================================
--- trunk/x11/Makefile	2016-08-13 21:34:38 UTC (rev 21633)
+++ trunk/x11/Makefile	2016-08-13 21:36:40 UTC (rev 21634)
@@ -95,6 +95,8 @@
 SUBDIR += qimageblitz
 SUBDIR += qt4-graphicssystems-opengl
 SUBDIR += qt4-inputmethods
+SUBDIR += qt5-qev
+SUBDIR += qt5-x11extras
 SUBDIR += randrproto
 SUBDIR += recordproto
 SUBDIR += renderproto

Added: trunk/x11/qt5-qev/Makefile
===================================================================
--- trunk/x11/qt5-qev/Makefile	                        (rev 0)
+++ trunk/x11/qt5-qev/Makefile	2016-08-13 21:36:40 UTC (rev 21634)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+# $FreeBSD: head/x11/qt5-qev/Makefile 372179 2014-11-05 09:39:21Z rakuco $
+
+PORTNAME=	qev
+DISTVERSION=	${QT5_VERSION}
+CATEGORIES=	x11
+PKGNAMEPREFIX=	qt5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Qt QWidget events introspection tool
+
+LICENSE=	gpl3
+
+USE_QT5=	core widgets
+QT_DIST=	tools
+USES=		qmake
+
+WRKSRC_SUBDIR=	src/${PORTNAME}
+
+# qev is not connected to qttool's build system, so we cannot just run qmake
+# and set {BUILD,INSTALL}_WRKSRC.
+# Instead, we run qmake from src/${PORTNAME} but need to copy .qmake.conf to
+# it for all required variables to be set (MODULE_VERSION etc).
+post-patch:
+	${CP} ${WRKSRC}/../../.qmake.conf ${WRKSRC}
+
+.include <bsd.port.mk>


Property changes on: trunk/x11/qt5-qev/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/qt5-qev/pkg-plist
===================================================================
--- trunk/x11/qt5-qev/pkg-plist	                        (rev 0)
+++ trunk/x11/qt5-qev/pkg-plist	2016-08-13 21:36:40 UTC (rev 21634)
@@ -0,0 +1 @@
+%%QT_BINDIR%%/qev


Property changes on: trunk/x11/qt5-qev/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/qt5-x11extras/Makefile
===================================================================
--- trunk/x11/qt5-x11extras/Makefile	                        (rev 0)
+++ trunk/x11/qt5-x11extras/Makefile	2016-08-13 21:36:40 UTC (rev 21634)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+# $FreeBSD: head/x11/qt5-x11extras/Makefile 407169 2016-01-24 18:10:14Z rakuco $
+
+PORTNAME=	x11extras
+DISTVERSION=	${QT5_VERSION}
+CATEGORIES=	x11
+PKGNAMEPREFIX=	qt5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Qt platform-specific features for X11-based systems
+
+LICENSE=	gpl3
+
+USE_QT5=	core gui
+QT_DIST=	x11extras
+USES=		qmake
+USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
+
+.include <bsd.port.mk>


Property changes on: trunk/x11/qt5-x11extras/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/qt5-x11extras/pkg-plist
===================================================================
--- trunk/x11/qt5-x11extras/pkg-plist	                        (rev 0)
+++ trunk/x11/qt5-x11extras/pkg-plist	2016-08-13 21:36:40 UTC (rev 21634)
@@ -0,0 +1,18 @@
+%%QT_INCDIR%%/QtX11Extras/QX11Info
+%%QT_INCDIR%%/QtX11Extras/QtX11Extras
+%%QT_INCDIR%%/QtX11Extras/QtX11ExtrasDepends
+%%QT_INCDIR%%/QtX11Extras/QtX11ExtrasVersion
+%%QT_INCDIR%%/QtX11Extras/qtx11extrasglobal.h
+%%QT_INCDIR%%/QtX11Extras/qtx11extrasversion.h
+%%QT_INCDIR%%/QtX11Extras/qx11info_x11.h
+%%QT_LIBDIR%%/cmake/Qt5X11Extras/Qt5X11ExtrasConfig.cmake
+%%QT_LIBDIR%%/cmake/Qt5X11Extras/Qt5X11ExtrasConfigVersion.cmake
+%%QT_LIBDIR%%/libQt5X11Extras.prl
+%%QT_LIBDIR%%/libQt5X11Extras.so
+%%QT_LIBDIR%%/libQt5X11Extras.so.5
+%%QT_LIBDIR%%/libQt5X11Extras.so.%%SHORTVER%%
+%%QT_LIBDIR%%/libQt5X11Extras.so.%%FULLVER%%
+%%DEBUG%%%%QT_LIBDIR%%/libQt5X11Extras.so.%%FULLVER%%.debug
+%%QT_MKSPECDIR%%/modules/qt_lib_x11extras.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_x11extras_private.pri
+libdata/pkgconfig/Qt5X11Extras.pc


Property changes on: trunk/x11/qt5-x11extras/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list