freebsd-ports/x11-themes/qgnomeplatform/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

26 lines
629 B
Makefile

PORTNAME= qgnomeplatform
DISTVERSION= 0.6.1-8
DISTVERSIONSUFFIX= -g53d7924
PORTREVISION= 1
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>