diff options
author | pi <pi@FreeBSD.org> | 2016-05-28 22:46:28 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-28 22:46:28 +0800 |
commit | 5c86038c145cae7f94b170318cb88c0c967be131 (patch) | |
tree | 64977268bea13f75e98af308e955a9cbb6d285f2 /x11-themes | |
parent | 9dc0e9dba1f33519d4b8931802471b1ab679f3a4 (diff) | |
download | freebsd-ports-graphics-5c86038c145cae7f94b170318cb88c0c967be131.tar.gz freebsd-ports-graphics-5c86038c145cae7f94b170318cb88c0c967be131.tar.zst freebsd-ports-graphics-5c86038c145cae7f94b170318cb88c0c967be131.zip |
New port: x11-themes/qt5-style-plugins
Additional Qt5 styles formerly packaged with Qt:
- Cleanlooks
- Motif
- Plastique
WWW: http://qt-project.org
PR: 209319
Submitted by: groot@kde.org (kde), Ralf Nolden <nolden@kde.org> (kde)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/qt5-style-plugins/Makefile | 22 | ||||
-rw-r--r-- | x11-themes/qt5-style-plugins/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/qt5-style-plugins/pkg-descr | 7 | ||||
-rw-r--r-- | x11-themes/qt5-style-plugins/pkg-plist | 4 |
5 files changed, 36 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 92a6773637e..69b7ae8fa79 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -154,6 +154,7 @@ SUBDIR += qt4-style-phase SUBDIR += qt4-style-quantumstyle SUBDIR += qt5-style-Kvantum + SUBDIR += qt5-style-plugins SUBDIR += qtcurve SUBDIR += qtcurve-gtk2 SUBDIR += qtcurve-kde4 diff --git a/x11-themes/qt5-style-plugins/Makefile b/x11-themes/qt5-style-plugins/Makefile new file mode 100644 index 00000000000..edbe5c89462 --- /dev/null +++ b/x11-themes/qt5-style-plugins/Makefile @@ -0,0 +1,22 @@ +# Created by: Ralf Nolden <nolden@kde.org> +# $FreeBSD$ + +PORTNAME= qt5-style-plugins +PORTVERSION= 5.0.0 +CATEGORIES= x11-themes +MASTER_SITES= QT/community_releases/additional_qt_src_pkgs/ +DISTNAME= qtstyleplugins-src-${PORTVERSION} +DIST_SUBDIR= KDE/Qt/addons + +MAINTAINER= kde@FreeBSD.org +COMMENT= Additional Styles for Qt 5 and KDE + +LICENSE= LGPL21 + +USES= qmake +USE_QT5= buildtools_build core gui widgets +USE_GL+= gl + +WRKSRC= ${WRKDIR}/qtstyleplugins-src-${PORTVERSION} + +.include <bsd.port.mk> diff --git a/x11-themes/qt5-style-plugins/distinfo b/x11-themes/qt5-style-plugins/distinfo new file mode 100644 index 00000000000..c7a358f69be --- /dev/null +++ b/x11-themes/qt5-style-plugins/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/Qt/addons/qtstyleplugins-src-5.0.0.tar.gz) = 9f96d8eb974944aa788c10e6ef610bf74b12b6dbd5257acacec78962b7753f40 +SIZE (KDE/Qt/addons/qtstyleplugins-src-5.0.0.tar.gz) = 96824 diff --git a/x11-themes/qt5-style-plugins/pkg-descr b/x11-themes/qt5-style-plugins/pkg-descr new file mode 100644 index 00000000000..176be45fa96 --- /dev/null +++ b/x11-themes/qt5-style-plugins/pkg-descr @@ -0,0 +1,7 @@ +Additional Qt5 styles formerly packaged with Qt: + +- Cleanlooks +- Motif +- Plastique + +WWW: http://qt-project.org diff --git a/x11-themes/qt5-style-plugins/pkg-plist b/x11-themes/qt5-style-plugins/pkg-plist new file mode 100644 index 00000000000..54528090c70 --- /dev/null +++ b/x11-themes/qt5-style-plugins/pkg-plist @@ -0,0 +1,4 @@ +%%QT_LIBDIR%%/cmake/Qt5Widgets/Qt5Widgets_.cmake +%%QT_PLUGINDIR%%/styles/libqcleanlooksstyle.so +%%QT_PLUGINDIR%%/styles/libqmotifstyle.so +%%QT_PLUGINDIR%%/styles/libqplastiquestyle.so |