UPDATE: x11/py-gtk2

2005-11-21 Thread Eric Faurot
Hi,

I have a new patch to update py-gtk2 to 2.8.2. It requires the
updated cairo and py-cairo (1.0.2.p0). Everything is available at
http://ekyo.nerim.net/openbsd/

Eric.



Re: UPDATE: x11/py-gtk2

2005-11-21 Thread Aleksander Piotrowski
Eric Faurot <[EMAIL PROTECTED]> wrote:

> I have a new patch to update py-gtk2 to 2.8.2. It requires the
> updated cairo and py-cairo (1.0.2.p0). Everything is available at
> http://ekyo.nerim.net/openbsd/

Did you test it with python 2.4 set as a default version of python
interpreter?

Alek
-- 
"Jeśli dostajesz od życia same cytryny, zacznij wyrabiać lemoniadę."
Cóż, ja od życia dostawałem gówno, pora więc zaczać robić kompost. Lub
bardziej trafnie -- życie obdarowało mnie Nibydziurą, pora wykopać sobie grób.
 -- Kathe Koja, Zero



Re: UPDATE: x11/py-gtk2

2005-11-21 Thread Lars Hansson
Something's not right, at least not for me:

$ make configure
[...]
The following modules will be built:

gobject
atk
pango
gtk (without cairo)
gtk.glade

The following modules will NOT be built:

pangocairo
$ make package
[...]
===>  Building package for py-gtk2-2.8.2
Error in package: 
"/usr/ports/mystuff/x11/py-gtk2/w-py-gtk2-2.8.2/fake-i386//usr/local/lib/python2.3/site-packages/gtk-2.0/pangocairo.so"
 does not exist
Error in package: 
"/usr/ports/mystuff/x11/py-gtk2/w-py-gtk2-2.8.2/fake-i386//usr/local/share/pygtk/2.0/defs/pangocairo.defs"
 does not exist
Error in package: 
"/usr/ports/mystuff/x11/py-gtk2/w-py-gtk2-2.8.2/fake-i386//usr/local/share/pygtk/2.0/defs/pangocairo.override"
 does not exist
===>  Cleaning for py-gtk2-2.8.2
[...]

---
Lars Hansson



Re: UPDATE: x11/py-gtk2

2005-11-21 Thread Eric Faurot
On 11/22/05, Lars Hansson <[EMAIL PROTECTED]> wrote:
> Something's not right, at least not for me:
>
> $ make configure
> [...]
> The following modules will be built:
>
> gobject
> atk
> pango
> gtk (without cairo)
> gtk.glade
>
> The following modules will NOT be built:
>
> pangocairo

Because of the missing pycairo.pc. Please update py-cairo (and cairo too)
with patches at http://ekyo.nerim.net/openbsd/index.html

Eric.



Re: UPDATE: x11/py-gtk2

2005-11-22 Thread Aleksander Piotrowski
Eric Faurot <[EMAIL PROTECTED]> wrote:

> Because of the missing pycairo.pc. Please update py-cairo (and cairo too)
> with patches at http://ekyo.nerim.net/openbsd/index.html

I'll take care of Eric's python stuff.

Alek
-- 
- Co to są litery?
- Coś takiego jak mediaglify, tylko że czarne i maleńkie. I wcale się nie
ruszają, są stare, nudne i trudno je czytać. Ale można z nich robić skróty i
długie słowa stają sie krótkie.
 -- Neal Stephenson, Diamentowy Wiek



Re: UPDATE: x11/py-gtk2

2005-11-24 Thread Lars Hansson
On Tue, 22 Nov 2005 08:46:38 +0100
Eric Faurot <[EMAIL PROTECTED]> wrote:

> Because of the missing pycairo.pc. Please update py-cairo (and cairo too)
> with patches at http://ekyo.nerim.net/openbsd/index.html

Oh yeah, that does it. Seems to be working fine now.

---
Lars Hansson