From owner-svn-ports-head@freebsd.org Sat Oct 20 20:44:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 011E2FF522C; Sat, 20 Oct 2018 20:44:00 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9999187424; Sat, 20 Oct 2018 20:43:59 +0000 (UTC) (envelope-from tcberner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8EB1123307; Sat, 20 Oct 2018 20:43:59 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KKhxpS013421; Sat, 20 Oct 2018 20:43:59 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KKhxRL013418; Sat, 20 Oct 2018 20:43:59 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201810202043.w9KKhxRL013418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 20 Oct 2018 20:43:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482620 - head/x11-themes/qt5-style-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/x11-themes/qt5-style-plugins X-SVN-Commit-Revision: 482620 X-SVN-Commit-Repository: ports 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.29 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, 20 Oct 2018 20:44:00 -0000 Author: tcberner Date: Sat Oct 20 20:43:58 2018 New Revision: 482620 URL: https://svnweb.freebsd.org/changeset/ports/482620 Log: x11-themes/qt5-style-plugins: update to git tag to include Gtk2 styles PR: 225048 Modified: head/x11-themes/qt5-style-plugins/Makefile head/x11-themes/qt5-style-plugins/distinfo head/x11-themes/qt5-style-plugins/pkg-plist Modified: head/x11-themes/qt5-style-plugins/Makefile ============================================================================== --- head/x11-themes/qt5-style-plugins/Makefile Sat Oct 20 20:42:32 2018 (r482619) +++ head/x11-themes/qt5-style-plugins/Makefile Sat Oct 20 20:43:58 2018 (r482620) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= qt5-style-plugins -PORTVERSION= 5.0.0 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 5.0.0-23 +DISTVERSIONSUFFIX= -g335dbe 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 @@ -14,10 +13,16 @@ COMMENT= Additional Styles for Qt 5 and KDE LICENSE= LGPL21 -USES= compiler:c++11-lang gl qmake qt:5 -USE_QT= buildtools_build core gui widgets -USE_GL+= gl +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 -WRKSRC= ${WRKDIR}/qtstyleplugins-src-${PORTVERSION} +USES= compiler:c++11-lang gettext-runtime gl pkgconfig qmake qt:5 +USE_GITHUB= yes +GH_ACCOUNT= qt +GH_PROJECT= qtstyleplugins +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango +USE_QT= core dbus gui widgets buildtools_build +USE_GL= gl +USE_XORG= x11 xext .include Modified: head/x11-themes/qt5-style-plugins/distinfo ============================================================================== --- head/x11-themes/qt5-style-plugins/distinfo Sat Oct 20 20:42:32 2018 (r482619) +++ head/x11-themes/qt5-style-plugins/distinfo Sat Oct 20 20:43:58 2018 (r482620) @@ -1,2 +1,3 @@ -SHA256 (KDE/Qt/addons/qtstyleplugins-src-5.0.0.tar.gz) = 9f96d8eb974944aa788c10e6ef610bf74b12b6dbd5257acacec78962b7753f40 -SIZE (KDE/Qt/addons/qtstyleplugins-src-5.0.0.tar.gz) = 96824 +TIMESTAMP = 1540063221 +SHA256 (KDE/Qt/addons/qt-qtstyleplugins-v5.0.0-23-g335dbe_GH0.tar.gz) = 85bfa4ede82300d96907eaed3c95d8faad3ea513bcc9513d192ef47d6d0c0242 +SIZE (KDE/Qt/addons/qt-qtstyleplugins-v5.0.0-23-g335dbe_GH0.tar.gz) = 306444 Modified: head/x11-themes/qt5-style-plugins/pkg-plist ============================================================================== --- head/x11-themes/qt5-style-plugins/pkg-plist Sat Oct 20 20:42:32 2018 (r482619) +++ head/x11-themes/qt5-style-plugins/pkg-plist Sat Oct 20 20:43:58 2018 (r482620) @@ -1,7 +1,18 @@ -lib/cmake/Qt5Widgets/Qt5Widgets_.cmake +lib/cmake/Qt5Gui/Qt5Gui_QGtk2ThemePlugin.cmake +lib/cmake/Qt5Widgets/Qt5Widgets_QBB10StylePlugin.cmake +lib/cmake/Qt5Widgets/Qt5Widgets_QCleanlooksStylePlugin.cmake +lib/cmake/Qt5Widgets/Qt5Widgets_QGtk2StylePlugin.cmake +lib/cmake/Qt5Widgets/Qt5Widgets_QMotifStylePlugin.cmake +lib/cmake/Qt5Widgets/Qt5Widgets_QPlastiqueStylePlugin.cmake +%%QT_PLUGINDIR%%/platformthemes/libqgtk2.so +@comment %%QT_PLUGINDIR%%/platformthemes/libqgtk2.so.debug +%%QT_PLUGINDIR%%/styles/libbb10styleplugin.so +@comment %%QT_PLUGINDIR%%/styles/libbb10styleplugin.so.debug %%QT_PLUGINDIR%%/styles/libqcleanlooksstyle.so -%%DEBUG%%%%QT_PLUGINDIR%%/styles/libqcleanlooksstyle.so.debug +@comment %%QT_PLUGINDIR%%/styles/libqcleanlooksstyle.so.debug +%%QT_PLUGINDIR%%/styles/libqgtk2style.so +@comment %%QT_PLUGINDIR%%/styles/libqgtk2style.so.debug %%QT_PLUGINDIR%%/styles/libqmotifstyle.so -%%DEBUG%%%%QT_PLUGINDIR%%/styles/libqmotifstyle.so.debug +@comment %%QT_PLUGINDIR%%/styles/libqmotifstyle.so.debug %%QT_PLUGINDIR%%/styles/libqplastiquestyle.so -%%DEBUG%%%%QT_PLUGINDIR%%/styles/libqplastiquestyle.so.debug +@comment %%QT_PLUGINDIR%%/styles/libqplastiquestyle.so.debug