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

Jakob Gruber schuay at archlinux.org
Thu May 5 09:43:03 UTC 2016


    Date: Thursday, May 5, 2016 @ 11:43:03
  Author: schuay
Revision: 173821

mcomix 1.2.1-3

Modified:
  mcomix/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-05 09:08:53 UTC (rev 173820)
+++ PKGBUILD	2016-05-05 09:43:03 UTC (rev 173821)
@@ -4,7 +4,7 @@
 
 pkgname=mcomix
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
 arch=('any')
 url="http://sourceforge.net/projects/mcomix/"
@@ -12,24 +12,13 @@
 depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \
          'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
 makedepends=('gettext' 'intltool')
-optdepends=('unrar: for rar compressed comics')
+optdepends=('libunrar: for rar compressed comics'
+            'mupdf-tools: for pdf comics'
+            'p7zip: for 7zip compressed comics')
 conflicts=('comix')
 replaces=('comix')
 source=("http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2")
 
-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
-    sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-}
-
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
@@ -41,7 +30,7 @@
 
   install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
   install -Dm644 mime/comicthumb.1.gz ${pkgdir}/usr/share/man/man1/comicthumb.1.gz
-  install -Dm644 mime/comicbook.schemas ${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
+  install -Dm644 mime/comicthumb.thumbnailer ${pkgdir}/usr/share/thumbnailers/comicthumb.thumbnailer
 }
 
 md5sums=('1d05ed7596bd670e5b3a97896e6d4d47')



More information about the arch-commits mailing list