Package Details: tagspaces 5.7.9-1

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: yochananmarqos
Last Packager: yochananmarqos
Votes: 25
Popularity: 0.094404
First Submitted: 2015-08-23 09:46 (UTC)
Last Updated: 2024-03-16 15:52 (UTC)

Latest Comments

1 2 Next › Last »

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.

giodamelio commented on 2016-10-11 00:47 (UTC)

When I run tagspaces I get this error Failed to execute process '/usr/bin/tagspaces'. Reason: exec: Exec format error The file '/usr/bin/tagspaces' is marked as an executable but could not be run by the operating system. The script at '/usr/bin/tagspaces' needs a '#!/bin/sh' at the top

<deleted-account> commented on 2016-04-08 06:34 (UTC)

Tagspaces now depends on electron - updated pkgbuild to suit. Also fixes problem with aur helpers being confused as a side-effect (since electron is in the aur as 'electron').

clofresh commented on 2016-02-11 13:21 (UTC)

I think you need to change the node-webkit dependency to nwjs-bin so the aur helpers don't get confused

egon0 commented on 2015-12-09 11:59 (UTC)

I will add the patch @hansmaulwurf mentioned as soon as i have some spare time

hansmaulwurf commented on 2015-12-09 11:50 (UTC)

add this modification and the settings are stored persistently https://github.com/tagspaces/tagspaces/issues/244#issuecomment-163198163