mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
calibre & mendeley-desktop updates
This commit is contained in:
parent
1e6add3fa6
commit
3df8bac392
@ -7,7 +7,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=calibre
|
||||
pkgver=0.8.32
|
||||
pkgver=0.8.33
|
||||
pkgrel=1
|
||||
pkgdesc="Ebook management application"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -22,7 +22,7 @@ optdepends=('ipython: to use calibre-debug')
|
||||
install=calibre.install
|
||||
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz
|
||||
desktop_integration.patch)
|
||||
md5sums=('ee973514615fc104be7cc41adf0862a6'
|
||||
md5sums=('042c9f9f54ad02d08668e6a010682752'
|
||||
'f4b80e3b34e34bce68b3f052ff52dee8')
|
||||
|
||||
build() {
|
||||
|
@ -6,16 +6,17 @@
|
||||
|
||||
|
||||
pkgname=mendeleydesktop
|
||||
pkgver=1.1.3
|
||||
pkgver=1.3
|
||||
pkgrel=1
|
||||
url="http://www.mendeley.com/"
|
||||
pkgdesc="The desktop client for managing and sharing research papers."
|
||||
license=('custom:mendeley_eula')
|
||||
depends=('python2' 'qt')
|
||||
arch=(i686 x86_64)
|
||||
_filearch=i486
|
||||
md5sums=('55719984f706e4f71718a7f1674ef046')
|
||||
[ "${CARCH}" == "x86_64" ] && _filearch=x86_64 && md5sums=('3fc090c8d4a61154f3d1d979ff1bf09e')
|
||||
source=("http://s3.amazonaws.com/mendeley-desktop-download/linux/${pkgname}-${pkgver}-linux-${_filearch}.tar.bz2")
|
||||
md5sums=('df8b69ee4a12fe65643d06c6b9925240')
|
||||
[ "${CARCH}" == "x86_64" ] && _filearch=x86_64 && md5sums=('4d0f77a37df5cb4912d0daee22a639b5')
|
||||
source=("http://download.mendeley.com/linux/$pkgname-$pkgver-linux-$_filearch.tar.bz2")
|
||||
screenshot=('http://wstaw.org/m/2011/11/21/plasma-desktopcl2200.jpg')
|
||||
|
||||
build()
|
||||
|
Loading…
Reference in New Issue
Block a user