template 707 B

1234567891011121314151617181920212223
  1. # Template file for 'mcomix'
  2. pkgname=mcomix
  3. version=1.2.1
  4. revision=3
  5. archs=noarch
  6. build_style=python2-module
  7. pycompile_module="${pkgname}"
  8. hostmakedepends="python-setuptools"
  9. depends="python-setuptools pygtk python-Pillow xdg-utils"
  10. short_desc="GTK+ comic book viewer"
  11. maintainer="Leah Neukirchen <leah@vuxu.org>"
  12. license="GPL-2.0-only"
  13. homepage="http://sourceforge.net/projects/mcomix/"
  14. distfiles="${SOURCEFORGE_SITE}/${pkgname}/MComix-${version}/${pkgname}-${version}.tar.bz2"
  15. checksum=7e43159dc585bc9bc31970a44bd2b4e42c303660c4c8cf7f0eda413a6f72fa3b
  16. pre_patch() {
  17. # Delete non-free RAR related files
  18. rm mcomix/archive/rar_external.py
  19. rm mcomix/archive/rar.py
  20. rm mime/icons/*/application-x-cbr.png
  21. }