summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Schneider2020-10-06 18:26:14 -0300
committerSergio Schneider2020-10-06 18:26:14 -0300
commit02eebafcc3dcfe8796e986bbace7be83d9b0b677 (patch)
tree6694fe0760b088743bc78369c9dfbaf1fde2cdaa
downloadaur-02eebafcc3dcfe8796e986bbace7be83d9b0b677.tar.gz
Initial commit ver 2.1.6
-rw-r--r--.SRCINFO27
-rw-r--r--PKGBUILD35
-rw-r--r--nixnote2.desktop20
-rw-r--r--nixnote2.pngbin0 -> 5756 bytes
4 files changed, 82 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4f89b2a72836
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,27 @@
+pkgbase = nixnote2-appimage
+ pkgdesc = Nixnote is Evernote desktop client for Linux and macOS
+ pkgver = 2.1.6
+ pkgrel = 1
+ url = https://github.com/robert7/nixnote2
+ arch = x86_64
+ license = GPL3
+ depends = gtk2
+ depends = libnotify
+ depends = libxtst
+ depends = nss
+ depends = xdg-utils
+ depends = libxss
+ provides = nixnote2-appimage
+ conflicts = nixnote2
+ conflicts = nixnote2-git
+ options = !strip
+ options = !emptydirs
+ source = NixNote2-x86_64.AppImage::https://github.com/robert7/nixnote2/releases/download/v2.1.6/NixNote2-x86_64.AppImage
+ source = nixnote2.desktop
+ source = nixnote2.png
+ sha256sums = ce8821c816c1b7f10f95c1bb076e6761fb8a95bbc65baa5bf7df6b5425189eee
+ sha256sums = ef23c8f133114827ed455d4f4bb88394b1209159c3b37e04f829619ed093b8bd
+ sha256sums = 4272984c0eae4f8b3f38285d5c7f11ee7cd854df4edfd607395314074d658edc
+
+pkgname = nixnote2-appimage
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c4796cda18fb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,35 @@
+# Maintainer: Sergio Schneider <spsf1964@gmail.com>
+# Contributor:Thomas Queiroz <thomasqueirozb@gmail.com>
+
+pkgname=nixnote2-appimage
+pkgver=2.1.6
+pkgrel=1
+pkgdesc="Nixnote is Evernote desktop client for Linux and macOS"
+arch=('x86_64')
+url="https://github.com/robert7/nixnote2"
+license=('GPL3')
+depends=('gtk2' 'libnotify' 'libxtst' 'nss' 'xdg-utils' 'libxss')
+provides=('nixnote2-appimage')
+conflicts=('nixnote2' 'nixnote2-git')
+
+#https://github.com/robert7/nixnote2/releases/download/v2.1.6/NixNote2-x86_64.AppImage
+
+#_bin="session-messenger-desktop-linux-x86_64-${pkgver}.AppImage"
+
+_bin="NixNote2-x86_64.AppImage"
+source=("${_bin}::https://github.com/robert7/nixnote2/releases/download/v${pkgver}/${_bin}"
+ 'nixnote2.desktop'
+ 'nixnote2.png')
+
+sha256sums=('ce8821c816c1b7f10f95c1bb076e6761fb8a95bbc65baa5bf7df6b5425189eee'
+ 'ef23c8f133114827ed455d4f4bb88394b1209159c3b37e04f829619ed093b8bd'
+ '4272984c0eae4f8b3f38285d5c7f11ee7cd854df4edfd607395314074d658edc')
+
+options=('!strip' '!emptydirs')
+package() {
+ install -Dm755 "${srcdir}/${_bin}" "${pkgdir}/opt/nixnote2/${_bin}"
+ install -Dm644 "${srcdir}/nixnote2.desktop" "${pkgdir}/usr/share/applications/nixnote2.desktop"
+ install -Dm644 "${srcdir}/nixnote2.png" "${pkgdir}/opt/nixnote2/nixnote2.png"
+ mkdir -p "${pkgdir}/usr/bin/"
+ ln -s "/opt/nixnote2/${_bin}" "${pkgdir}/usr/bin/nixnote2"
+}
diff --git a/nixnote2.desktop b/nixnote2.desktop
new file mode 100644
index 000000000000..b6363b4a9b5d
--- /dev/null
+++ b/nixnote2.desktop
@@ -0,0 +1,20 @@
+[Desktop Entry]
+Name=NixNote2
+#Comment=Create notes and sync with Evernote
+Comment=Use with Evernote to remember everything
+GenericName=NixNote2
+Exec=/usr/bin/nixnote2
+Icon=/opt/nixnote2/nixnote2.png
+StartupNotify=true
+Terminal=false
+Type=Application
+#Categories=Utility
+Categories=Office;Network;
+#MimeType=application/x-vnd.cryptomator-vault-metadata
+Categories=Qt;Utility;Network;
+Keywords=NixNote2;Text;Evernote;note;
+
+Actions=NewNote;
+[Desktop Action NewNote]
+Name=New Note
+Exec=/usr/bin/nixnote2 --newNote \ No newline at end of file
diff --git a/nixnote2.png b/nixnote2.png
new file mode 100644
index 000000000000..49493a409b18
--- /dev/null
+++ b/nixnote2.png
Binary files differ