Date: Sat, 28 May 2016 14:46:28 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415999 - in head/x11-themes: . qt5-style-plugins Message-ID: <201605281446.u4SEkTej047235@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat May 28 14:46:28 2016 New Revision: 415999 URL: https://svnweb.freebsd.org/changeset/ports/415999 Log: 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) Added: head/x11-themes/qt5-style-plugins/ head/x11-themes/qt5-style-plugins/Makefile (contents, props changed) head/x11-themes/qt5-style-plugins/distinfo (contents, props changed) head/x11-themes/qt5-style-plugins/pkg-descr (contents, props changed) head/x11-themes/qt5-style-plugins/pkg-plist (contents, props changed) Modified: head/x11-themes/Makefile Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Sat May 28 14:40:32 2016 (r415998) +++ head/x11-themes/Makefile Sat May 28 14:46:28 2016 (r415999) @@ -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 Added: head/x11-themes/qt5-style-plugins/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-plugins/Makefile Sat May 28 14:46:28 2016 (r415999) @@ -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> Added: head/x11-themes/qt5-style-plugins/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-plugins/distinfo Sat May 28 14:46:28 2016 (r415999) @@ -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 Added: head/x11-themes/qt5-style-plugins/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-plugins/pkg-descr Sat May 28 14:46:28 2016 (r415999) @@ -0,0 +1,7 @@ +Additional Qt5 styles formerly packaged with Qt: + +- Cleanlooks +- Motif +- Plastique + +WWW: http://qt-project.org Added: head/x11-themes/qt5-style-plugins/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-plugins/pkg-plist Sat May 28 14:46:28 2016 (r415999) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605281446.u4SEkTej047235>