summaryrefslogtreecommitdiff
path: root/libre/mcomix
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-05-03 16:48:30 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-05-03 16:48:30 -0300
commitb5d1d3d63b09dd2e71ffa5ab8cc496de373da8bd (patch)
treedc84bfceebad36d8f84e627938dbbd84e03ba971 /libre/mcomix
parent435780470d3019f845b962fccf174b2e740129bd (diff)
downloadabslibre-b5d1d3d63b09dd2e71ffa5ab8cc496de373da8bd.tar.gz
abslibre-b5d1d3d63b09dd2e71ffa5ab8cc496de373da8bd.tar.bz2
abslibre-b5d1d3d63b09dd2e71ffa5ab8cc496de373da8bd.zip
libre/mcomix: update package
Diffstat (limited to 'libre/mcomix')
-rw-r--r--libre/mcomix/PKGBUILD5
-rw-r--r--libre/mcomix/mcomix.install31
2 files changed, 2 insertions, 34 deletions
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 <jakob.gruber@gmail.com>
# Contributor (Arch): Ray Powell <ray_al@xphoniexx.net>
# Maintainer: André Silva <emulatorman@parabola.nu>
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
-}