From b5d1d3d63b09dd2e71ffa5ab8cc496de373da8bd Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Tue, 3 May 2016 16:48:30 -0300 Subject: libre/mcomix: update package --- libre/mcomix/PKGBUILD | 5 ++--- libre/mcomix/mcomix.install | 31 ------------------------------- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 libre/mcomix/mcomix.install (limited to 'libre/mcomix') diff --git a/libre/mcomix/PKGBUILD b/libre/mcomix/PKGBUILD index 1878e569d..661997d6f 100644 --- a/libre/mcomix/PKGBUILD +++ b/libre/mcomix/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 161463 2016-02-13 11:27:55Z schuay $ +# $Id: PKGBUILD 173581 2016-05-03 17:13:39Z schuay $ # Maintainer (Arch): schuay # Contributor (Arch): Ray Powell # Maintainer: André Silva pkgname=mcomix pkgver=1.2.1 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books, without nonfree unrar support" arch=('any') url="http://sourceforge.net/projects/mcomix/" @@ -15,7 +15,6 @@ depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \ makedepends=('gettext' 'intltool') conflicts=('comix' 'mcomix-libre') replaces=('comix' 'mcomix-libre') -install='mcomix.install' source=("http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2" 'libre.patch') diff --git a/libre/mcomix/mcomix.install b/libre/mcomix/mcomix.install deleted file mode 100644 index 82047a202..000000000 --- a/libre/mcomix/mcomix.install +++ /dev/null @@ -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 -} -- cgit v1.2.3