ef11f57681
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i '$a patch_args=-Np0"
14 lines
526 B
Bash
14 lines
526 B
Bash
# Template file for 'mcomix'
|
|
pkgname=mcomix
|
|
version=1.2.1
|
|
revision=4
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-setuptools pygtk python-Pillow xdg-utils"
|
|
short_desc="GTK+ comic book viewer"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://sourceforge.net/projects/mcomix/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/MComix-${version}/${pkgname}-${version}.tar.bz2"
|
|
checksum=7e43159dc585bc9bc31970a44bd2b4e42c303660c4c8cf7f0eda413a6f72fa3b
|
|
patch_args=-Np0
|