pkgsrc/devel/bzr-gtk/Makefile

34 lines
894 B
Makefile
Raw Normal View History

0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
# $NetBSD: Makefile,v 1.7 2009/09/09 05:44:03 epg Exp $
DISTNAME= bzr-gtk-${VER}
0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
#PKGREVISION= 1
CATEGORIES= devel
0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
MASTER_SITES= http://launchpad.net/bzr-gtk/trunk/${VER}/+download/
VER= 0.97.0
MAINTAINER= epg@NetBSD.org
HOMEPAGE= http://bazaar-vcs.org/bzr-gtk
COMMENT= Various GTK+ frontends to Bazaar commands
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-cairo>=1.0:../../graphics/py-cairo
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 26 25
REPLACE_PYTHON= create-credits.py
2008-09-18 10:46:21 +02:00
USE_TOOLS+= msgfmt
# Insists on working X display, and fails anyway, so disable.
BZR_PLUGIN_TEST=no
2008-11-08 03:49:49 +01:00
PRIVILEGED_STAGES+= clean
.include "../../devel/bzr/plugin.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"