Package Details: tagspaces 5.4.6-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: AGPL3
Submitter: egon0
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 24
Popularity: 0.000287
First Submitted: 2015-08-23 09:46 (UTC)
Last Updated: 2023-08-28 15:51 (UTC)

Latest Comments

1 2 Next › Last »

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

hansmaulwurf commented on 2015-11-23 07:47 (UTC)

The config gets still lost when closing the application.

kozaki commented on 2015-11-16 13:50 (UTC)

Hi, looks like node-webkit's missing again. `nw-gyp` and `nwjs-bin` are the two related packages. Thanks for PKGBUILDin that one; being a (meta)data fan I will definitively try and see what can be achieved with it.