Date: Mon, 8 Jan 2018 21:59:15 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458486 - in head/x11-toolkits: . qt5-gtkplatform Message-ID: <201801082159.w08LxFTY015082@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Jan 8 21:59:15 2018 New Revision: 458486 URL: https://svnweb.freebsd.org/changeset/ports/458486 Log: New port: x11-toolkits/qt5-gtkplatform gtkplatform is a Qt Platform Abstraction plugin providing Qt applications with the capability to use GTK+ as a host toolkit. It lets Qt applications render with native GTK+ menus, and use GTK+ for input (mouse, keyboard, touch), and getting window content on screen, the same as it uses e.g. Cocoa on macOS. WWW: https://github.com/CrimsonAS/gtkplatform PR: 224453 Submitted by: Greg V <greg@unrelenting.technology> Added: head/x11-toolkits/qt5-gtkplatform/ head/x11-toolkits/qt5-gtkplatform/Makefile (contents, props changed) head/x11-toolkits/qt5-gtkplatform/distinfo (contents, props changed) head/x11-toolkits/qt5-gtkplatform/pkg-descr (contents, props changed) head/x11-toolkits/qt5-gtkplatform/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Mon Jan 8 21:58:18 2018 (r458485) +++ head/x11-toolkits/Makefile Mon Jan 8 21:59:15 2018 (r458486) @@ -227,6 +227,7 @@ SUBDIR += qt5-charts SUBDIR += qt5-datavis3d SUBDIR += qt5-gamepad + SUBDIR += qt5-gtkplatform SUBDIR += qt5-gui SUBDIR += qt5-quick SUBDIR += qt5-quickcontrols Added: head/x11-toolkits/qt5-gtkplatform/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qt5-gtkplatform/Makefile Mon Jan 8 21:59:15 2018 (r458486) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= gtkplatform +DISTVERSION= 0.2.2 +CATEGORIES= x11-toolkits +PKGNAMEPREFIX= qt5- + +MAINTAINER= greg@unrelenting.technology +COMMENT= GTK platform backend for Qt 5 + +LICENSE= LGPL3 GPLv2+ +LICENSE_COMB= dual + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libinput.so:x11/libinput \ + libmtdev.so:devel/libmtdev \ + libnotify.so:devel/libnotify \ + libudev.so:devel/libudev-devd \ + libxkbcommon.so:x11/libxkbcommon + +USES= qmake:outsource pkgconfig +USE_GNOME= gtk30 cairo gdkpixbuf2 +USE_QT5= buildtools_build core gui widgets dbus +USE_XORG= x11 xext xrender +USE_GL= gl egl + +USE_GITHUB= yes +GH_ACCOUNT= CrimsonAS + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/qt5/plugins/platforms/libqgtk.so + +.include <bsd.port.mk> Added: head/x11-toolkits/qt5-gtkplatform/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qt5-gtkplatform/distinfo Mon Jan 8 21:59:15 2018 (r458486) @@ -0,0 +1,3 @@ +TIMESTAMP = 1515330807 +SHA256 (CrimsonAS-gtkplatform-0.2.2_GH0.tar.gz) = 09110aa247cf7c01fc84d2f35d02b2f9c582a7b04cbff6de0a5afb2a22eae809 +SIZE (CrimsonAS-gtkplatform-0.2.2_GH0.tar.gz) = 61045 Added: head/x11-toolkits/qt5-gtkplatform/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qt5-gtkplatform/pkg-descr Mon Jan 8 21:59:15 2018 (r458486) @@ -0,0 +1,8 @@ +gtkplatform is a Qt Platform Abstraction plugin providing Qt applications with +the capability to use GTK+ as a host toolkit. + +It lets Qt applications render with native GTK+ menus, and use GTK+ for input +(mouse, keyboard, touch), and getting window content on screen, the same as it +uses e.g. Cocoa on macOS. + +WWW: https://github.com/CrimsonAS/gtkplatform Added: head/x11-toolkits/qt5-gtkplatform/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qt5-gtkplatform/pkg-plist Mon Jan 8 21:59:15 2018 (r458486) @@ -0,0 +1,2 @@ +lib/cmake/Qt5Gui/Qt5Gui_QGtkIntegrationPlugin.cmake +%%QT_PLUGINDIR%%/platforms/libqgtk.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801082159.w08LxFTY015082>