mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
calibre: update to 4.9.1.
This commit is contained in:
parent
9e28da3e5c
commit
41a9d70b35
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'calibre'
|
# Template file for 'calibre'
|
||||||
pkgname=calibre
|
pkgname=calibre
|
||||||
version=4.8.0
|
version=4.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_dirs="/usr/lib/calibre/"
|
pycompile_dirs="/usr/lib/calibre/"
|
||||||
|
@ -23,12 +23,12 @@ license="GPL-3.0-only"
|
||||||
homepage="https://calibre-ebook.com"
|
homepage="https://calibre-ebook.com"
|
||||||
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
|
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
|
||||||
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
||||||
checksum=13dff54232735939a9eb574089cda89d3cf9d8993102b0c4bf107f38202664d2
|
checksum=b5809e06921539b9e5f4d773c90b6f315711f09254f589d2b39eb67318e5ce06
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# Remove unneeded files and libs
|
# Remove unneeded files and libs
|
||||||
rm -rf resources/${pkgname}-portable.* \
|
rm -rf resources/${pkgname}-portable.*
|
||||||
|
|
||||||
# Desktop integration (e.g. enforce arch defaults)
|
# Desktop integration (e.g. enforce arch defaults)
|
||||||
vsed -i src/calibre/linux.py \
|
vsed -i src/calibre/linux.py \
|
||||||
|
|
Loading…
Add table
Reference in a new issue