FreeBSD Bugzilla – Attachment 244974 Details for
Bug 273759
New port: deskutils/nanonote – a minimalist note taking application
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git format-patch, deskutils/nanonote
0001-New-port-deskutils-nanonote.patch (text/plain), 3.38 KB, created by
Vidar Karlsen
on 2023-09-17 14:39:03 UTC
(
hide
)
Description:
git format-patch, deskutils/nanonote
Filename:
MIME Type:
Creator:
Vidar Karlsen
Created:
2023-09-17 14:39:03 UTC
Size:
3.38 KB
patch
obsolete
>From 4e313d5e7ee9d5bc141e6d35fb9b68c353d3034a Mon Sep 17 00:00:00 2001 >From: Vidar Karlsen <vidar@karlsen.tech> >Date: Wed, 13 Sep 2023 15:12:22 +0200 >Subject: [PATCH] New port: deskutils/nanonote > >Nanonote is a minimalist Qt5 note taking application. > >WWW: https://github.com/agateau/nanonote > >QA: >- portlint -AC: ok >- portclippy: ok >- poudriere testport ok for: > * 13.2 amd64 > * 13.2 arm64 > * 12.4 i386 > * 12.4 amd64 >--- > deskutils/Makefile | 1 + > deskutils/nanonote/Makefile | 21 +++++++++++++++++++++ > deskutils/nanonote/distinfo | 3 +++ > deskutils/nanonote/pkg-descr | 5 +++++ > deskutils/nanonote/pkg-plist | 9 +++++++++ > 5 files changed, 39 insertions(+) > create mode 100644 deskutils/nanonote/Makefile > create mode 100644 deskutils/nanonote/distinfo > create mode 100644 deskutils/nanonote/pkg-descr > create mode 100644 deskutils/nanonote/pkg-plist > >diff --git a/deskutils/Makefile b/deskutils/Makefile >index 058954953e90..4e1c10958d3e 100644 >--- a/deskutils/Makefile >+++ b/deskutils/Makefile >@@ -186,6 +186,7 @@ > SUBDIR += moregroupware > SUBDIR += mozo > SUBDIR += mytetra >+ SUBDIR += nanonote > SUBDIR += nautilus-sendto > SUBDIR += nextcloudclient > SUBDIR += note >diff --git a/deskutils/nanonote/Makefile b/deskutils/nanonote/Makefile >new file mode 100644 >index 000000000000..f3562f3fd0c6 >--- /dev/null >+++ b/deskutils/nanonote/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= nanonote >+DISTVERSION= 1.4.0 >+CATEGORIES= deskutils >+MASTER_SITES= https://github.com/agateau/${PORTNAME}/releases/download/${DISTVERSION}/ >+ >+MAINTAINER= vidar@karlsen.tech >+COMMENT= Minimalist note taking application >+WWW= https://github.com/agateau/nanonote >+ >+LICENSE= BSD3CLAUSECLEAR >+LICENSE_NAME= BSD 3-Clause Clear License >+LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >+ >+USES= desktop-file-utils cmake:noninja kde:5 qt:5 tar:bz2 >+ >+USE_KDE= ecm:build >+USE_QT= core gui linguisttools network testlib widgets \ >+ buildtools:build qmake:build >+ >+.include <bsd.port.mk> >diff --git a/deskutils/nanonote/distinfo b/deskutils/nanonote/distinfo >new file mode 100644 >index 000000000000..2199588f550b >--- /dev/null >+++ b/deskutils/nanonote/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1694944234 >+SHA256 (nanonote-1.4.0.tar.bz2) = 0980a358b41ab4a630156e221864c38c7d429c6600252cfd8bc7de5a7606337b >+SIZE (nanonote-1.4.0.tar.bz2) = 1150363 >diff --git a/deskutils/nanonote/pkg-descr b/deskutils/nanonote/pkg-descr >new file mode 100644 >index 000000000000..1bd5878b4e0f >--- /dev/null >+++ b/deskutils/nanonote/pkg-descr >@@ -0,0 +1,5 @@ >+Nanonote is a minimalist note taking application. >+It automatically saves anything you type. Being minimalist means it has no >+synchronisation, does not support multiple documents, images or any advanced >+formatting (the only formatting is highlighting URLs and Markdown-like >+headings). >diff --git a/deskutils/nanonote/pkg-plist b/deskutils/nanonote/pkg-plist >new file mode 100644 >index 000000000000..2d9360c7cce1 >--- /dev/null >+++ b/deskutils/nanonote/pkg-plist >@@ -0,0 +1,9 @@ >+bin/nanonote >+share/applications/com.agateau.nanonote.desktop >+share/icons/hicolor/scalable/apps/nanonote.svg >+share/metainfo/com.agateau.nanonote.metainfo.xml >+%%DATADIR%%/translations/nanonote_cs.qm >+%%DATADIR%%/translations/nanonote_de.qm >+%%DATADIR%%/translations/nanonote_en.qm >+%%DATADIR%%/translations/nanonote_es.qm >+%%DATADIR%%/translations/nanonote_fr.qm >-- >2.42.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vidar
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 273759
:
244805
| 244974