summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author afhpayne2022-06-10 21:11:04 +0200
committer Willy Sudiarto Raharjo2022-06-11 03:59:12 +0200
commitbfbf0fc6266d9b254271486d2615a32e7035cbb1 (patch)
treee0b6c5d9a41425058d7138422d7b2455f5867dcf /academic
parent2eff2fda30479cccbcc1072752e81854842f2884 (diff)
downloadslackbuilds-bfbf0fc6266d9b254271486d2615a32e7035cbb1.tar.gz
academic/zotero: Updated for version 6.0.8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/zotero/README48
-rw-r--r--academic/zotero/slack-desc14
-rw-r--r--academic/zotero/zotero.SlackBuild7
-rw-r--r--academic/zotero/zotero.info10
-rw-r--r--academic/zotero/zotero.pngbin4963 -> 0 bytes
5 files changed, 48 insertions, 31 deletions
diff --git a/academic/zotero/README b/academic/zotero/README
index 5979cc3be2..fe49147cd9 100644
--- a/academic/zotero/README
+++ b/academic/zotero/README
@@ -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 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 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.
+Zotero is a free, easy-to-use tool to help you collect, organize,
+cite, and share research.
+
+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.
+
diff --git a/academic/zotero/slack-desc b/academic/zotero/slack-desc
index d051f78252..fc426aba92 100644
--- a/academic/zotero/slack-desc
+++ b/academic/zotero/slack-desc
@@ -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:
diff --git a/academic/zotero/zotero.SlackBuild b/academic/zotero/zotero.SlackBuild
index c8a15a366b..9bd1222f41 100644
--- a/academic/zotero/zotero.SlackBuild
+++ b/academic/zotero/zotero.SlackBuild
@@ -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
diff --git a/academic/zotero/zotero.info b/academic/zotero/zotero.info
index 564a6702dd..23d17ac407 100644
--- a/academic/zotero/zotero.info
+++ b/academic/zotero/zotero.info
@@ -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"
diff --git a/academic/zotero/zotero.png b/academic/zotero/zotero.png
deleted file mode 100644
index fe80851fb3..0000000000
--- a/academic/zotero/zotero.png
+++ /dev/null
Binary files differ