[arch-commits] Commit in mcomix/repos/community-any (PKGBUILD PKGBUILD mcomix.install)

Jakob Gruber schuay at archlinux.org
Tue May 3 17:13:51 UTC 2016


    Date: Tuesday, May 3, 2016 @ 19:13:51
  Author: schuay
Revision: 173582

archrelease: copy trunk to community-any

Added:
  mcomix/repos/community-any/PKGBUILD
    (from rev 173581, mcomix/trunk/PKGBUILD)
Deleted:
  mcomix/repos/community-any/PKGBUILD
  mcomix/repos/community-any/mcomix.install

----------------+
 PKGBUILD       |   95 +++++++++++++++++++++++++++----------------------------
 mcomix.install |   31 -----------------
 2 files changed, 47 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 17:13:39 UTC (rev 173581)
+++ PKGBUILD	2016-05-03 17:13:51 UTC (rev 173582)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Contributor: Ray Powell <ray_al at xphoniexx.net>
-
-pkgname=mcomix
-pkgver=1.2.1
-pkgrel=1
-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' 'python2-pillow' 'xdg-utils' 'python2' \
-         'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
-makedepends=('gettext' 'intltool')
-optdepends=('unrar: for rar compressed comics')
-conflicts=('comix')
-replaces=('comix')
-install='mcomix.install'
-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}
-
-  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
-  mkdir -p $PYTHONPATH
-
-  python2 setup.py install --prefix=/usr --optimize=1 \
-    --single-version-externally-managed --root=${pkgdir}
-
-  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
-}
-
-md5sums=('1d05ed7596bd670e5b3a97896e6d4d47')

Copied: mcomix/repos/community-any/PKGBUILD (from rev 173581, mcomix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-03 17:13:51 UTC (rev 173582)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Ray Powell <ray_al at xphoniexx.net>
+
+pkgname=mcomix
+pkgver=1.2.1
+pkgrel=2
+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' 'python2-pillow' 'xdg-utils' 'python2' \
+         'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
+makedepends=('gettext' 'intltool')
+optdepends=('unrar: for rar 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}
+
+  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
+  mkdir -p $PYTHONPATH
+
+  python2 setup.py install --prefix=/usr --optimize=1 \
+    --single-version-externally-managed --root=${pkgdir}
+
+  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
+}
+
+md5sums=('1d05ed7596bd670e5b3a97896e6d4d47')

Deleted: mcomix.install
===================================================================
--- mcomix.install	2016-05-03 17:13:39 UTC (rev 173581)
+++ mcomix.install	2016-05-03 17:13:51 UTC (rev 173582)
@@ -1,31 +0,0 @@
-pkgname=mcomix
-
-post_install() {
-  if [ -f usr/sbin/gconfpkg ]; then
-      usr/sbin/gconfpkg --install ${pkgname} &> /dev/null
-  fi
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  echo 'In case of any issues with zoom keybindings, delete ~/.config/mcomix/keybindings.conf.'
-  post_install $1
-}
-
-pre_remove() {
-  if [ -f usr/sbin/gconfpkg ]; then
-      usr/sbin/gconfpkg --uninstall ${pkgname} &> /dev/null
-  fi
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}



More information about the arch-commits mailing list