academic/zotero: Updated for version 6.0.8

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
afhpayne 2022-06-10 15:11:04 -04:00 committed by Willy Sudiarto Raharjo
parent 2eff2fda30
commit bfbf0fc626
No known key found for this signature in database
GPG key ID: 3F617144D7238786
5 changed files with 46 additions and 29 deletions

View file

@ -1,15 +1,33 @@
Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect,
organize, cite, and share your research sources.
Zotero is a free, easy-to-use tool to help you collect, organize,
cite, and share research.
Zotero collects all your research in a single, searchable interface.
You can add PDFs, images, audio / video files, snapshots of web pages,
and really anything else. Zotero automatically indexes the full-text
content of your library, enabling you to find exactly what you are
looking for with just a few keystrokes.
Zotero is the only software that automatically senses research on
the web. Need an article from JSTOR or a preprint from arXiv.org?
A news story from the New York Times or a book from a library?
Zotero has you covered, everywhere.
Zotero helps you organize your research any way you want. You can
sort items into collections and tag them with keywords. Or create
saved searches that automatically fill with relevant materials as
you work.
Zotero instantly creates references and bibliographies for any
text editor, and directly inside Word, LibreOffice, and Google
Docs. With support for over 100,000 citation styles, you can
format your work to match any style guide or publication.
Zotero can optionally synchronize your data across devices,
keeping your notes, files, and bibliographic records seamlessly
up to date. If you decide to sync, you can also always access
your research from any web browser.
Zotero lets you co-write a paper with a colleague, distribute
course materials to students, or build a collaborative
bibliography. You can share a Zotero library with as many
people you like, at no cost.
Zotero is open source and developed by an independent,
nonprofit organization that has no financial interest in your
private information. With Zotero, you always stay in control
of your own data.
Zotero is the only research tool that automatically senses content in
your web browser, allowing you to add it to your personal library with
a single click. Whether you're searching for a preprint on arXiv.org,
a journal article from JSTOR, a news story from the New York Times, or
a book from your university library catalog, Zotero has you covered
with support for thousands of sites.

View file

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
zotero: zotero (Collect, organize, cite, and share research sources)
zotero:
zotero: Zotero automatically senses content in your web browser, allowing
zotero: you to add it to your personal library. Zotero collects all your
zotero: research in a single, searchable interface. You can add PDFs,
zotero: images, audio / video files, snapshots of web pages, and really
zotero: anything else. Zotero automatically indexes the full-text content
zotero: of your library, enabling you to find exactly what you are looking
zotero: for with just a few keystrokes.
zotero: Zotero is a free, easy-to-use tool to help you collect, organize,
zotero: cite, and share research.
zotero:
zotero:
zotero:
zotero:
zotero:
zotero: Homepage: https://www.zotero.org/
zotero:

View file

@ -2,7 +2,7 @@
# Slackware build script for zotero
# Copyright 2018-2020 Andrew Payne phalange@komputermatrix.com
# Copyright 2018-2022 Andrew Payne phalange@komputermatrix.com
# Copyright 2014-2018 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zotero
SRCNAM=Zotero
VERSION=${VERSION:-5.0.85}
VERSION=${VERSION:-6.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -82,9 +82,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/usr/share/{applications,pixmaps}
mkdir -p $PKG/usr/share/applications
cp $CWD/$PRGNAM.desktop $PKG/usr/share/applications
cp $CWD/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

@ -1,10 +1,10 @@
PRGNAM="zotero"
VERSION="5.0.85"
VERSION="6.0.8"
HOMEPAGE="https://www.zotero.org/"
DOWNLOAD="https://download.zotero.org/client/release/5.0.85/Zotero-5.0.85_linux-i686.tar.bz2"
MD5SUM="196d758dc19a658a54d30877fe0c41b2"
DOWNLOAD_x86_64="https://download.zotero.org/client/release/5.0.85/Zotero-5.0.85_linux-x86_64.tar.bz2"
MD5SUM_x86_64="6509c159079ed59c2c95ac0132dc2328"
DOWNLOAD="https://download.zotero.org/client/release/6.0.8/Zotero-6.0.8_linux-i686.tar.bz2"
MD5SUM="6415abe19eeaa97ad79d5d25017d06aa"
DOWNLOAD_x86_64="https://download.zotero.org/client/release/6.0.8/Zotero-6.0.8_linux-x86_64.tar.bz2"
MD5SUM_x86_64="c47b42e80372de384a135d33e993a67f"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB