New port deskutils/lxqt-notificationd
PR: 229302 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16812
This commit is contained in:
parent
b45d56f2db
commit
34c35b0efb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477661
4 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
26
deskutils/lxqt-notificationd/Makefile
Normal file
26
deskutils/lxqt-notificationd/Makefile
Normal file
|
@ -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>
|
3
deskutils/lxqt-notificationd/distinfo
Normal file
3
deskutils/lxqt-notificationd/distinfo
Normal file
|
@ -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
|
4
deskutils/lxqt-notificationd/pkg-descr
Normal file
4
deskutils/lxqt-notificationd/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
lxqt-notificationd is a daemon enabling applications to display
|
||||
notifications in pop-up windows on desktops.
|
||||
|
||||
WWW: http://lxqt.org/
|
Loading…
Reference in a new issue