diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-02 16:23:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-02 16:23:30 +0000 |
commit | 98f401acd8d32859f3a579f7dca15f2a9c68c73c (patch) | |
tree | a6c5d9ab62e66784f5d61196ddbc9f41e8cc0c61 /graphics/dia-python/Makefile | |
parent | 8ac4a31b284a8328a4991a286ff6e2c268bfe02c (diff) | |
download | pkgsrc-98f401acd8d32859f3a579f7dca15f2a9c68c73c.tar.gz |
update to 0.95
changes:
-"mainpoint" system allows lines to always point towards the middle
-Python plug-ins added
-automatically change grid size depending on zoom level
-Text input now highlights the object
-security problems fixed in XFig import and Python plug-in
-new shapes added
-new UML objects added
-Full screen mode
-Improved SVG import
-Plug-in loading and unloading doesn't require restart
-i18n problems fixed
-bugs have been fixed
-Command line usage has improved
-ses the new GTK+ File Dialog
pkgsrc change:
-precompile Python files
Diffstat (limited to 'graphics/dia-python/Makefile')
-rw-r--r-- | graphics/dia-python/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index 31539265dc2..cd3bc82055c 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:31 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/05/02 16:23:30 drochner Exp $ # DIA_SUBPKG= -python .include "../../graphics/dia/Makefile.common" -PKGREVISION= 6 COMMENT+= (Python plugin) @@ -17,6 +16,11 @@ PYTHON_PATCH_SCRIPTS+= sheets/checktrans.py BUILD_DIRS+= ${WRKSRC}/plug-ins/python INSTALL_DIRS+= ${WRKSRC}/plug-ins/python +PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py + +post-install: + ${PYTHONBIN} ${PYCOMPILEALL} ${PREFIX}/share/dia + .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |