Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2018 16:49:50 +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: r477661 - in head/deskutils: . lxqt-notificationd
Message-ID:  <201808201649.w7KGno6U091946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jsm
Date: Mon Aug 20 16:49:50 2018
New Revision: 477661
URL: https://svnweb.freebsd.org/changeset/ports/477661

Log:
  New port deskutils/lxqt-notificationd
  
  PR: 229302
  Approved by: swills (mentor)
  Differential Revision: https://reviews.freebsd.org/D16812

Added:
  head/deskutils/lxqt-notificationd/
  head/deskutils/lxqt-notificationd/Makefile   (contents, props changed)
  head/deskutils/lxqt-notificationd/distinfo   (contents, props changed)
  head/deskutils/lxqt-notificationd/pkg-descr   (contents, props changed)
Modified:
  head/deskutils/Makefile

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Mon Aug 20 16:08:18 2018	(r477660)
+++ head/deskutils/Makefile	Mon Aug 20 16:49:50 2018	(r477661)
@@ -172,6 +172,7 @@
     SUBDIR += lumina-screenshot
     SUBDIR += lumina-textedit
     SUBDIR += lumina-xdg-entry
+    SUBDIR += lxqt-notificationd
     SUBDIR += mat
     SUBDIR += mate-notification-daemon
     SUBDIR += mate-utils

Added: head/deskutils/lxqt-notificationd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/lxqt-notificationd/Makefile	Mon Aug 20 16:49:50 2018	(r477661)
@@ -0,0 +1,26 @@
+# Created by: Olivier Duchateau
+# $FreeBSD$
+
+PORTNAME=	lxqt-notificationd
+PORTVERSION=	0.13.0
+CATEGORIES=	deskutils
+MASTER_SITES=	LXQT
+
+MAINTAINER=	jsm@FreeBSD.org
+COMMENT=	LXQt notification daemon
+
+LICENSE=	LGPL21+
+
+USES=	cmake:outsource compiler:c++11-lib gettext kde:5 lxqt qt:5 \
+	pkgconfig tar:xz
+USE_QT=	buildtools_build qmake_build dbus core gui \
+	linguisttools svg widgets x11extras xml
+USE_KDE=	windowsystem
+USE_LXQT=	buildtools lxqt
+
+PLIST_FILES=	bin/lxqt-config-notificationd \
+		bin/lxqt-notificationd \
+		etc/xdg/autostart/lxqt-notifications.desktop \
+		share/applications/lxqt-config-notificationd.desktop
+
+.include <bsd.port.mk>

Added: head/deskutils/lxqt-notificationd/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/lxqt-notificationd/distinfo	Mon Aug 20 16:49:50 2018	(r477661)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527328598
+SHA256 (lxqt/lxqt-notificationd-0.13.0.tar.xz) = a69d18a0307c5a18826c2bd0a110f3862d23fece07c64bfc7e187af8f66a10d0
+SIZE (lxqt/lxqt-notificationd-0.13.0.tar.xz) = 32364

Added: head/deskutils/lxqt-notificationd/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/lxqt-notificationd/pkg-descr	Mon Aug 20 16:49:50 2018	(r477661)
@@ -0,0 +1,4 @@
+lxqt-notificationd is a daemon enabling applications to display
+notifications in pop-up windows on desktops. 
+
+WWW: http://lxqt.org/



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