Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 09:32:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534897 - head/x11/lxqt-runner
Message-ID:  <202005110932.04B9Wgv6093594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 11 09:32:42 2020
New Revision: 534897
URL: https://svnweb.freebsd.org/changeset/ports/534897

Log:
  - Add LICENSE_FILE
  - Whitespace fixe
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11/lxqt-runner/Makefile
  head/x11/lxqt-runner/pkg-descr

Modified: head/x11/lxqt-runner/Makefile
==============================================================================
--- head/x11/lxqt-runner/Makefile	Mon May 11 09:02:13 2020	(r534896)
+++ head/x11/lxqt-runner/Makefile	Mon May 11 09:32:42 2020	(r534897)
@@ -10,13 +10,14 @@ MAINTAINER=	jsm@FreeBSD.org
 COMMENT=	LXQt tool used to launch programs quickly
 
 LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libmuparser.so:math/muparser
 
-USES=	cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \
-	gnome localbase lxqt pkgconfig tar:xz
-USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
-	script svg widgets x11extras xml
+USES=		cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \
+		gnome localbase lxqt pkgconfig tar:xz
+USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
+		script svg widgets x11extras xml
 USE_KDE=	windowsystem
 USE_GNOME=	glib20
 USE_LXQT=	buildtools globalkeys qtxdg

Modified: head/x11/lxqt-runner/pkg-descr
==============================================================================
--- head/x11/lxqt-runner/pkg-descr	Mon May 11 09:02:13 2020	(r534896)
+++ head/x11/lxqt-runner/pkg-descr	Mon May 11 09:32:42 2020	(r534897)
@@ -1,4 +1,4 @@
 lxqt-runner allows launching applications by typing their names.
 It brings up the GUI with a configured keyboard shortcut (default ALT-F2)
 
-WWW: http://lxqt.org/
+WWW: https://lxqt.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005110932.04B9Wgv6093594>