summaryrefslogtreecommitdiff
path: root/x11/py-gnome2-extras
AgeCommit message (Collapse)AuthorFilesLines
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd2-4/+4
2012-01-18remove gtkmozembed support -- it is not used by any gnome app in pkgsrc,drochner6-269/+5
and it depends on xulrunner192 bump PKGREV
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2011-11-01Revert hard coded "py26" with "${PYPKGPREFIX}".sbd1-2/+2
"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I did the recursive bump for graphics/freetype2 and I forgot to change them back :(.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-08-20Switch dependency to xulrunner192 and bump PKGREVISION.tnn1-3/+3
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-03-28need docbook-xsl to build documents.obache1-1/+2
2011-03-16Update py-gnome2-extra to 2.25.3.obache8-50/+270
plus add patches based on Upstream Bug#532856 and hacks for libtool to build gtkmozembed dynamic module again with xulrunner-1.9. Overview of Changes from 2.25.2 to 2.25.3 ============================================================================== * gda: Now requires and builds with the latest libgda (3.99.11) (Murray Cumming) Overview of Changes from 2.25.1 to 2.25.2 ============================================================================== * gda: Now requires and builds with the latest libgda (3.99.9) (Murray Cumming) Overview of Changes from 2.19.1 to 2.25.1 ============================================================================== * gda: - pygda-3.0 is now replaced by pygda-4.0, wrapping libgda-4.0 instead of libgda-3.0, with various API changes. (Murray Cumming) - On windows, install gda.pyd instead of gda.dll, as expected by Python on Windows, along with some other Windows fixes. (Armin Burgmeier) * Fixed the gdl build. (Johannes Schmid) * gtkmozembed: - Fix the build with XUL 1.9. (Gustavo J. A. M. Carneiro) - Wrap gtk_moz_embed_set_path(). (Matthew Barnes) Bug #400861 Bug #503067 * Build: - Allow the build and install of some modules to be disabled to make life easier for distro packagers. (Arun Raghavan) Bug #534307 - Allow documentation building to be disabled. (Gian Mario Tagliaretti) - Use python-config to get python includes. (Sebastien Bacher) Bug #448182. Overview of Changes from 2.14.3 to 2.19.1 ============================================================================== * egg.trayicon: - By popular demand, undeprecate this, at least until Gtk+ adds all the functionality to GtkStatusIcon. (Gustavo Carneiro) * gda - Now use libgda-3.0 instead of libgda-1.2. This breaks API. (Murray Cumming, Armin Burgmeier) * gksu2: - New module, Various fixes. (Gian Mario Tagliaretti, Gustavo Carneiro)
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-10-30to avoid trouble in the future, remove the "gdl" part as newerdrochner2-4/+4
versions are API incompatible (afaict the only useful thing in this pkg is the "gtkspell" wrapper, should perhaps be put into its own pkg) ride on today's PKGREV bump
2009-10-30bump PKGREVISION for libgnome linkage changedrochner1-2/+2
2009-09-13Allow python26.wiz1-2/+2
2009-08-27Fix fallout from recursive jpeg shlib bump.wiz1-2/+2
The man page says that you should check the diff before committing, especially for the case that went wrong here (PYPKGPREFIX -> py25). Hi sno!
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-08-19not for python-2.4, because support was dropped from py-gnome2tnn1-2/+2
2009-08-06xulrunnerize. Bump PKGREVISIONtnn1-5/+3
(only compile tested ...)
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-20Include pyversion.mk include the protected part of the buildlink3.mkjoerg1-1/+2
files, not over and over again.
2009-02-17Fix build with newer gdl versions.joerg2-1/+14
2008-05-30Bump PKGREVISION for gtkspell API bump.wiz1-2/+2
2008-04-25Supports installation to DESTDIR.tnn1-2/+4
Accept Python 2.5.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-1/+2
2007-11-05update to 2.14.3drochner3-12/+7
changes: - Check for errors in html_document_open_stream - Support the gdl 0.7.x API, in addtion to 0.6.x -some changes not relevant to pkgsrc
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