[arch-commits] Commit in mcomix/trunk (PKGBUILD)

Jakob Gruber schuay at nymeria.archlinux.org
Sun Sep 15 08:42:22 UTC 2013


    Date: Sunday, September 15, 2013 @ 10:42:21
  Author: schuay
Revision: 97188

mcomix 1.00-5

Modified:
  mcomix/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-15 06:02:13 UTC (rev 97187)
+++ PKGBUILD	2013-09-15 08:42:21 UTC (rev 97188)
@@ -4,12 +4,12 @@
 
 pkgname=mcomix
 pkgver=1.00
-pkgrel=4
+pkgrel=5
 pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
 arch=('any')
 url="http://sourceforge.net/projects/mcomix/"
 license=('GPL')
-depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
+depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \
          'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
 makedepends=('gettext' 'intltool')
 optdepends=('unrar: for rar compressed comics')
@@ -21,6 +21,9 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  # https://www.archlinux.org/todo/replace-pil-with-pillow/
+  sed -i 's/import Image/from PIL import Image/' mime/comicthumb
+
   # python2 fix
   for file in $(grep -Rl "/usr/bin/env python" .);
   do




More information about the arch-commits mailing list