Commit graph

30 commits

Author SHA1 Message Date
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
obache
109923bcea This package has no contents to buildlink, so remove buildlink3.mk. 2012-01-31 12:09:29 +00:00
obache
d1b77e7310 Sync version with base at-spi package.
While here,
* LICENSE is LGPL-V2
* drop buildlink with at-spi, simple DEPENDS is sufficient.
* add missing dependencies on py-gnome2 and py-ORBit.
2012-01-29 08:59:46 +00:00
sbd
6e686dc4e9 Revert hard coded "py26" with "${PYPKGPREFIX}".
"${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-01 23:18:23 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
f09b8dbca6 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
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-06-13 22:43:46 +00:00
wiz
5220027faa Does not compile with python-2.4:
Compiling /scratch/devel/py-at-spi/work/.destdir/usr/pkg/lib/python2.4/site-packages/pyatspi/__init__.py ...
  File "/scratch/devel/py-at-spi/work/.destdir/usr/pkg/lib/python2.4/site-packages/pyatspi/__init__.py", line 50
    finally:
          ^
SyntaxError: invalid syntax

Mark it as such.
2010-06-10 19:24:35 +00:00
wiz
33c6d5c502 Update to 1.30.1, set LICENSE.
What's new in at-spi-1.30.1:

* Fixes #538680.
* Translation update.

What's new in at-spi-1.30.0:

* Fixes #612554.
* Translation update.

What's new in at-spi-1.29.92:

* Translation update.

What's new in at-spi-1.29.90:

* Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus.
* Translation update.

What's new in at-spi-1.29.6:

* Bugfixes: #608003, #607077.
* Translation update.

What's new in at-spi-1.29.5:

* Bugfixes: #606251, #606254.
* Translation update.

What's new in at-spi-1.29.3:

* Bugfixes: #565451, #593830.
* Translation update.

What's new in at-spi-1.29.2:

* Bugfixes: #569428, #599244, #578334.
* Translation update.
2010-06-05 11:05:58 +00:00
drochner
869664054d sync w/ base pkg 2009-10-21 15:40:10 +00:00
tron
2ffbaf3d20 Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00
wiz
4e76bbd293 Fix fallout from recursive jpeg shlib bump.
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-27 18:53:36 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
abs
a7ddfcc944 PYTHON_VERSIONS_ACCEPTED += 26 2009-07-10 22:22:39 +00:00
joerg
d4a50a2966 Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python
sources in a directory (tree) in pversion.mk. Adjust the various places
that called it locally.
2009-07-08 13:55:58 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-20 19:23:50 +00:00
joerg
0d0e90a320 Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
2009-03-20 17:30:09 +00:00
jmcneill
ebfe57400c Update at-spi and py-at-spi to 1.26.0.
What"s new in at-spi-1.26.0:

* Translation update: ml, gl, ta, as, hi, bn_IN, te.

What's new in at-spi-1.25.92:

* Bugfixes: #570752, #570754, #572188.

What's new in at-spi-1.25.5:

* Bugfixes: #566999, #566998, #567706.

What's new in at-spi-1.25.4:

* Bugfixes: #563806, #563943, #564880.

What's new in at-spi-1.25.2:

* Bugfixes: #540183, #560563, #553306, #561408, #446574, #532907, #554953.
* Translation update.

What's new in at-spi-1.25.1:

* Bugfixes: #552469, #547943, #525519, #527585.
2009-03-16 22:22:07 +00:00
wiz
e0c5666063 Update to 1.24.1:
What's new in at-spi-1.24.1:

* Bugfixes: #563943.
2009-01-16 11:46:01 +00:00
wiz
f87350eed6 Update to 1.24.0:
What's new in at-spi-1.24.0:

* Bugfixes: #535827.
* Translation update.

What's new in at-spi-1.23.92:

* Bugfixes: #551334.

What's new in at-spi-1.23.91:

* Bugfixes: #548559, #350552, #547875.
* Translation update from Seán de Búrca, Hendrik Richter, Goran Rakic,
  Runa Bhattacharjee, Djihed Afifi.

What's new in at-spi-1.23.6:

* Bugfixes: #436579, #545849.

What's new in at-spi-1.23.5:

* Bugfixes: #541119, #435833, #524806, #542217.

What's new in at-spi-1.23.3:

* Bugfixes: #532887, #498668, #431053, #451553, #520490, #521667, #522356.
2008-12-11 09:09:18 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +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
drochner
9a07395f6f sync w/ base pkg 2008-04-21 20:05:24 +00:00
joerg
285910aeab Needs Python 2.4. 2007-12-22 00:17:35 +00:00
drochner
cd20671bf8 update to 1.20.1
This switches to the new gnome-2.20 branch.
Also add the Python bindings as a seperate pkg. I don't see where
this is used, but is is a simple addition.
2007-10-31 19:52:34 +00:00