diff --git a/deskutils/Makefile b/deskutils/Makefile --- 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 --- /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 kde:5 qt:5 tar:bz2 + +USE_KDE= ecm:build +USE_QT= buildtools:build qmake:build \ + core gui linguisttools network testlib widgets + +.include diff --git a/deskutils/nanonote/distinfo b/deskutils/nanonote/distinfo new file mode 100644 --- /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 --- /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 --- /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