Date: Mon, 20 Aug 2018 13:42:17 +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: r477653 - in head/sysutils: . lxqt-config Message-ID: <201808201342.w7KDgHVE079139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jsm Date: Mon Aug 20 13:42:16 2018 New Revision: 477653 URL: https://svnweb.freebsd.org/changeset/ports/477653 Log: New port sysutils/lxqt-config PR: 229300 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D16583 Added: head/sysutils/lxqt-config/ head/sysutils/lxqt-config/Makefile (contents, props changed) head/sysutils/lxqt-config/distinfo (contents, props changed) head/sysutils/lxqt-config/pkg-descr (contents, props changed) head/sysutils/lxqt-config/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Aug 20 13:40:45 2018 (r477652) +++ head/sysutils/Makefile Mon Aug 20 13:42:16 2018 (r477653) @@ -642,6 +642,7 @@ SUBDIR += lttng-ust SUBDIR += luckybackup SUBDIR += lxinput + SUBDIR += lxqt-config SUBDIR += lxqt-policykit SUBDIR += lxqt-qtplugin SUBDIR += lxsplit Added: head/sysutils/lxqt-config/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxqt-config/Makefile Mon Aug 20 13:42:16 2018 (r477653) @@ -0,0 +1,25 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lxqt-config +PORTVERSION= 0.13.0 +CATEGORIES= sysutils +MASTER_SITES= LXQT +DIST_SUBDIR= lxqt + +MAINTAINER= jsm@FreeBSD.org +COMMENT= LXQt system settings center + +LICENSE= GPLv2 LGPL21+ +LICENSE_COMB= multi + +USES= cmake:outsource compiler:c++11-lib kde:5 localbase:ldflags lxqt qt:5 \ + pkgconfig tar:xz +USE_QT= buildtools_build qmake_build concurrent core dbus \ + gui linguisttools svg widgets x11extras xml +USE_KDE= libkscreen windowsystem +USE_LXQT= buildtools lxqt +USE_XORG= ice sm x11 xcb xcursor xext xfixes xrandr +USE_LDCONFIG= yes + +.include <bsd.port.mk> Added: head/sysutils/lxqt-config/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxqt-config/distinfo Mon Aug 20 13:42:16 2018 (r477653) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527328595 +SHA256 (lxqt/lxqt-config-0.13.0.tar.xz) = 25adce2f44bc6567c77039e70b13b48837c6ab35391875ca7d7706b205853f66 +SIZE (lxqt/lxqt-config-0.13.0.tar.xz) = 201112 Added: head/sysutils/lxqt-config/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxqt-config/pkg-descr Mon Aug 20 13:42:16 2018 (r477653) @@ -0,0 +1,5 @@ +LXQt system settings center. +Includes applications to edit settings for appearance, brightness, +file-associations, input, locale and monitor. + +WWW: http://lxqt.org/ Added: head/sysutils/lxqt-config/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxqt-config/pkg-plist Mon Aug 20 13:42:16 2018 (r477653) @@ -0,0 +1,18 @@ +bin/lxqt-config +bin/lxqt-config-appearance +bin/lxqt-config-brightness +bin/lxqt-config-file-associations +bin/lxqt-config-input +bin/lxqt-config-locale +bin/lxqt-config-monitor +etc/xdg/menus/lxqt-config.menu +lib/lxqt-config/liblxqt-config-cursor.so +share/applications/lxqt-config-appearance.desktop +share/applications/lxqt-config-brightness.desktop +share/applications/lxqt-config-file-associations.desktop +share/applications/lxqt-config-input.desktop +share/applications/lxqt-config-locale.desktop +share/applications/lxqt-config-monitor.desktop +share/applications/lxqt-config.desktop +share/icons/hicolor/48x48/apps/brightnesssettings.svg +%%LXQT_SHAREDIR%%/icons/monitor.svg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808201342.w7KDgHVE079139>