Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 20:43:59 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
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
Message-ID:  <201810202043.w9KKhxRL013418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810202043.w9KKhxRL013418>