summaryrefslogtreecommitdiff
path: root/x11/py-kiwi/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-02-04 10:36:53 +0000
committerobache <obache@pkgsrc.org>2012-02-04 10:36:53 +0000
commit7dcc4eebb5325bb10dfc147d1e0ab607e2ab0261 (patch)
tree9bc1f0baae5118663bac4dceb507218f220cfdaa /x11/py-kiwi/Makefile
parent879e28dfc6086f45deed527467b749d46d3f0cee (diff)
downloadpkgsrc-7dcc4eebb5325bb10dfc147d1e0ab607e2ab0261.tar.gz
Update py-kiwi to 1.9.29.
kiwi-1.9.29 22-july-2011 - Remove support for gazpacho in favor of GtkBuilder - Use new gtk entries with icon instead of our old IconEntry - Improvements to ObjectList kiwi-1.9.28 01-september-2010 - Remove support for gazpacho in favor of GtkBuilder - Use new gtk entries with icon instead of our old IconEntry - Improvements to ObjectList kiwi-1.9.27 01-september-2010 - Remove use of obsolete gtk.Tooltips (Ronaldo Maia) - Add api to set the number of digits in NumberSearchFilter (Gabriel Gerga) kiwi-1.9.26-2 15-december-2009 - Added workaround for set_text method in KiwiEntry when using gtk > 2.18. (George Kussumoto). kiwi-1.9.26 14-july-2009 - Added custom sort function for objectlists. (Ronaldo Maia) - Added decimal digits searching in Advanced Search. (Ronaldo Maia) - Fixed sv_SE thousand separators. (Ronaldo Maia) - Minor bugfixes kiwi-1.9.25 15-april-2009 - Added Advanced Search in search dialogs. (Romaia Maia) - Fixed overwriting of custom cmdclass (Severin Heiniger, #3781) - Minor bugfixes kiwi-1.9.24 27-jan-2009 - Fixed currency formating (Ronaldo Maia) - Fixed ComboEntry value updating (Ronaldo Maia, #3673) - Added multi-line capability example (Ronaldo Maia) - Added multi-line capability in ComboEntry options (Ronaldo Maia, #3843) - Fixed ComboEntry toggle button and popup position (Ronaldo Maia, #3841) - Added initial support for loading GtkBuilder files (Johan Dahlin) kiwi-1.9.23 10-sep-2008 - Added support for multiple colors in ColoredColumn (Ronaldo Maia) - Fixed glade-3 plugin (Johan Dahlin) - Minor bug fixes
Diffstat (limited to 'x11/py-kiwi/Makefile')
-rw-r--r--x11/py-kiwi/Makefile28
1 files changed, 19 insertions, 9 deletions
diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile
index b38a69dcd14..1654682647d 100644
--- a/x11/py-kiwi/Makefile
+++ b/x11/py-kiwi/Makefile
@@ -1,29 +1,39 @@
-# $NetBSD: Makefile,v 1.13 2011/11/01 06:03:05 sbd Exp $
+# $NetBSD: Makefile,v 1.14 2012/02/04 10:36:53 obache Exp $
#
-DISTNAME= kiwi-1.9.22
+DISTNAME= kiwi-1.9.29
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 7
CATEGORIES= x11 python
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/kiwi/1.9/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.async.com.br/projects/kiwi/
COMMENT= Framework and a set of enhanced PyGTK widgets
+LICENSE= gnu-lgpl-v2.1 # or later
+
+DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools
PKG_DESTDIR_SUPPORT= user-destdir
-PY_PATCHPLIST= yes
-PYDISTUTILSPKG= yes
+USE_LANGUAGES= #none
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
PYTHON_VERSIONS_ACCEPTED= 27 26 25
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools
-INSTALLATION_DIRS+= ${PYSITELIB}
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+SUBST_CLASSES+= localedir
+SUBST_STAGE.localedir= pre-configure
+SUBST_FILES.localedir= setup.py
+SUBST_SED.localedir= -e 's|share/locale|${PKGLOCALEDIR}/locale|'
+
+# tarball contains neither api nor howto.
+post-install:
+ rmdir ${DESTDIR}${PREFIX}/share/doc/kiwi/api || true
+ rmdir ${DESTDIR}${PREFIX}/share/doc/kiwi/howto || true
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.18
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"