diff options
Diffstat (limited to 'port-files/FreeBSD/deskutils/lumina-notify')
4 files changed, 43 insertions, 0 deletions
diff --git a/port-files/FreeBSD/deskutils/lumina-notify/Makefile b/port-files/FreeBSD/deskutils/lumina-notify/Makefile new file mode 100644 index 00000000..812fbef0 --- /dev/null +++ b/port-files/FreeBSD/deskutils/lumina-notify/Makefile @@ -0,0 +1,37 @@ +# Created by: Ken Moore <ken@pcbsd.org> +# $FreeBSD$ + +PORTNAME= lumina-notify +PORTVERSION= %%CHGVERSION%% +CATEGORIES= deskutils + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= Alarm/notification utility from the Lumina Desktop + +LICENSE= BSD3CLAUSE + +CONFLICTS= lumina-devel-0* + +OPTIONS_DEFINE= I18N +OPTIONS_DEFAULT= I18N +I18N_DESC= Install localization files + +.include <bsd.port.options.mk> + +MAKE_JOBS_UNSAFE=yes + +USE_QT5= core gui widgets network svg \ + buildtools_build x11extras concurrent +USES= desktop-file-utils qmake +USE_GITHUB= yes +GH_ACCOUNT= trueos +GH_PROJECT= lumina +GH_TAGNAME= %%GHTAG%% +WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} + +.if${PORT_OPTIONS:MI18N} +USE_QT5+= linguist_build +QMAKE_ARGS+=CONFIG+=WITH_I18N +.endif + +.include <bsd.port.mk> diff --git a/port-files/FreeBSD/deskutils/lumina-notify/distinfo b/port-files/FreeBSD/deskutils/lumina-notify/distinfo new file mode 100644 index 00000000..9570700a --- /dev/null +++ b/port-files/FreeBSD/deskutils/lumina-notify/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1467137694 +SHA256 (trueos-lumina-v0.9.1-Release_GH0.tar.gz) = f62d033b585d46815089a3dce5703c626af23c50db1281a3f1c662fc39cf6006 +SIZE (trueos-lumina-v0.9.1-Release_GH0.tar.gz) = 54665105 diff --git a/port-files/FreeBSD/deskutils/lumina-notify/pkg-descr b/port-files/FreeBSD/deskutils/lumina-notify/pkg-descr new file mode 100644 index 00000000..9849d9e4 --- /dev/null +++ b/port-files/FreeBSD/deskutils/lumina-notify/pkg-descr @@ -0,0 +1,3 @@ +Alarm/notification utility from the Lumina Desktop + +WWW: http://lumina-desktop.org diff --git a/port-files/FreeBSD/deskutils/lumina-notify/pkg-plist b/port-files/FreeBSD/deskutils/lumina-notify/pkg-plist new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/port-files/FreeBSD/deskutils/lumina-notify/pkg-plist |