Date: Mon, 27 Aug 2018 16:00:11 +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: r478215 - in head/x11: . lxqt-about Message-ID: <201808271600.w7RG0BuC071222@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jsm Date: Mon Aug 27 16:00:10 2018 New Revision: 478215 URL: https://svnweb.freebsd.org/changeset/ports/478215 Log: New port x11/lxqt-about PR: 229287 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16911 Added: head/x11/lxqt-about/ head/x11/lxqt-about/Makefile (contents, props changed) head/x11/lxqt-about/distinfo (contents, props changed) head/x11/lxqt-about/pkg-descr (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Aug 27 15:54:33 2018 (r478214) +++ head/x11/Makefile Mon Aug 27 16:00:10 2018 (r478215) @@ -216,6 +216,7 @@ SUBDIR += lxhotkey SUBDIR += lxmenu-data SUBDIR += lxpanel + SUBDIR += lxqt-about SUBDIR += lxqt-globalkeys SUBDIR += lxqt-globalkeys-l10n SUBDIR += lxqt-l10n Added: head/x11/lxqt-about/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lxqt-about/Makefile Mon Aug 27 16:00:10 2018 (r478215) @@ -0,0 +1,24 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lxqt-about +PORTVERSION= 0.13.0 +CATEGORIES= x11 +MASTER_SITES= LXQT +DIST_SUBDIR= lxqt + +MAINTAINER= jsm@FreeBSD.org +COMMENT= About dialog of LXQt + +LICENSE= LGPL21+ + +USES= cmake:outsource kde:5 lxqt pkgconfig tar:xz qt:5 +USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ + x11extras xml +USE_KDE= windowsystem +USE_LXQT= buildtools lxqt + +PLIST_FILES= bin/lxqt-about \ + share/applications/lxqt-about.desktop + +.include <bsd.port.mk> Added: head/x11/lxqt-about/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lxqt-about/distinfo Mon Aug 27 16:00:10 2018 (r478215) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527328595 +SHA256 (lxqt/lxqt-about-0.13.0.tar.xz) = bc58d1d57675e6c073596a9095417ca9bb9d61158830646d77dfc573ee913522 +SIZE (lxqt/lxqt-about-0.13.0.tar.xz) = 22580 Added: head/x11/lxqt-about/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lxqt-about/pkg-descr Mon Aug 27 16:00:10 2018 (r478215) @@ -0,0 +1,4 @@ +About dialog of LXQt Desktop Environment. +The dialog provides information about LXQt and the system it's running on. + +WWW: http://lxqt.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808271600.w7RG0BuC071222>