Package Details: tangram 3.0-3

Git Clone URL: https://aur.archlinux.org/tangram.git (read-only, click to copy)
Package Base: tangram
Description: Browser for your pinned tabs
Upstream URL: https://apps.gnome.org/Tangram
Licenses: GPL-3.0-or-later
Submitter: sonny
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 7
Popularity: 0.000038
First Submitted: 2019-09-16 16:37 (UTC)
Last Updated: 2024-01-21 22:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

esrh commented on 2021-11-23 21:15 (UTC) (edited on 2021-11-23 21:19 (UTC) by esrh)

Current pkgbuild doesn't seem to get submodules. This results in an error in finding troll/util.js.

Adding a new prepare function fixed my issue

prepare() {
  cd "$srcdir/$pkgname"
  git submodule init
  git submodule update
}

yochananmarqos commented on 2021-10-25 15:08 (UTC) (edited on 2021-10-25 15:11 (UTC) by yochananmarqos)

@lbravo: I can't reproduce that, however there is an issue building it with Meson 0.60.0. I've created an issue.

lbravo commented on 2021-10-25 14:18 (UTC)

Can't build package.

Cloning into bare repository '/tmp/tangram-5681815860119578889/tangram/tangram'... Cloning into bare repository '/tmp/tangram-5681815860119578889/tangram/troll'... tangram ... Ignorada troll ... Ignorada Cloning into 'tangram'... done. Switched to a new branch 'makepkg' Cloning into 'troll'... done. Submodule 'troll' (https://github.com/sonnyp/troll) registered for path 'src/troll' Cloning into '/tmp/tangram-5681815860119578889/tangram/src/tangram/src/troll'... npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile so supplemental metadata must be fetched from the registry. npm WARN old lockfile npm WARN old lockfile This is a one-time fix-up, please be patient... npm WARN old lockfile npm notice npm notice New patch version of npm available! 8.1.0 -> 8.1.1 npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.1.1 npm notice Run npm install -g npm@8.1.1 to update! npm notice npm ERR! semver.simplifyRange is not a function

npm ERR! A complete log of this run can be found in: npm ERR! /tmp/tangram-5681815860119578889/tangram/src/npm-cache/_logs/2021-10-25T14_15_45_821Z-debug.log ==> ERRO: Uma falha ocorreu em build(). Abortando...

yochananmarqos commented on 2021-10-10 14:36 (UTC) (edited on 2021-10-10 14:36 (UTC) by yochananmarqos)

@esskayesss: I've removed the symlink so there are no file conflicts. Ask the tangram-bin maintainer to remove the provides array.

esskayesss commented on 2021-10-10 08:24 (UTC)

it conflicts tangram-bin. I was surprised they're apparently different packages altogether. What if I ever felt like using the both of them?