Package Details: zotero-git r11712.20210914.f0a8c9ada-1

Git Clone URL: https://aur.archlinux.org/zotero-git.git (read-only, click to copy)
Package Base: zotero-git
Description: Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Upstream URL: https://www.zotero.org
Licenses: AGPL3
Conflicts: zotero
Provides: zotero
Submitter: sdht0
Maintainer: sdht0
Last Packager: sdht0
Votes: 3
Popularity: 0.041480
First Submitted: 2019-06-20 06:23 (UTC)
Last Updated: 2021-09-14 14:21 (UTC)

Latest Comments

1 2 Next › Last »

WFCody commented on 2023-01-16 13:55 (UTC)

I always fail to build this package due to missing or outdated npm dependencies. Any idea how to solve that?

sophietheopossum commented on 2022-03-19 19:02 (UTC) (edited on 2022-03-19 19:02 (UTC) by sophietheopossum)

I'm not overly familiar with aur so apologies if I made an obvious mistake. originally an error was encountered because gulp was not locally installed; this is fixed by adding an 'npm i gulp' before 'npm i', perhaps the second npm command is not needed, i left it in just in case. this removes the original error, but now it has a new error:

[18:50:34] No gulpfile found
cp: cannot stat 'pdf.js/external/bcmaps/*.bcmap': No such file or directory

i had pkgver set to 'r12008.20220318.7182531ec'. note that the second no such file error occurred before i added 'npm i gulp' too, so i assume it may be a consequence of the gulp failure, i am not particularly familiar with gulp though

sdht0 commented on 2021-09-14 14:22 (UTC)

Thanks @retrofan and @sekret. Should be fixed now.

sekret commented on 2021-09-13 19:54 (UTC)

For me the build process doesn't run through in a clean chroot. Here are the last lines


[…]
Build files saved to /build/zotero-git/src/zotero-build/xpi/build/staging


Version: 5.0.97.SOURCE.c5067edd2
Channel: pref("app.update.channel", "source");

Building Zotero_linux-i686

zoteroOpenOfficeIntegration@zotero.org Version: 5.0.25.SA.5.0.97.SOURCE.c5067edd2

Building Zotero_linux-x86_64

zoteroOpenOfficeIntegration@zotero.org Version: 5.0.25.SA.5.0.97.SOURCE.c5067edd2

==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat 'zotero-standalone-build/staging/Zotero_linux-x86_64/COPYING': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Build failed, check /home/sekret/.chroot/sekret/build

retrofan commented on 2021-06-19 13:55 (UTC)

This would not build for me until I changed

     # Copy license
-    install -Dm644 "$builddir"/COPYING "$pkgdir"/usr/share/licenses/zotero/LICENSE
+    install -Dm644 "${_src_dir_3}"/COPYING "$pkgdir"/usr/share/licenses/zotero/LICENSE

FabioLolix commented on 2021-06-02 20:24 (UTC)

Not a valid reason for not following packaging rules

sdht0 commented on 2021-05-30 22:15 (UTC)

Thanks @FabioLolix. Fixed 1 and 2.

The submodules are not in source because I don't want to wait for all submodules to be updated before computing the pkgver and finding that the package does not need to build after all.

FabioLolix commented on 2021-05-30 08:21 (UTC)

Hello, please:

  • use https instead of http for url=
  • the license is AGPL3 and please install it since it have additional copyright info respect to the common one in the licenses package
  • all git submodules need to be added to source=()

vsilv commented on 2020-12-21 11:00 (UTC)

Hi, what are these chrome dependencies? Are they necessary?