diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-18 18:03:26 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-18 18:03:26 -0200 |
commit | 6c48e7c4ae1876a488b35f5e6996abbcc406140f (patch) | |
tree | fe723d09786578f60119a510ced989535f5b400a | |
parent | 43451c431aac31489293b62ff92821fa7b88e713 (diff) | |
download | abslibre-6c48e7c4ae1876a488b35f5e6996abbcc406140f.tar.gz abslibre-6c48e7c4ae1876a488b35f5e6996abbcc406140f.tar.bz2 abslibre-6c48e7c4ae1876a488b35f5e6996abbcc406140f.zip |
calibre-libre-0.9.15-1: updating version
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index ac3046760..099c746b7 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.14 +pkgver=0.9.15 pkgrel=1 pkgdesc="Ebook management application (unar support included instead of libunrar and without nonfree fonts)" arch=('i686' 'x86_64') @@ -27,7 +27,7 @@ install=calibre.install source=("http://calibre-ebook.googlecode.com/files/${_pkgname}-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('0a809b1c1378f95a69337b9bc8207493' +md5sums=('2e87ac93bb2006e40001a4028945cee2' '42c07b43d575b5e7e7524bd7b9528f0e' '675cd87d41342119827ef706055491e7') @@ -82,4 +82,10 @@ package() { # 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" + + # Compiling bytecode FS33392 + python2 -m compileall "${pkgdir}/usr/lib/calibre/" + + # Compiling optimized bytecode FS33392 + python2 -O -m compileall "${pkgdir}/usr/lib/calibre/" } |