diff options
author | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2018-08-27 16:00:10 +0000 |
---|---|---|
committer | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2018-08-27 16:00:10 +0000 |
commit | dbef4029b5e7b4fcea7f853baabe147214698afa (patch) | |
tree | db489d3f5929d1c3507f8a729a0fc8a89bf5e762 /x11/lxqt-about | |
parent | net/bosh-cli: Update to 5.1.2 (diff) |
New port x11/lxqt-about
PR: 229287
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16911
Notes
Notes:
svn path=/head/; revision=478215
Diffstat (limited to 'x11/lxqt-about')
-rw-r--r-- | x11/lxqt-about/Makefile | 24 | ||||
-rw-r--r-- | x11/lxqt-about/distinfo | 3 | ||||
-rw-r--r-- | x11/lxqt-about/pkg-descr | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile new file mode 100644 index 000000000000..07b74556b81e --- /dev/null +++ b/x11/lxqt-about/Makefile @@ -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> diff --git a/x11/lxqt-about/distinfo b/x11/lxqt-about/distinfo new file mode 100644 index 000000000000..c99bccf9c2e2 --- /dev/null +++ b/x11/lxqt-about/distinfo @@ -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 diff --git a/x11/lxqt-about/pkg-descr b/x11/lxqt-about/pkg-descr new file mode 100644 index 000000000000..f9f9af45ed7f --- /dev/null +++ b/x11/lxqt-about/pkg-descr @@ -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/ |