Package Details: tagspaces 6.0.2-2

Git Clone URL: https://aur.archlinux.org/tagspaces.git (read-only, click to copy)
Package Base: tagspaces
Description: An offline, open source, document manager with tagging support
Upstream URL: https://www.tagspaces.org
Licenses: AGPL-3.0-or-later
Submitter: egon0
Maintainer: None
Last Packager: yochananmarqos
Votes: 25
Popularity: 0.000646
First Submitted: 2015-08-23 09:46 (UTC)
Last Updated: 2024-10-31 20:58 (UTC)

Latest Comments

1 2 3 Next › Last »

yochananmarqos commented on 2024-10-18 16:56 (UTC)

@patlefort: Thanks for the heads up.

patlefort commented on 2024-10-18 09:55 (UTC)

I was able to fix that last issue by using nvm. Here's a patch: https://pastebin.com/HjaGZXxj

It doesn't however fix the other issue, that will require more digging.

patlefort commented on 2024-10-11 13:00 (UTC)

There is a new problem, I get this error:

npm error Invalid property "node"
npm error A complete log of this run can be found in: /tmp/elrick-temp/makepkg/build/tagspaces/src/npm_cache/_logs/2024-10-11T12_53_05_639Z-debug-0.log

yochananmarqos commented on 2024-09-28 16:41 (UTC)

@patlefort: I'm aware, but haven't figured out why yet. In the meantime, try tagspaces-bin.

patlefort commented on 2024-09-28 05:55 (UTC)

There seem to be an issue with how this is packaged. I get this error: (node:143286) UnhandledPromiseRejectionWarning: TypeError: Failed to parse URL from http://127.0.0.1:undefined and some functions don't work properly, like searching anything. The AppImage version from the github repo work fine.

yochananmarqos commented on 2024-02-09 19:39 (UTC)

@DonHubi: Oops. Fixed.

DonHubi commented on 2024-02-09 19:27 (UTC)

==> ERROR: One or more files did not pass the validity check! -> error downloading sources: /home/dome/.cache/yay/tagspaces context: exit status 1

keiichiiownsu12 commented on 2020-04-28 22:25 (UTC) (edited on 2020-04-28 22:26 (UTC) by keiichiiownsu12)

PKG build fails on:

package() {
...
install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
...
Looks like the .desktop file was moved to: src/tagspaces-3.4.2/tagspaces.desktop.

Modifying the PKGBUILD successfully built the package.

xordspar0 commented on 2020-01-18 03:10 (UTC)

Thanks for picking up this package.

The build fails with

PKGBUILD: line 29: cd: src/tagspaces-3.3.2/data: No such file or directory

It looks like the project structure changed quite a bit with the 3.0 update. I don't think bower is a dependency anymore, but yarn is. There are instructions in the README upstream here: https://github.com/tagspaces/tagspaces#how-to-run-tagspaces-from-the-source-code

<deleted-account> commented on 2016-10-11 01:00 (UTC)

@giodamelio thanks, fixed. Not sure why it was working for me fine without the shebang, but hopefully this will fix it for you.