summaryrefslogtreecommitdiff
path: root/graphics/comix/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-12-06 18:40:33 +0000
committerwiz <wiz>2008-12-06 18:40:33 +0000
commit73ffc3753dfc03d76e14c6ca102a606c0b336e6d (patch)
treec55525c56813f46710187229274d208ccb08c005 /graphics/comix/Makefile
parent9233434010072ef9f395cdf9e79a6f4626b433e4 (diff)
downloadpkgsrc-73ffc3753dfc03d76e14c6ca102a606c0b336e6d.tar.gz
Update to 4.0.0:
Comix 4.0.0 - Comix has been completely rewritten from scratch. On the surface things look quite a bit like they used to, but the internal workings are entirely new. There are too many changes for them all to be mentioned here, but a couple of highlights are a much more functional library and a new archive editing dialog. The work on this new version of Comix has been going on in rather sporadic phases for almost two years, and during that time I have received help from lots of different people. Now, I must admit, I can no longer remember them all. So instead of trying to list as many as I can here, I will instead simply say thank you to everyone who have contributed fixes, patches, suggestions or encouraging words. Thanks!
Diffstat (limited to 'graphics/comix/Makefile')
-rw-r--r--graphics/comix/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile
index fd52f57a14f..1e1ca4b5e3f 100644
--- a/graphics/comix/Makefile
+++ b/graphics/comix/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2008/08/10 16:05:28 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2008/12/06 18:40:33 wiz Exp $
#
-DISTNAME= comix-3.6.4
-PKGREVISION= 2
+DISTNAME= comix-4.0.0
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=comix/}
@@ -23,17 +22,19 @@ SUBST_MESSAGE.install-path= Fixing man page installation path.
SUBST_FILES.install-path= install.py
SUBST_SED.install-path= -e "s,share/man/man,${PKGMANDIR}/man,g"
-PYTHON_PATCH_SCRIPTS= comix mime/comicthumb
+PYTHON_PATCH_SCRIPTS= src/comix.py mime/comicthumb
do-build:
do-install:
- cd ${WRKSRC} && ${PYTHONBIN} install.py install --installdir ${DESTDIR}${PREFIX}
+ cd ${WRKSRC} && ${PYTHONBIN} install.py install --dir ${DESTDIR}${PREFIX}
-.include "../../databases/shared-mime-info/buildlink3.mk"
+.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/GConf/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.5
.include "../../graphics/py-imaging/buildlink3.mk"
.include "../../lang/python/application.mk"
+BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.12
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"