Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 21:24:03 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558334 - in head/x11-themes: . qgnomeplatform
Message-ID:  <202012172124.0BHLO37g038604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu Dec 17 21:24:03 2020
New Revision: 558334
URL: https://svnweb.freebsd.org/changeset/ports/558334

Log:
  Add new port x11-themes/qgnomeplatform:
  
  Qt 5 Platform Theme designed to fit into GNOME.
  
  PR:		248371
  Submitted by:	Greg V

Added:
  head/x11-themes/qgnomeplatform/
  head/x11-themes/qgnomeplatform/Makefile   (contents, props changed)
  head/x11-themes/qgnomeplatform/distinfo   (contents, props changed)
  head/x11-themes/qgnomeplatform/pkg-descr   (contents, props changed)
  head/x11-themes/qgnomeplatform/pkg-plist   (contents, props changed)
Modified:
  head/x11-themes/Makefile

Modified: head/x11-themes/Makefile
==============================================================================
--- head/x11-themes/Makefile	Thu Dec 17 21:20:08 2020	(r558333)
+++ head/x11-themes/Makefile	Thu Dec 17 21:24:03 2020	(r558334)
@@ -134,6 +134,7 @@
     SUBDIR += plasma5-oxygen
     SUBDIR += plasma5-plasma-workspace-wallpapers
     SUBDIR += plata-theme
+    SUBDIR += qgnomeplatform
     SUBDIR += qt5-style-plugins
     SUBDIR += qtcurve
     SUBDIR += qtcurve-gtk2

Added: head/x11-themes/qgnomeplatform/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/qgnomeplatform/Makefile	Thu Dec 17 21:24:03 2020	(r558334)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	qgnomeplatform
+DISTVERSION=	0.6.1-8
+DISTVERSIONSUFFIX=	-g53d7924
+CATEGORIES=	x11-themes
+
+MAINTAINER=	greg@unrelenting.technology
+COMMENT=	Qt 5 Platform Theme designed to fit into GNOME
+
+LICENSE=	LGPL21
+
+LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
+		libxkbcommon.so:x11/libxkbcommon \
+		libharfbuzz.so:print/harfbuzz
+
+USES=		compiler:c++11-lang gl gnome pkgconfig qmake:outsource qt:5 xorg
+USE_GL=		gl
+USE_GNOME=	gtk30 cairo gdkpixbuf2
+USE_QT=		buildtools_build core gui widgets dbus wayland
+USE_XORG=	x11
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	FedoraQt
+GH_PROJECT=	QGnomePlatform
+
+.include <bsd.port.mk>

Added: head/x11-themes/qgnomeplatform/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/qgnomeplatform/distinfo	Thu Dec 17 21:24:03 2020	(r558334)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1596136575
+SHA256 (FedoraQt-QGnomePlatform-0.6.1-8-g53d7924_GH0.tar.gz) = 2e9ba966a94fbb06552b48852caea28a18f0cdb9e0e69736823adde4c98d1a92
+SIZE (FedoraQt-QGnomePlatform-0.6.1-8-g53d7924_GH0.tar.gz) = 30642

Added: head/x11-themes/qgnomeplatform/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/qgnomeplatform/pkg-descr	Thu Dec 17 21:24:03 2020	(r558334)
@@ -0,0 +1,5 @@
+QGnomePlatform is a Qt Platform Theme designed to use as many of
+the GNOME settings as possible in unmodified Qt applications.
+It allows Qt applications to fit into the environment as well as possible.
+
+WWW: https://github.com/FedoraQt/QGnomePlatform

Added: head/x11-themes/qgnomeplatform/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/qgnomeplatform/pkg-plist	Thu Dec 17 21:24:03 2020	(r558334)
@@ -0,0 +1,2 @@
+%%QT_PLUGINDIR%%/platformthemes/libqgnomeplatform.so
+%%QT_PLUGINDIR%%/wayland-decoration-client/libqgnomeplatformdecoration.so



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