Date: Wed, 18 Jul 2018 19:24:42 +0000 (UTC) From: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474894 - in head/sysutils: . lxqt-qtplugin Message-ID: <201807181924.w6IJOgPD071984@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jsm Date: Wed Jul 18 19:24:42 2018 New Revision: 474894 URL: https://svnweb.freebsd.org/changeset/ports/474894 Log: Add new port sysutils/lxqt-qtplugin PR: 229284 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16326 Added: head/sysutils/lxqt-qtplugin/ head/sysutils/lxqt-qtplugin/Makefile (contents, props changed) head/sysutils/lxqt-qtplugin/distinfo (contents, props changed) head/sysutils/lxqt-qtplugin/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Jul 18 19:17:28 2018 (r474893) +++ head/sysutils/Makefile Wed Jul 18 19:24:42 2018 (r474894) @@ -634,6 +634,7 @@ SUBDIR += lttng-ust SUBDIR += luckybackup SUBDIR += lxinput + SUBDIR += lxqt-qtplugin SUBDIR += lxsplit SUBDIR += lxtask SUBDIR += lxterminal Added: head/sysutils/lxqt-qtplugin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxqt-qtplugin/Makefile Wed Jul 18 19:24:42 2018 (r474894) @@ -0,0 +1,30 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lxqt-qtplugin +PORTVERSION= 0.13.0 +CATEGORIES= sysutils +MASTER_SITES= LXQT + +MAINTAINER= jsm@FreeBSD.org +COMMENT= LXQt system integration plugin for Qt + +LICENSE= LGPL21+ + +LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ + libfm.so:x11/libfm \ + libmenu-cache.so:x11/menu-cache \ + libexif.so:graphics/libexif + +USES= cmake:outsource compiler:c++11-lib kde:5 lxqt pkgconfig tar:xz qt:5 gettext-runtime + +USE_XORG=xcb +USE_GNOME=glib20 +USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ + x11extras xml +USE_KDE= windowsystem +USE_LXQT= buildtools qtxdg libfmqt +USE_LDCONFIG= yes +PLIST_FILES= ${QT_PLUGINDIR}/platformthemes/libqtlxqt.so + +.include <bsd.port.mk> Added: head/sysutils/lxqt-qtplugin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxqt-qtplugin/distinfo Wed Jul 18 19:24:42 2018 (r474894) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527328595 +SHA256 (lxqt/lxqt-qtplugin-0.13.0.tar.xz) = a67c8668c09aefe54ef78c63806dc647f1c7b2067d780616f6fa4a9b125bdc5a +SIZE (lxqt/lxqt-qtplugin-0.13.0.tar.xz) = 23888 Added: head/sysutils/lxqt-qtplugin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxqt-qtplugin/pkg-descr Wed Jul 18 19:24:42 2018 (r474894) @@ -0,0 +1,4 @@ +With this plugin, all Qt-based programs can adopt settings of LXQt, such +as the icon theme. + +WWW: http://lxqt.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807181924.w6IJOgPD071984>