View | Details | Raw Unified | Return to bug 273759 | Differences between
and this patch

Collapse All | Expand All

(-)b/deskutils/Makefile (+1 lines)
Lines 186-191 Link Here
186
    SUBDIR += moregroupware
186
    SUBDIR += moregroupware
187
    SUBDIR += mozo
187
    SUBDIR += mozo
188
    SUBDIR += mytetra
188
    SUBDIR += mytetra
189
    SUBDIR += nanonote
189
    SUBDIR += nautilus-sendto
190
    SUBDIR += nautilus-sendto
190
    SUBDIR += nextcloudclient
191
    SUBDIR += nextcloudclient
191
    SUBDIR += note
192
    SUBDIR += note
(-)b/deskutils/nanonote/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	nanonote
2
DISTVERSION=	1.4.0
3
CATEGORIES=	deskutils
4
MASTER_SITES=	https://github.com/agateau/${PORTNAME}/releases/download/${DISTVERSION}/
5
6
MAINTAINER=	vidar@karlsen.tech
7
COMMENT=	Minimalist note taking application
8
WWW=		https://github.com/agateau/nanonote
9
10
LICENSE=	BSD3CLAUSECLEAR
11
LICENSE_NAME=	BSD 3-Clause Clear License
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
14
15
USES=		desktop-file-utils cmake:noninja kde:5 qt:5 tar:bz2
16
17
USE_KDE=	ecm:build
18
USE_QT=		core gui linguisttools network testlib widgets \
19
		buildtools:build qmake:build
20
21
.include <bsd.port.mk>
(-)b/deskutils/nanonote/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1694944234
2
SHA256 (nanonote-1.4.0.tar.bz2) = 0980a358b41ab4a630156e221864c38c7d429c6600252cfd8bc7de5a7606337b
3
SIZE (nanonote-1.4.0.tar.bz2) = 1150363
(-)b/deskutils/nanonote/pkg-descr (+5 lines)
Added Link Here
1
Nanonote is a minimalist note taking application.
2
It automatically saves anything you type. Being minimalist means it has no
3
synchronisation, does not support multiple documents, images or any advanced
4
formatting (the only formatting is highlighting URLs and Markdown-like
5
headings).
(-)b/deskutils/nanonote/pkg-plist (-1 / +9 lines)
Added Link Here
0
- 
1
bin/nanonote
2
share/applications/com.agateau.nanonote.desktop
3
share/icons/hicolor/scalable/apps/nanonote.svg
4
share/metainfo/com.agateau.nanonote.metainfo.xml
5
%%DATADIR%%/translations/nanonote_cs.qm
6
%%DATADIR%%/translations/nanonote_de.qm
7
%%DATADIR%%/translations/nanonote_en.qm
8
%%DATADIR%%/translations/nanonote_es.qm
9
%%DATADIR%%/translations/nanonote_fr.qm

Return to bug 273759