Package Details: epub-thumbnailer-git 1:r74.486111b-1

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: 15
Popularity: 0.000024
First Submitted: 2014-08-29 16:50 (UTC)
Last Updated: 2022-03-03 16:11 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

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.

Latest Comments

« First ‹ Previous 1 2

joow commented on 2020-05-08 12:11 (UTC)

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.

tinywrkb commented on 2020-05-02 13:34 (UTC)

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/