summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Parnell2018-01-28 16:08:09 -0600
committerMatt Parnell2018-01-28 16:08:09 -0600
commit3887a55fbc619666558c40541c77b1159ab016f2 (patch)
tree2698e3282018b1b3ca8a1812f3c17b36b9481123 /PKGBUILD
parenta4c1a7f0e26e31312c402fbe604046d6789a4cd0 (diff)
downloadaur-3887a55fbc619666558c40541c77b1159ab016f2.tar.gz
update/fix options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 6 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eb91e772a59..227bce1173a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,9 @@
-# Maintainer: dysphoria <>
-# Contributor: Mitsu <archlinux AT suumitsu DOT eu>
-# Contributor: schuay <jakob.gruber@gmail.com>
-# Contributor: Ray Powell <ray_al@xphoniexx.net>
+# Maintainer: Matt Parnell/ilikenwf <parwok@gmail.com>
pkgname=mcomix-gtk3-git
pkgver=r1475.3f8f3dc
-pkgrel=1
-pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
+pkgrel=2
+pkgdesc="A comic book reader. Ported to GTK3, works well with retina/hidpi"
arch=('any')
url="https://sourceforge.net/projects/mcomix/"
license=('GPL')
@@ -21,9 +18,9 @@ optdepends=('libunrar: for rar compressed comics' \
provides=("mcomix")
conflicts=("mcomix mcomix-git")
source=("${pkgname}::git+http://git.code.sf.net/p/mcomix/git"
- "https://gist.githubusercontent.com/ilikenwf/f661cb781da598660a88bbaffd4c6f5d/raw/8cd953c27afe44964093fe59ec580ae70ae6058c/gtk3.patch")
+ "https://gist.githubusercontent.com/ilikenwf/f661cb781da598660a88bbaffd4c6f5d/raw/1b47b11b11f1340cf563d251cee92967bd9de275/gtk3.patch")
sha256sums=('SKIP'
- '00b2daf67c170acf215bb63a6a1cae4840d2826f5ebcbf43cd45805d007a025a')
+ '11caa3211c49df1ebcf13e15c79ba3cbed5efcdeacceaa8dce444a4af4961848')
install=${pkgname}.install
@@ -40,13 +37,8 @@ package() {
python2 setup.py install --prefix=/usr --optimize=1 \
--single-version-externally-managed --root=${pkgdir}
-
- mkdir -p "${pkgdir}/usr/lib/python2.7/site-packages/mcomix/images/{16x16,32x32,48x48}"
- install -Dm644 "${srcdir}/mcomix-gtk3-git/mcomix/images/16x16/mcomix.png" "${pkgdir}/usr/lib/python2.7/site-packages/mcomix/images/16x16/mcomix.png"
- install -Dm644 "${srcdir}/mcomix-gtk3-git/mcomix/images/32x32/mcomix.png" "${pkgdir}/usr/lib/python2.7/site-packages/mcomix/images/32x32/mcomix.png"
- install -Dm644 "${srcdir}/mcomix-gtk3-git/mcomix/images/48x48/mcomix.png" "${pkgdir}/usr/lib/python2.7/site-packages/mcomix/images/48x48/mcomix.png"
-
+ cp -a "${srcdir}/mcomix-gtk3-git/mcomix/images" "${pkgdir}/usr/lib/python2.7/site-packages/mcomix/images"
install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
install -Dm644 mime/comicthumb.1.gz ${pkgdir}/usr/share/man/man1/comicthumb.1.gz