summaryrefslogtreecommitdiff
path: root/x11/py-gnome2-extras
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-2/+2
2007-09-03also build the gtkmozembed module, bump PKGREVISIONdrochner4-6/+36
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-2/+2
affected packages.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-1/+2
2007-02-04Update to 2.14.2:wiz4-100/+15
Overview of Changes from 2.14.1 to 2.14.2 ============================================================================== * general - Correct gnome-python defsdir detection, fixes build breakage (Danial Macks) Overview of Changes from 2.14.0 to 2.14.1 ============================================================================== * general - Mac OS X build fixes (Daniel Macks) * gtkmozembed - Allow building gtkmozembed against xulrunner (Julien Louis) Overview of Changes from 2.13.3 to 2.14.0 ============================================================================== * gtkspell - Fixed some crashes due to missing parameter type checking Overview of Changes from 2.13.2 to 2.13.3 ============================================================================== * The following modules moved to the package gnome-python-desktop: - gnomeapplet - gnomeprint, gnomeprint.ui - gtksourceview - wnck - totem.plparser - gtop - nautilusburn - mediaprofiles * gda - Correct a typo in pygda-1.2.pc (Murray Cumming) Overview of Changes from 2.13.1 to 2.13.2 ============================================================================== * gnomeapplet - Wrap panel_applet_set_background_widget (Gustavo Carneiro) * gda - Revert back to wrapping pygda 1.2 due to API instability of 2.0 (Murrray Cumming) * metacity - Add new metacity bindings (Johan Dahlin) * egg.recent - Update eggrecent code from CVS (Gustavo) Overview of Changes from 2.13.0 to 2.13.1 ============================================================================== * wnck - Register missing wnck constants (Gustavo) Overview of Changes from 2.12.1 to 2.13.0 ============================================================================== * gda - Require libgda 2.0 instead of 1.2 (Murray Cumming) * gnomepanel - Wrap panel_applet_get_background (Gustavo Carneiro) * egg.recent - Wrap egg_recent_model_get_list (Gustavo) * wnck - Wrap wnck_tasklist_get_size_hint_list (Gustavo) - Double-free fixes (Alex Graveley) Overview of Changes from 2.12.0 to 2.12.1 ============================================================================== * nautilusburn - Unblock threads around recording function (Tiago Cogumbreiro) - Some docstrings and parameter default values fixed (Tiago) * gda - Make it compile with python 2.3, with disabled data/time types (Gustavo) * wnck - wnck_window_needs_attention renamed to wnck_window_needs_attention (Dave Malcolm) * gnomeapplet - Wrap panel_applet_get_background (Gustavo) * egg.recent - Wrap egg_recent_model_get_list (Gustavo)
2006-09-24Change include from mozilla-gtk2 to seamonkey, in a comment.salo1-2/+3
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-07-12Follow py-gnome2: no Python 2.3 any longer.joerg1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-06Fixed pkglint warnings.rillig2-9/+8
2006-07-04Fix build on DragonFly, where arpa/inet.h does not includejoerg2-1/+15
netinet/in.h by default. This is explicitly allowed by SUS.
2006-05-02kill a @dirrm which shouldn't be heredrochner1-2/+1
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-4/+4
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-5/+4
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-3/+4
Bump BUILDLINK_RECOMMENDED.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz2-4/+4
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-10-25update to 2.12.0, to sync with the rest of the gnome frameworkdrochner3-8/+66
should fix bulk-build
2005-09-08update to 2.10.2drochner2-6/+6
changes: bugfixes
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-03add a pkg for py-gnome2-extras-2.10.1, containing the more esotericdrochner5-0/+117
GNOME-Python bindings which were split out of the base py-gnome2 a while ago (left out mozilla and totem parts for now to limit dependencies, might be added if needed, perhaps as separate pkgs)