View | Details | Raw Unified | Return to bug 224453 | Differences between
and this patch

Collapse All | Expand All

(-)w/x11-toolkits/qt5-gtkplatform/Makefile (+34 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	gtkplatform
4
DISTVERSION=	0.2.2
5
CATEGORIES=	x11-toolkits
6
PKGNAMEPREFIX=	qt5-
7
8
MAINTAINER=	greg@unrelenting.technology
9
COMMENT=	GTK platform backend for Qt 5
10
11
LICENSE=	LGPL3 GPLv2+
12
LICENSE_COMB=	dual
13
14
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
15
		libfreetype.so:print/freetype2 \
16
		libinput.so:x11/libinput \
17
		libmtdev.so:devel/libmtdev \
18
		libnotify.so:devel/libnotify \
19
		libudev.so:devel/libudev-devd \
20
		libxkbcommon.so:x11/libxkbcommon
21
22
USES=		qmake:outsource pkgconfig
23
USE_GNOME=	gtk30 cairo gdkpixbuf2
24
USE_QT5=	buildtools_build core gui widgets dbus
25
USE_XORG=	x11 xext xrender
26
USE_GL=		gl egl
27
28
USE_GITHUB=	yes
29
GH_ACCOUNT=	CrimsonAS
30
31
post-install:
32
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/qt5/plugins/platforms/libqgtk.so
33
34
.include <bsd.port.mk>
(-)w/x11-toolkits/qt5-gtkplatform/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1515330807
2
SHA256 (CrimsonAS-gtkplatform-0.2.2_GH0.tar.gz) = 09110aa247cf7c01fc84d2f35d02b2f9c582a7b04cbff6de0a5afb2a22eae809
3
SIZE (CrimsonAS-gtkplatform-0.2.2_GH0.tar.gz) = 61045
(-)w/x11-toolkits/qt5-gtkplatform/pkg-descr (+8 lines)
Added Link Here
1
gtkplatform is a Qt Platform Abstraction plugin providing Qt applications with
2
the capability to use GTK+ as a host toolkit.
3
4
It lets Qt applications render with native GTK+ menus, and use GTK+ for input
5
(mouse, keyboard, touch), and getting window content on screen, the same as it
6
uses e.g. Cocoa on macOS.
7
8
WWW: https://github.com/CrimsonAS/gtkplatform
(-)w/x11-toolkits/qt5-gtkplatform/pkg-plist (+2 lines)
Added Link Here
1
lib/cmake/Qt5Gui/Qt5Gui_QGtkIntegrationPlugin.cmake
2
%%QT_PLUGINDIR%%/platforms/libqgtk.so

Return to bug 224453