From owner-svn-ports-head@freebsd.org Sat May 28 14:46:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64571B4DB1D; Sat, 28 May 2016 14:46:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E7A91EBB; Sat, 28 May 2016 14:46:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SEkTGA047240; Sat, 28 May 2016 14:46:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEkTej047235; Sat, 28 May 2016 14:46:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281446.u4SEkTej047235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 14:46:28 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 14:46:30 -0000 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 (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 +# $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 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