Package Details: zotero-beta-bin 7.0.0beta.74+2e8073ab9-1

Git Clone URL: https://aur.archlinux.org/zotero-beta-bin.git (read-only, click to copy)
Package Base: zotero-beta-bin
Description: Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research.
Upstream URL: https://www.zotero.org/support/dev_builds
Keywords: reference
Licenses: AGPL3
Conflicts: zotero
Provides: zotero
Submitter: qubidt
Maintainer: qubidt
Last Packager: qubidt
Votes: 8
Popularity: 1.66
First Submitted: 2022-11-21 13:39 (UTC)
Last Updated: 2024-04-15 15:12 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

armandleg commented on 2024-04-13 11:34 (UTC)

Patch for the (at the time of writing) latest version:

--- PKGBUILD
+++ PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Malacology <guoyizhang at malacology dot com>

 pkgname=zotero-beta-bin
-_pkgver=7.0.0-beta.68+c31a40c74
+_pkgver=7.0.0-beta.74+2e8073ab9
 pkgver="${_pkgver/-beta/beta}"
 pkgrel=1
 pkgdesc="Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research."
@@ -22,8 +22,8 @@
 source_x86_64=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
 source_i686=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
 sha256sums=('7a633ebad3a2d7bec604cc6fdb2aae13fd6c707975978ddccd39a526f933f585')
-sha256sums_x86_64=('863633550f6cb4c6e0072709fb926badaf04df2bd0ce0cb14dbd904d73fff3cd')
-sha256sums_i686=('863633550f6cb4c6e0072709fb926badaf04df2bd0ce0cb14dbd904d73fff3cd')
+sha256sums_x86_64=('946f4aa4e2d71bbbd16948d434d48772c041cf02e716c1a9c3a92dd7c6f50dfd')
+sha256sums_i686=('1e860f9131757d1118b82f426f1482d81a0843d07b6f2d485a76ca9f7c7a6c36')

 prepare() {
   patch --directory="Zotero_linux-$CARCH" --forward --strip=1 --input="${srcdir}/zotero-absolute-path-fix.patch"

TurnoffNOD commented on 2024-02-21 08:56 (UTC)

At Feb. 21, 2024, the latest beta version is 7.0.0-beta.60+91e1c6ca3.

mocrepu commented on 2024-02-07 18:16 (UTC) (edited on 2024-02-07 21:54 (UTC) by mocrepu)

This package is outdated. The latese version of zotero-beta is 7.0.0-beta.58+2665090aa I also updated the new icon setup. Here is the full pkgbuild:


# Maintainer: Bao <qubidt at gmail dot com>
# Contributor: Malacology <guoyizhang at malacology dot com>

pkgname=zotero-beta-bin
_pkgver=7.0.0-beta.58+2665090aa
pkgver="${_pkgver/-beta/beta}"
pkgrel=1
pkgdesc="Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research."
arch=('x86_64' 'i686')
url="https://www.zotero.org/support/dev_builds"
conflicts=('zotero')
provides=('zotero')
license=('AGPL3')
depends=(
    'dbus-glib'
    'desktop-file-utils'
    'gtk3'
    'libxt'
    'nss'
)
source=('zotero-absolute-path-fix.patch')
source_x86_64=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
source_i686=("Zotero-${_pkgver}_linux-${CARCH}.tar.bz2::https://download.zotero.org/client/beta/${_pkgver//+/%2B}/Zotero-${_pkgver//+/%2B}_linux-x86_64.tar.bz2")
sha256sums=('6f5218281d6c1b384269fcede93cba9b50a4b1907805231098ac6554133a8504')
sha256sums_x86_64=('146febb2b69c159ae116f77ae50ba57ad7b7b87a3c83723c5f4998c4c2397c71')
sha256sums_i686=('146febb2b69c159ae116f77ae50ba57ad7b7b87a3c83723c5f4998c4c2397c71')

prepare() {
    patch --directory="Zotero_linux-$CARCH" --forward --strip=1 --input="${srcdir}/zotero-absolute-path-fix.patch"
}

package() {
    install -dDm755 "$pkgdir"/usr/{bin,lib/zotero,share/applications}
    mv "${srcdir}/Zotero_linux-${CARCH}"/* "$pkgdir"/usr/lib/zotero
    ln -s /usr/lib/zotero/zotero "$pkgdir"/usr/bin/zotero
    ln -s /usr/lib/zotero/zotero.desktop "$pkgdir"/usr/share/applications/zotero.desktop

    # Copy zotero icons to a standard location
    install -Dm644 "$pkgdir"/usr/lib/zotero/icons/icon32.png "$pkgdir"/usr/share/icons/hicolor/32x32/apps/zotero.png
    install -Dm644 "$pkgdir"/usr/lib/zotero/icons/icon64.png "$pkgdir"/usr/share/icons/hicolor/48x48/apps/zotero.png
    install -Dm644 "$pkgdir"/usr/lib/zotero/icons/icon128.png "$pkgdir"/usr/share/icons/hicolor/256x256/apps/zotero.png
}


TurnoffNOD commented on 2024-01-16 08:58 (UTC) (edited on 2024-01-16 09:02 (UTC) by TurnoffNOD)

Hi, as of 2024-01-16, this package is outdated. The latese version of zotero-beta is 7.0.0-beta.54+6b996d4f9.

Screenshot: [img]https://i.imgur.com/LZ3FGX0.png[/img]

m040601 commented on 2023-09-04 00:20 (UTC)

Shouldnt this PKGBUILD also have a

Conflicts:  

with the PKGBUILD "zotero-bin", https://aur.archlinux.org/packages/zotero-bin ?

FabioLolix commented on 2023-05-02 16:51 (UTC)

What is the difference with zotero-beta-bin ?

qubidt commented on 2022-11-21 13:45 (UTC)

reuploaded as zotero-beta-bin. merge request pending

json commented on 2022-03-21 19:57 (UTC)

@qubidt As already noted by other people, this package declares a lot of completely unnecessary dependencies. aarch64-linux-gnu-gcc is especially bad, because the package neither does any building nor support aarch64. Can you please align the dependencies of this package with those provided by sukanka?

sukanka commented on 2022-03-11 03:46 (UTC)

I also wonder why aarch64-linux-gnu-gcc is needed. this package doesn't support aarch64 at all.

I used namcap to check the dependencies. I suggest the dependencies should be the following

depends=(
    'nss'
    'gtk2'
    'gtk3'
    'libxt'
    'dbus-glib'
)
optdepends=('java-runtime')

wbthomason commented on 2022-01-07 05:12 (UTC)

The desktop MIME type patch now fails to apply (as of Zotero-5.0.97-beta.63+035aac30f).