zotero: auto updated to 6.0.35-1

This commit is contained in:
Lilac 2024-03-06 09:09:20 +00:00
parent c50a2a37ea
commit da63a44032

View file

@ -1,19 +1,19 @@
# Maintainer: Aaron Keesing <agkphysics at gmail dot com> # Maintainer: Aaron Keesing <agkphysics at gmail dot com>
pkgname=zotero pkgname=zotero
pkgver=6.0.26 pkgver=6.0.35
pkgrel=4 pkgrel=1
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."
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
url="https://github.com/zotero/zotero" url="https://github.com/zotero/zotero"
license=('AGPL3') license=('AGPL3')
depends=('dbus-glib' 'gtk3' 'nss' 'libxt') depends=('dbus-glib' 'gtk3' 'nss' 'libxt')
makedepends=('npm' 'git' 'zip' 'unzip' 'perl' 'python>=3' 'curl' 'wget' 'rsync' 'nodejs') makedepends=('npm' 'git' 'zip' 'unzip' 'perl' 'python>=3' 'curl' 'wget' 'rsync' 'nodejs')
_tag=8251c007431e06305c49aa9a871a4aea4bbc231c # git rev-parse $pkgver _tag=46f6427d01110622aecd84047d8fc50c6270c34a # git rev-parse $pkgver
source=("zotero.desktop" source=("zotero.desktop"
"zotero-client::git+https://github.com/zotero/zotero.git#tag=${_tag}" "zotero-client::git+https://github.com/zotero/zotero.git#tag=${_tag}"
"zotero-build::git+https://github.com/zotero/zotero-build.git" "zotero-build::git+https://github.com/zotero/zotero-build.git#tag=5cec38cd40361d939e32eb0b6e0fd18ac7b78a56"
"zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.23" "zotero-standalone-build::git+https://github.com/zotero/zotero-standalone-build.git#tag=6.0.35"
"zotero-translators::git+https://github.com/zotero/translators.git" "zotero-translators::git+https://github.com/zotero/translators.git"
"zotero-styles::git+https://github.com/zotero/bundled-styles.git" "zotero-styles::git+https://github.com/zotero/bundled-styles.git"
"zotero-pdf-worker::git+https://github.com/zotero/pdf-worker.git" "zotero-pdf-worker::git+https://github.com/zotero/pdf-worker.git"
@ -51,12 +51,8 @@ pkgver() {
} }
prepare() { prepare() {
cd "$srcdir/zotero-build"
git submodule init
git config submodule.xpi/zotero-transfw.url "$srcdir/zotero-transfw"
git -c protocol.file.allow=always submodule update
cd "$srcdir/zotero-client" cd "$srcdir/zotero-client"
npm i --legacy-peer-deps
git submodule init git submodule init
git config submodule.translators.url "$srcdir/zotero-translators" git config submodule.translators.url "$srcdir/zotero-translators"
git config submodule.styles.url "$srcdir/zotero-styles" git config submodule.styles.url "$srcdir/zotero-styles"
@ -70,19 +66,20 @@ prepare() {
git config submodule.chrome/content/zotero/locale/csl.url "$srcdir/zotero-csl" git config submodule.chrome/content/zotero/locale/csl.url "$srcdir/zotero-csl"
git -c protocol.file.allow=always submodule update git -c protocol.file.allow=always submodule update
cd pdf-reader cd "$srcdir/zotero-client/pdf-reader"
git submodule init git submodule init
git config submodule.pdf.js.url "$srcdir/zotero-pdf-js" git config submodule.pdf.js.url "$srcdir/zotero-pdf-js"
git -c protocol.file.allow=always submodule update git -c protocol.file.allow=always submodule update
cd ..
cd pdf-worker cd "$srcdir/zotero-client/pdf-worker"
git submodule init git submodule init
git config submodule.pdf.js.url "$srcdir/zotero-pdf-js" git config submodule.pdf.js.url "$srcdir/zotero-pdf-js"
git -c protocol.file.allow=always submodule update git -c protocol.file.allow=always submodule update
cd ..
npm i --legacy-peer-deps cd "$srcdir/zotero-build"
git submodule init
git config submodule.xpi/zotero-transfw.url "$srcdir/zotero-transfw"
git -c protocol.file.allow=always submodule update
cd "$srcdir/zotero-standalone-build" cd "$srcdir/zotero-standalone-build"
git submodule init git submodule init