summaryrefslogtreecommitdiff
path: root/community/calibre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/calibre/PKGBUILD')
-rw-r--r--community/calibre/PKGBUILD18
1 files changed, 12 insertions, 6 deletions
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
index 1ec370976..ef2a710c6 100644
--- a/community/calibre/PKGBUILD
+++ b/community/calibre/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 56939 2011-10-17 08:20:07Z ibiru $
+# $Id: PKGBUILD 58842 2011-11-18 20:05:26Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Petrov Roman <nwhisper@gmail.com>
# Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com>
pkgname=calibre
-pkgver=0.8.22
-pkgrel=2
+pkgver=0.8.27
+pkgrel=1
pkgdesc="Ebook management application"
arch=('i686' 'x86_64' 'mips64el')
url="http://calibre-ebook.com/"
@@ -19,9 +19,11 @@ makedepends=('python2-pycountry')
optdepends=('ipython: to use calibre-debug')
install=calibre.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'desktop_integration.patch')
-md5sums=('b4e968cda582f362124a52ad588f8af0'
- '253ce4fe5d01f8ff76b63cd3825755ea')
+ 'desktop_integration.patch'
+ 'calibre-mount-helper')
+md5sums=('6a56538249fd7ddb63d1f72d1b601272'
+ '253ce4fe5d01f8ff76b63cd3825755ea'
+ '675cd87d41342119827ef706055491e7')
build() {
cd "${srcdir}/${pkgname}"
@@ -64,4 +66,8 @@ package() {
for decom in "${pkgdir}"/usr/share/man/man1/*.bz2; do
bzip2 -d "${decom}"
done
+
+ # See http://lwn.net/SubscriberLink/465311/7c299471a5399167/
+ rm -rf ${pkgdir}/usr/bin/calibre-mount-helper
+ install -m 755 ${srcdir}/calibre-mount-helper "${pkgdir}/usr/bin"
}