You're right, I've updated the PKGBUILD to switch to Python 3.
However as I'm not anymore using it I can disown the package if you're interested to take it over.
Git Clone URL: | https://aur.archlinux.org/epub-thumbnailer-git.git (read-only, click to copy) |
---|---|
Package Base: | epub-thumbnailer-git |
Description: | EPUB e-books thumbnailer for file managers that make use of python-pillow |
Upstream URL: | https://github.com/marianosimone/epub-thumbnailer |
Licenses: | GPL3 |
Submitter: | joow |
Maintainer: | tinywrkb |
Last Packager: | tinywrkb |
Votes: | 14 |
Popularity: | 0.000001 |
First Submitted: | 2014-08-29 16:50 (UTC) |
Last Updated: | 2022-03-03 16:11 (UTC) |
« First ‹ Previous 1 2
You're right, I've updated the PKGBUILD to switch to Python 3.
However as I'm not anymore using it I can disown the package if you're interested to take it over.
This works fine with Python 3. Please update the package.
diff --git a/PKGBUILD b/PKGBUILD
index 05008ab..56c750f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Benoît Giraudou <bgiraudou@gmail.com>
pkgname=epub-thumbnailer-git
_gitname=epub-thumbnailer
-pkgver=1.0r50.22383bc
+pkgver=1.0r67.c82fe3f
pkgrel=1
pkgdesc="Creates thumbnail for EPUB files."
arch=('any')
url="https://github.com/marianosimone/epub-thumbnailer"
license=('GPL3')
-depends=('python2' 'python2-imaging')
+depends=('python-pillow')
makedepends=('git')
source=('git://github.com/marianosimone/epub-thumbnailer.git')
md5sums=('SKIP')
@@ -17,11 +17,6 @@ pkgver() {
printf "1.0r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-build() {
- cd "$_gitname"
- sed -i 's|#!/usr/bin/python|#!/usr/bin/env python2|' src/epub-thumbnailer.py
-}
-
package() {
cd "$_gitname"
install -dm755 ${pkgdir}/usr/bin/
Pinned Comments
tinywrkb commented on 2021-05-30 23:07 (UTC)
I switched to gnome-epub-thumbnailer because I'm dropping python-pillow from my systems and trying to limit the number of python libs installed.
I'll continue to maintain the packaging here but if anyone wants to step up and adopt the package then please let me know by posting here or via email and I'll disown the package.