At Feb. 21, 2024, the latest beta version is 7.0.0-beta.60+91e1c6ca3.
Search Criteria
Package Details: zotero-beta-bin 7.0.10_beta.1_913c50073-1
Package Actions
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: | dhruvasambrani |
Last Packager: | dhruvasambrani |
Votes: | 14 |
Popularity: | 0.71 |
First Submitted: | 2022-11-21 13:39 (UTC) |
Last Updated: | 2024-11-07 10:30 (UTC) |
Dependencies (5)
Required by (1)
- profile-sync-daemon-zotero (requires zotero) (optional)
Sources (2)
TurnoffNOD commented on 2024-02-21 08:56 (UTC)
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).
c4pote commented on 2021-12-29 18:14 (UTC)
As abougouffa already mentioned, the aarch packages are wrong in this packages. concretely: aarch64-linux-gnu-binutils-2.37-1 aarch64-linux-gnu-gcc-11.2.0-1 aarch64-linux-gnu-glibc-2.34-1 aarch64-linux-gnu-linux-api-headers-5.8-1
Pinned Comments