mirror of
https://github.com/archlinux/aur.git
synced 2026-03-09 11:50:14 +01:00
Update to 5.0.1
This commit is contained in:
parent
c47bd16446
commit
69ff7bf626
2 changed files with 8 additions and 8 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = zotero
|
||||
pkgdesc = Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
|
||||
pkgver = 4.0.29.10
|
||||
pkgver = 5.0.1
|
||||
pkgrel = 1
|
||||
url = http://www.zotero.org/download
|
||||
install = zotero.install
|
||||
|
|
@ -12,9 +12,9 @@ pkgbase = zotero
|
|||
depends = gtk2
|
||||
depends = gcc-libs
|
||||
depends = nss
|
||||
source = http://download.zotero.org/standalone/4.0.29.10/Zotero-4.0.29.10_linux-x86_64.tar.bz2
|
||||
source = http://download.zotero.org/standalone/5.0.1/Zotero-5.0.1_linux-x86_64.tar.bz2
|
||||
source = zotero.desktop
|
||||
md5sums = ae6b35549b2da1113869ebe95972da86
|
||||
md5sums = 969dbbc0bfaf1385d455d7fcae22e109
|
||||
md5sums = f227abe95940abd63367716928c6e379
|
||||
|
||||
pkgname = zotero
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Juanma Hernandez <juanmah@gmail.com>
|
||||
|
||||
pkgname=zotero
|
||||
pkgver=4.0.29.10
|
||||
pkgver=5.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources."
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
@ -12,11 +12,11 @@ depends=('dbus-glib' 'alsa-lib' 'gtk2' 'gcc-libs' 'nss')
|
|||
if [[ $CARCH == "x86_64" ]]
|
||||
then
|
||||
_arch=x86_64
|
||||
md5sums=('ae6b35549b2da1113869ebe95972da86'
|
||||
md5sums=('969dbbc0bfaf1385d455d7fcae22e109'
|
||||
'f227abe95940abd63367716928c6e379')
|
||||
else
|
||||
_arch=i686
|
||||
md5sums=('1be77940fb35b5684ad6c84a168a0e34'
|
||||
md5sums=('a8dc90f2c894581afd0afb11294f8882'
|
||||
'f227abe95940abd63367716928c6e379')
|
||||
fi
|
||||
install='zotero.install'
|
||||
|
|
@ -26,11 +26,11 @@ source=("http://download.zotero.org/standalone/$pkgver/Zotero-${pkgver}_linux-${
|
|||
package() {
|
||||
mkdir -p "$pkgdir"/usr/{bin,lib/zotero}
|
||||
mv "$srcdir"/Zotero_linux-$_arch/* "$pkgdir"/usr/lib/zotero
|
||||
ln -s /usr/lib/zotero/run-zotero.sh "$pkgdir"/usr/bin/zotero
|
||||
sed -i -e 's|MOZ_PROGRAM=""|MOZ_PROGRAM="/usr/lib/zotero/zotero"|g' "$pkgdir"/usr/lib/zotero/run-zotero.sh
|
||||
ln -s /usr/lib/zotero/zotero "$pkgdir"/usr/bin/zotero
|
||||
install -Dm644 "$srcdir"/zotero.desktop "$pkgdir"/usr/share/applications/zotero.desktop
|
||||
# Copy zotero icons to a standard location
|
||||
install -Dm644 "$pkgdir"/usr/lib/zotero/chrome/icons/default/default16.png "$pkgdir"/usr/share/icons/hicolor/16x16/apps/zotero.png
|
||||
install -Dm644 "$pkgdir"/usr/lib/zotero/chrome/icons/default/default32.png "$pkgdir"/usr/share/icons/hicolor/32x32/apps/zotero.png
|
||||
install -Dm644 "$pkgdir"/usr/lib/zotero/chrome/icons/default/default48.png "$pkgdir"/usr/share/icons/hicolor/48x48/apps/zotero.png
|
||||
install -Dm644 "$pkgdir"/usr/lib/zotero/chrome/icons/default/default256.png "$pkgdir"/usr/share/icons/hicolor/256x256/apps/zotero.png
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue