[Midnightbsd-cvs] mports [21628] trunk/devel: add qt5 assistant

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 13 17:23:16 EDT 2016


Revision: 21628
          http://svnweb.midnightbsd.org/mports/?rev=21628
Author:   laffer1
Date:     2016-08-13 17:23:16 -0400 (Sat, 13 Aug 2016)
Log Message:
-----------
add qt5 assistant

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/qt5-assistant/
    trunk/devel/qt5-assistant/Makefile
    trunk/devel/qt5-assistant/files/
    trunk/devel/qt5-assistant/files/patch-src__src.pro
    trunk/devel/qt5-assistant/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-08-13 21:22:33 UTC (rev 21627)
+++ trunk/devel/Makefile	2016-08-13 21:23:16 UTC (rev 21628)
@@ -480,6 +480,7 @@
 SUBDIR += qt4-uic
 SUBDIR += qt4-uic3
 SUBDIR += qt5
+SUBDIR += qt5-assistant
 SUBDIR += qt5-buildtools
 SUBDIR += qt5-core
 SUBDIR += qt5-concurrent

Added: trunk/devel/qt5-assistant/Makefile
===================================================================
--- trunk/devel/qt5-assistant/Makefile	                        (rev 0)
+++ trunk/devel/qt5-assistant/Makefile	2016-08-13 21:23:16 UTC (rev 21628)
@@ -0,0 +1,31 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/qt5-assistant/Makefile 407169 2016-01-24 18:10:14Z rakuco $
+
+PORTNAME=	assistant
+DISTVERSION=	${QT5_VERSION}
+CATEGORIES=	devel
+PKGNAMEPREFIX=	qt5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Qt 5 documentation browser
+
+LICENSE=	gpl3
+
+USE_QT5=	core gui help network printsupport sql webkit widgets \
+		buildtools_build sql-sqlite3_run
+QT_DIST=	tools
+USES=		qmake
+
+DESKTOP_ENTRIES="Qt 5 Assistant" "" \
+		"${PREFIX}/share/pixmaps/assistant-qt5.png" \
+		"${PREFIX}/${QT_BINDIR_REL}/assistant" \
+		"Development;Qt;" true
+
+BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}/${PORTNAME}
+INSTALL_WRKSRC=	${WRKSRC}/src/${PORTNAME}/${PORTNAME}
+
+post-install:
+	${INSTALL_DATA} ${INSTALL_WRKSRC}/images/assistant-128.png \
+		${STAGEDIR}${PREFIX}/share/pixmaps/assistant-qt5.png
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/qt5-assistant/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/devel/qt5-assistant/files/patch-src__src.pro
===================================================================
--- trunk/devel/qt5-assistant/files/patch-src__src.pro	                        (rev 0)
+++ trunk/devel/qt5-assistant/files/patch-src__src.pro	2016-08-13 21:23:16 UTC (rev 21628)
@@ -0,0 +1,44 @@
+Only enter the directories we want to build, otherwise we might fail due to
+missing dependencies.
+
+--- src/src.pro
++++ src/src.pro
+@@ -1,37 +1,2 @@
+ TEMPLATE = subdirs
+-
+-qtHaveModule(widgets) {
+-    no-png {
+-        message("Some graphics-related tools are unavailable without PNG support")
+-    } else {
+-        SUBDIRS = assistant \
+-                  pixeltool \
+-                  qtestlib \
+-                  designer
+-
+-        linguist.depends = designer
+-    }
+-}
+-
+-SUBDIRS += linguist \
+-    qtplugininfo
+-if(!android|android_app):!ios: SUBDIRS += qtpaths
+-
+-mac {
+-    SUBDIRS += macdeployqt
+-}
+-
+-android {
+-    SUBDIRS += androiddeployqt
+-}
+-
+-qtHaveModule(dbus): SUBDIRS += qdbus
+-
+-win32|winrt:SUBDIRS += windeployqt
+-winrt:SUBDIRS += winrtrunner
+-qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag
+-
+-qtNomakeTools( \
+-    pixeltool \
+-    macdeployqt \
+-)
++SUBDIRS = assistant


Property changes on: trunk/devel/qt5-assistant/files/patch-src__src.pro
___________________________________________________________________
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/devel/qt5-assistant/pkg-plist
===================================================================
--- trunk/devel/qt5-assistant/pkg-plist	                        (rev 0)
+++ trunk/devel/qt5-assistant/pkg-plist	2016-08-13 21:23:16 UTC (rev 21628)
@@ -0,0 +1,2 @@
+%%QT_BINDIR%%/assistant
+share/pixmaps/assistant-qt5.png


Property changes on: trunk/devel/qt5-assistant/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