user/zotero: fix pdf reader
This commit is contained in:
parent
3a10310c90
commit
28ebc1ba22
2 changed files with 14 additions and 5 deletions
|
@ -2,14 +2,11 @@
|
||||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
pkgname=zotero
|
pkgname=zotero
|
||||||
pkgver=7.0.7
|
pkgver=7.0.7
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
_fxver=115.14.0
|
_fxver=115.14.0
|
||||||
_gittag=$pkgver
|
_gittag=$pkgver
|
||||||
# Date of release, YY-MM-DD for metainfo file (see package())
|
|
||||||
# https://www.mozilla.org/firefox/organizations/notes/
|
|
||||||
_releasedate=2024-08-09
|
|
||||||
pkgdesc="A free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
|
pkgdesc="A free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
|
||||||
url="https://www.mozilla.org/en-US/firefox/organizations/"
|
url="https://www.zotero.org/"
|
||||||
# s390x and riscv64: blocked by rust and cargo
|
# s390x and riscv64: blocked by rust and cargo
|
||||||
# armhf: build failure on armhf due to wasm
|
# armhf: build failure on armhf due to wasm
|
||||||
arch="x86_64 armv7 aarch64 x86 ppc64le"
|
arch="x86_64 armv7 aarch64 x86 ppc64le"
|
||||||
|
|
|
@ -10,3 +10,15 @@ index 3025926..13f8b7a 100644
|
||||||
"@metalsmith/layouts": "^2.7.0",
|
"@metalsmith/layouts": "^2.7.0",
|
||||||
"@metalsmith/markdown": "^1.10.0",
|
"@metalsmith/markdown": "^1.10.0",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
|
diff --git a/zotero/reader/pdfjs/pdf.js/package.json.orig b/zotero/reader/pdfjs/pdf.js/package.json
|
||||||
|
index 3025926aa44..13f8b7aca93 100644
|
||||||
|
--- a/zotero/reader/pdfjs/pdf.js/package.json.orig
|
||||||
|
+++ b/zotero/reader/pdfjs/pdf.js/package.json
|
||||||
|
@@ -7,7 +7,6 @@
|
||||||
|
"@babel/runtime": "^7.24.8",
|
||||||
|
"@fluent/bundle": "^0.18.0",
|
||||||
|
"@fluent/dom": "^0.10.0",
|
||||||
|
- "@jazzer.js/core": "^2.1.0",
|
||||||
|
"@metalsmith/layouts": "^2.7.0",
|
||||||
|
"@metalsmith/markdown": "^1.10.0",
|
||||||
|
"autoprefixer": "^10.4.19",
|
||||||
|
|
Loading…
Reference in a new issue