Commit graph

25 commits

Author SHA1 Message Date
wiz
13b6f76fa6 Update py-gobject to 2.16.0:
2.16.0 04-jan-2009
	- gobject.timeout_add_seconds() not found in docs
	  (Paul Pogonyshev, #547119)
	- _wrap_g_output_stream_write_async not adding a reference to the
	  buffer passed (Paul, #564102)
	- gio.VolumeMonitor segfaults (Gian Mario Tagliaretti, #555613)
	- Test if `domain' is not-null before using it to avoids segfaults
	  (Paul, #561826)
	- g_output_stream_write_all use gsize instead of gssize (Gian)
	- add __repr__ to gio.Drive, gio.Mount and gio.Volume
	  (Paul, #530935)
	- Missing AC_CONFIG_MACRO_DIR([m4]) (Loïc Minier, #551227)
	- Make codegen not import when corresponding argument types are not
	  registered (Paul, #551056)
	- Fix typos breaking compilation (Frederic Peters #551212)
	- GFile load_contents methods chop data at first \0
	  (Jonathan Matthew, #551059)
2009-01-07 21:28:56 +00:00
wiz
85a2b5dcfd Do not insist on same PKGREVISION for py-gobject-shared. 2008-11-08 10:14:25 +00:00
wiz
e550587fbd Fix typo: PKGRECISION -> PKGREVISION. 2008-11-08 00:15:26 +00:00
apb
e7b6bac28e Make ${PYPKGPREFIX}-gobject-${PKGVERSION} depend on
py-gobject-shared>=${PKGVERSION}, not just any old py-gobject-shared.

This should fix a problem in which py25-gobject-2.15.4 was happy to
depend on the much older py-gobject-shared-2.14.2, but other packages
that depended on py25-gobject-2.15.4 thought that it was incomplete.

Bump PKGREVISION.
2008-10-22 19:55:23 +00:00
drochner
bb92b6bfe1 update to 2.15.4
This switches to the gnome-2.24 release branch.
2008-10-16 13:52:05 +00:00
drochner
e6a32a3e11 update to 2.14.2
changes: bugfixes
2008-05-29 16:30:09 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
abs
3144db8e64 PYTHON_VERSIONS_ACCEPTED+=25 2008-04-16 12:15:28 +00:00
drochner
79fe9393ee update to 2.14.1
changes:
- Avoid wakeups when using Python trunk
- Add an uninstalled.pc
2008-01-09 18:53:48 +00:00
drochner
92d61a6b8a update to 2.14.0
This switches to the new gnome-2.20 branch.
2007-10-31 20:50:17 +00:00
heinz
33e5fb251e The package supports installation to DESTDIR. 2007-08-23 20:50:52 +00:00
drochner
40370e7266 make sure the codegen stuff from py-gtk is found
bump PKGREVISION
2007-04-10 16:42:57 +00:00
wiz
b935b0b419 Update to 2.12.3:
2.12.3 18-november-2006
       - distutils build fixes (Cedric)
       - documentation updates (John)
       - gobject.handler_block_by_func and friends now accept methods
         (Johan, Dima, #375589)
       - avoid truncating of gparamspec (Yevgen Muntyan, #353943)
       - set __module__ on gobject derived types (Johan,
         Osmo Salomaa, #376099)
       - Ensure exceptions are raised on errors in gobject.OptionGroup
       	 (Johan, Laszlo Pandy, #364576
2007-01-14 23:43:25 +00:00
drochner
e432665fed update to 2.12.2
changes:
- Make PyGObject 64-bit safe for Python 2.5
- All headers are now LGPL and not GPL
- Remove a couple of GCC warnings
- Revive distutils support
- Emission hook reference count bugfix
- MSVC/ANSI C compilation fix
- Bump Ctrl-C timeout handler from 100ms to 1000
2006-10-12 13:52:14 +00:00
jmmv
35a8603255 Update py-gobject and py-gobject-shared to 2.12.1:
2.12.1 4-september-2006
       - Corrected version check (Sebastian Dröge, #354364)

2.12.0 4-september-2006
      - Install the html files even when using --disable-docs (#353159, Johan,
        Matthias Clasen)

2.11.4 27-august-2006
      - Include pre-generated html docs in the tarball  (Johan)
      - Fix bug in do_set_property called from constructor (Gustavo, #353039)
      - Fix type registration involving interfaces with signals and/or
        properties (Gustavo)

2.11.3 21-august-2006
      - Documentation updates (John)
      - Documentation build fixes (Johan, John, Gian Mario Tagliaretti)
      - PyGObject can now be compiled using a C++ compiler (Murray Cumming)
      - Type registration bug fix (Gustavo)

2.11.2 8-august-2006
      - Add fixxref.py from PyGTK (Johan)
      - Fix parallel build (#350225, Ed Catmur)

2.11.1 4-august-2006
      - Add John Finlay's reference manual (Johan, John)
      - Fix GOption mem leak (Gustavo)
      - Infrastructure for lazy type registration (Johan)
      - Enum/Flags fixes (Gustavo, John)
      - Eliminate some GCC warnings (Johan)

2.11.0 12-july-2006
      - Add GOption support (#163645, Johannes Hölzl)
      - GObject metaclass converted to Python code (Gustavo)
      - Register GType constants from Python-land (Johan)
      - Distutils updates (John Ehresman, Cedric Gustin)
      - Add support for signal emission hooks (#154845, Johan)
      - g_spawn_close_pid support (Gustavo)
      - Add new APIs do add or disable log redirections (Muntyan, #323786)
      - "sub-sub-type" bug fixed (Gustavo)
      - Coverity report code fixes (Johan)
      - Support retrieving signal and property info from interfaces (Finlay)
      - Support parameters of type G_TYPE_GSTRING in signals (Gustavo)
      - Wrap a few g_filename_* APIs (Gustavo)
2006-09-15 15:13:55 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
joerg
e7d642919c Split off the header and pc file into a separate package, shared
by the various Python version dependent packages. Bump revision.
Force new API version to avoid problems.
2006-05-21 18:44:46 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
drochner
4e802a43fc update to 2.10.1
changes:
- uint64 property bug fix
- Hard code path to 2.0
- Allow only tuples and lists in strv to value
- Include dsextras.py in the dist
2006-04-12 09:28:00 +00:00
drochner
3fa06c5531 update to 2.10.0
changes:
-enum/leak fix
2006-04-06 16:10:56 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
tonio
309bb2eedc Fix MASTERSITES, from PR pkg/32782, by Robert Elz 2006-02-09 12:48:59 +00:00
drochner
fa97d921f3 import pygobject-2.9.1
This used to be part of py-gtk, but will be split out in future
versions.
2006-02-07 18:59:59 +00:00