mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
New port: misc/qt5-examples: Qt 5 examples sourcecodes
A collection of code samples and tutorials for Qt to help new users get started with Qt development. This is a support / add-on package for qtcreator, which likes to showcase examples. WWW: http://doc.qt.io/qt-5/qtexamplesandtutorials.html PR: 209320 Submitted by: groot@kde.org (kde), Ralf Nolden <nolden@kde.org> (kde)
This commit is contained in:
parent
942ca95103
commit
bce1ae34e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415985
@ -393,6 +393,7 @@
|
||||
SUBDIR += qt4-l10n
|
||||
SUBDIR += qt4-qtconfig
|
||||
SUBDIR += qt4-qtdemo
|
||||
SUBDIR += qt5-examples
|
||||
SUBDIR += qt5-l10n
|
||||
SUBDIR += qt5ct
|
||||
SUBDIR += quotes
|
||||
|
44
misc/qt5-examples/Makefile
Normal file
44
misc/qt5-examples/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# Created by: Ralf Nolden <nolden@kde.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= examples
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/single/
|
||||
PKGNAMEPREFIX= qt5-
|
||||
DISTNAME= qt-everywhere-opensource-src-${QT5_VERSION}
|
||||
DIST_SUBDIR= KDE/Qt/${QT5_VERSION}
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt 5 examples sourcecodes
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
USES= tar:xz
|
||||
USE_QT5= #
|
||||
|
||||
DESCR= ${.CURDIR:H:H}/devel/qt5/pkg-descr
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/qt5
|
||||
# The destination location depends on the values given in
|
||||
# share/doc/qt5/<module>/examples-manifest.xml. The exception is
|
||||
# qtscript and qtserialbus where the examples are looked up in $EXAMPLESDIR/.
|
||||
# This way, the examples show up in qtcreator on the examples front page.
|
||||
|
||||
EXAMPLES= qt3d qtbase qtcanvas3d qtconnectivity qtdeclarative qtenginio \
|
||||
qtlocation qtmultimedia qtquickcontrols qtscript qtsensors \
|
||||
qtserialport qtsvg qttools qtwebchannel qtwebkit-examples \
|
||||
qtwebsockets qtxmlpatterns
|
||||
|
||||
.for example in ${EXAMPLES}
|
||||
EXTRACT_AFTER_ARGS+= ${DISTNAME}/${example}/examples
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
.for example in ${EXAMPLES}
|
||||
cd ${WRKSRC}/${example}/examples && \
|
||||
${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
2
misc/qt5-examples/distinfo
Normal file
2
misc/qt5-examples/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (KDE/Qt/5.5.1/qt-everywhere-opensource-src-5.5.1.tar.xz) = 6f028e63d4992be2b4a5526f2ef3bfa2fe28c5c757554b11d9e8d86189652518
|
||||
SIZE (KDE/Qt/5.5.1/qt-everywhere-opensource-src-5.5.1.tar.xz) = 320459924
|
5
misc/qt5-examples/pkg-descr
Normal file
5
misc/qt5-examples/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A collection of code samples and tutorials for Qt to help new users
|
||||
get started with Qt development. This is a support / add-on package for
|
||||
qtcreator, which likes to showcase examples.
|
||||
|
||||
WWW: http://doc.qt.io/qt-5/qtexamplesandtutorials.html
|
6425
misc/qt5-examples/pkg-plist
Normal file
6425
misc/qt5-examples/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user