Package Details: tusk 0.23.0-0

Git Clone URL: https://aur.archlinux.org/tusk.git (read-only, click to copy)
Package Base: tusk
Description: Refined Evernote desktop app
Upstream URL: https://github.com/klaussinani/tusk
Keywords: client evernote
Licenses: MIT
Submitter: liberodark
Maintainer: tbrock
Last Packager: tbrock
Votes: 16
Popularity: 0.000158
First Submitted: 2017-09-17 00:02 (UTC)
Last Updated: 2019-07-19 16:24 (UTC)

Latest Comments

1 2 3 Next › Last »

czyt commented on 2020-02-19 11:09 (UTC)

这个包是基于electron和网页版的evernode开发而来的

FirstAirBender commented on 2019-05-29 21:26 (UTC)

Note that starting with the latest version of tusk, they now include a pacman package which can be installed with:

pacman -U ./tusk-0.23.0.pacman

Where ./tusk-0.23.0.pacman is a file in your current directory

azisaka commented on 2019-04-22 12:45 (UTC)

I had some trouble with electron 4.x lately.

My solution was a PKGBUILD like this:

# Maintainer: Bruno Azisaka <bruno@azisaka.com.br>
pkgname=tusk
pkgver=0.22.0
pkgrel=20190422
pkgdesc="Refined Evernote desktop app"
arch=('x86_64')
url="https://github.com/klaussinani/tusk"
license=('MIT')
makedepends=('rpmextract')
source=(
    "https://github.com/klaussinani/tusk/releases/download/v$pkgver/tusk-$pkgver.$arch.rpm"
)
md5sums=(
    '4bfc35758359ba20de328758b94e7341'
)

build() {
    rpmextract.sh tusk-$pkgver.$arch.rpm
}

package() {
  cd "${srcdir}/opt/Tusk"

  install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}" ./*.pak ./*.dat ./*.bin ./*.so
  install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}/locales" ./locales/*
  install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}/resources" ./resources/*
  install -Dm755 -t "${pkgdir}/usr/lib/${pkgname}" ./${pkgname}

  install -dm755 "${pkgdir}/usr/bin"
  ln -sf "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"

  install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}

I'm using your tusk.desktop file. It's more secure to use the binary version from https://github.com/klaussinani/tusk/releases

RPDiep commented on 2019-01-25 11:53 (UTC)

I had the warning too, but could update without issues. My repo is just an updated version of this repo, based on liberodark's PKGBUILD, and indeed, tusk-bin is a better package name as it pulls in the debian build from github releases. As the current update for this repo rewrites PKGBUILD to use electron-builder quite differs from the older version, I think it's best to use this aur repo if possible.

suthernfriend commented on 2019-01-24 16:43 (UTC) (edited on 2019-01-24 20:31 (UTC) by suthernfriend)

@vaal

i have the warning as well. however that shouldn't interrupt the building of the package. besides this and a warning related to $srcdir reference the package currently builds flawless in chroot.

if you still have problems try the PKGBUILD from RPDiep (which should be the tusk-bin package imho)

vaal commented on 2019-01-24 09:07 (UTC)

Hello!

Sorry, Error when update

npm WARN acorn-jsx@5.0.1 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.

==> ERROR: unable to update

RPDiep commented on 2019-01-21 10:55 (UTC)

I've updated to v0.21 on github, feel free to use: https://github.com/RPDiep/aur-tusk

RPDiep commented on 2018-12-31 10:42 (UTC) (edited on 2018-12-31 10:48 (UTC) by RPDiep)

Update to 0.15.0 :

diff --git a/PKGBUILD b/PKGBUILD
index 6f14cca..947c6b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
 # Contributor: liberodark

 pkgname=tusk
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.15.0
+pkgrel=0
 pkgdesc="Refined Evernote desktop app"
 arch=('x86_64')
-url="https://github.com/champloohq/tusk"
+url="https://github.com/klaussinani/tusk"
 license=('MIT')
 depends=('xdg-utils')
-source=("https://github.com/champloohq/tusk/releases/download/v${pkgver}/tusk_${pkgver}_amd64.deb"
+source=("https://github.com/klaussinani/tusk/releases/download/v${pkgver}/tusk_${pkgver}_amd64.deb"
         $pkgname.desktop
         $pkgname.png)
-sha512sums=('46a92855835b0155a2ea69d9f9c8644770027959770afdc0de4dade8745bf3d4b4f7b3a21e45ce8a28e7d7603256dc5ebf77491de7bfc9777792a998a3ad56b1'
-            '33332116be04baff7111b8b10dfb49511649e6f3a6ee9c63af314ad6571d02d4de369691499b6b34aefda2a871467b4a9a517afb699e6d9ae878a445b10b67f0'
+sha512sums=('3c230a7d6146eddd6c9ea092b9f18607ab7f907b1c92d475b4151ca7e16d0eb3b95c76bed70168e92e99464c080737ab74ca640739513bc1e1e855b59195b4ab'
+            'caef9e0da72e70bb8d393f16d98098f6586530a278fade4d6d15b81820f4d5435c4c7ef2255fcc1815ce6681aeca55411235922a6f817451f8f63ecd191ac35c'
             '46afc3aad7d1a518df8abcebe75d7576c9fda3a10f8b046d9e7399ce76e2035e0c1db5abbedc62ff259d10c16630062d74dca93d42f1c3b5b9787146393b76f4')

 package() {


diff --git a/tusk.desktop b/tusk.desktop
index 983bf17..737ec53 100644
--- a/tusk.desktop
+++ b/tusk.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=Tusk
 Comment=Refined Evernote desktop app
-Exec="/opt/Tusk/tusk-app" %U
+Exec="/opt/Tusk/tusk" %U
 Terminal=false
 Type=Application
 Icon=tusk

kourox commented on 2018-12-27 19:19 (UTC)

Need lib32-gconf dependency