From owner-svn-ports-all@freebsd.org Mon Aug 20 16:49:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1D461075782; Mon, 20 Aug 2018 16:49:51 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55F0A76D79; Mon, 20 Aug 2018 16:49:51 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B15817ECC; Mon, 20 Aug 2018 16:49:51 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7KGnoNP091952; Mon, 20 Aug 2018 16:49:50 GMT (envelope-from jsm@FreeBSD.org) Received: (from jsm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7KGno6U091946; Mon, 20 Aug 2018 16:49:50 GMT (envelope-from jsm@FreeBSD.org) Message-Id: <201808201649.w7KGno6U091946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jsm set sender to jsm@FreeBSD.org using -f From: Jesper Schmitz Mouridsen Date: Mon, 20 Aug 2018 16:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477661 - in head/deskutils: . lxqt-notificationd X-SVN-Group: ports-head X-SVN-Commit-Author: jsm X-SVN-Commit-Paths: in head/deskutils: . lxqt-notificationd X-SVN-Commit-Revision: 477661 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 16:49:51 -0000 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 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/