backports/calibre: upgrade to 7.20.0
This commit is contained in:
parent
396c98208d
commit
eb0ab4d136
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Cowington Post <cowingtonpost@gmail.com>
|
# Maintainer: Cowington Post <cowingtonpost@gmail.com>
|
||||||
pkgname=calibre
|
pkgname=calibre
|
||||||
pkgver=7.12.0
|
pkgver=7.20.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Ebook management application"
|
pkgdesc="Ebook management application"
|
||||||
# qt6-webengine
|
# qt6-webengine
|
||||||
|
@ -59,6 +59,7 @@ makedepends="
|
||||||
qt6-qtbase-dev
|
qt6-qtbase-dev
|
||||||
uchardet-dev
|
uchardet-dev
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
ffmpeg-dev
|
||||||
"
|
"
|
||||||
subpackages="
|
subpackages="
|
||||||
$pkgname-pyc
|
$pkgname-pyc
|
||||||
|
@ -100,7 +101,6 @@ package() {
|
||||||
|
|
||||||
python3 setup.py install \
|
python3 setup.py install \
|
||||||
--staging-root="$pkgdir"/usr \
|
--staging-root="$pkgdir"/usr \
|
||||||
--no-compile \
|
|
||||||
--system-plugins-location=/usr/share/calibre/system-plugins
|
--system-plugins-location=/usr/share/calibre/system-plugins
|
||||||
|
|
||||||
cp -a man-pages/ "$pkgdir"/usr/share/man
|
cp -a man-pages/ "$pkgdir"/usr/share/man
|
||||||
|
@ -111,6 +111,6 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
ee654260d7047f0579a659b8907439a407fb561affcef84141126840452e7b98d10bb5e0a69e0cc809d9ba68729570900a0e7251f18b2056a94b0213880f1363 calibre-7.12.0.tar.xz
|
3b6e2d4ed8d0755096b466f4bdcc8b6ca4810398caa2322c1efc30280680ff8b10dc5fb8cb763bed8fee82746e7c51c6f31f56e5d9689d5f43c671442004c532 calibre-7.20.0.tar.xz
|
||||||
eb8e7ce40ff8b8daf6e7e55a5dff8ec4dff06c45744266bb48b3194e92ab1196bc91468203e3c2ca1e5144166a7d6be90e6cf0253513e761b56a4c85be4c2c76 0001-calibre-no-update.patch
|
eb8e7ce40ff8b8daf6e7e55a5dff8ec4dff06c45744266bb48b3194e92ab1196bc91468203e3c2ca1e5144166a7d6be90e6cf0253513e761b56a4c85be4c2c76 0001-calibre-no-update.patch
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue