diff options
author | Ken Moore <ken@ixsystems.com> | 2017-05-13 20:11:21 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-05-13 20:11:21 -0400 |
commit | 11d2bf107f233c0fc0d233a2edb5cf812fb69acb (patch) | |
tree | cbc15ca470ba7216cc9cbfed9f4c1ab2f3b553d6 /port-files/FreeBSD/deskutils/lumina-notify | |
parent | Fix a syntax error in the resulting .desktop file (diff) | |
download | lumina-11d2bf107f233c0fc0d233a2edb5cf812fb69acb.tar.gz lumina-11d2bf107f233c0fc0d233a2edb5cf812fb69acb.tar.bz2 lumina-11d2bf107f233c0fc0d233a2edb5cf812fb69acb.zip |
Split up the FreeBSD port files into a total of 12 ports
x11/lumina (meta port for all of them)
x11/lumina-core (core desktop: lumina-open, lumina-desktop, start-lumina-desktop, themes, icons, etc..)
x11/lumina-coreutils (core configuration utilities: lumina-config, lumina-xconfig, lumina-search)
deskutils/lumina-archiver
deskutils/lumina-calculator
deskutils/lumina-fileinfo
deskutils/lumina-fm
deskutils/lumina-mediaplayer
deskutils/lumina-notify
deskutils/lumina-screenshot
deskutils/lumina-textedit
deskutils/lumina-xdg-entry
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 |