[E-devel] Evas merge: WIP

2012-11-03 Thread Vincent Torri
hey i'm still merging evas. It remains mainly configure.ac, which will take time, so please do not commit in the evas repo until i have finished the merge. thanks Vincent -- LogMeIn Central: Instant, anywhere, Remote PC

[E-devel] Compiling recent E17 SVN

2012-11-03 Thread Andreas Volz
Hello, after several week I synced E17 SVN and tried to compile with easy_e17.sh as always: configure: error: Package requirements (eo) were not met: No package 'eo' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternativ

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Vincent Torri
On Sat, Nov 3, 2012 at 10:50 AM, Andreas Volz wrote: > Hello, > > after several week I synced E17 SVN and tried to compile with > easy_e17.sh as always: > > configure: error: Package requirements (eo) were not met: > > No package 'eo' found eo is in efl/. Now, you have to compile efl/ which conta

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Thomas Sachau
Andreas Volz schrieb: > Hello, > > after several week I synced E17 SVN and tried to compile with > easy_e17.sh as always: > > configure: error: Package requirements (eo) were not met: > > No package 'eo' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed so

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Andreas Volz
Am Sat, 03 Nov 2012 11:10:17 +0100 schrieb Thomas Sachau: > Andreas Volz schrieb: > > Hello, > > > > after several week I synced E17 SVN and tried to compile with > > easy_e17.sh as always: > > > > configure: error: Package requirements (eo) were not met: > > > > No package 'eo' found > > > >

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Andreas Volz
Am Sat, 3 Nov 2012 11:09:13 +0100 schrieb Vincent Torri: > On Sat, Nov 3, 2012 at 10:50 AM, Andreas Volz > wrote: > > Hello, > > > > after several week I synced E17 SVN and tried to compile with > > easy_e17.sh as always: > > > > configure: error: Package requirements (eo) were not met: > > > > N

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Vincent Torri
On Sat, Nov 3, 2012 at 12:27 PM, Andreas Volz wrote: > Am Sat, 3 Nov 2012 11:09:13 +0100 schrieb Vincent Torri: > >> On Sat, Nov 3, 2012 at 10:50 AM, Andreas Volz >> wrote: >> > Hello, >> > >> > after several week I synced E17 SVN and tried to compile with >> > easy_e17.sh as always: >> > >> > co

Re: [E-devel] [e] Temperature module

2012-11-03 Thread Igor Murzov
On Fri, 02 Nov 2012 17:22:38 +0100 rustyBSD wrote: > Hi, > I don't really know sensors on linux, but it seems > that there is a mistake in the temperature module. > -"/sys/class/thermal/thermal/%s/temp", sensor_name); > +"/sys/class/thermal/%s/temp", sensor_name); I don't know why, but

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread David Seikel
On Sat, 3 Nov 2012 12:22:31 +0100 Andreas Volz wrote: > Am Sat, 03 Nov 2012 11:10:17 +0100 schrieb Thomas Sachau: > > > Andreas Volz schrieb: > > > Hello, > > > > > > after several week I synced E17 SVN and tried to compile with > > > easy_e17.sh as always: > > > > > > configure: error: Packag

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread P Purkayastha
On 11/03/2012 07:22 PM, Andreas Volz wrote: > Am Sat, 03 Nov 2012 11:10:17 +0100 schrieb Thomas Sachau: > >> Andreas Volz schrieb: >>> Hello, >>> >>> after several week I synced E17 SVN and tried to compile with >>> easy_e17.sh as always: >>> >>> configure: error: Package requirements (eo) were not

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Andreas Volz
Am Sat, 03 Nov 2012 20:02:35 +0800 schrieb P Purkayastha: > On 11/03/2012 07:22 PM, Andreas Volz wrote: > > Am Sat, 03 Nov 2012 11:10:17 +0100 schrieb Thomas Sachau: > > > >> Andreas Volz schrieb: > >>> Hello, > >>> > >>> after several week I synced E17 SVN and tried to compile with > >>> easy_e17

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-11-03 Thread Vincent Torri
no i've said to post pone evas commits until I merge evas :( Vincent On Sat, Nov 3, 2012 at 2:20 PM, Enlightenment SVN wrote: > Log: > evas/object - no need to update events when source is invisible > > > > Author: hermet > Date: 2012-11-03 06:20:01 -0700 (Sat, 03 Nov

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-11-03 Thread ChunEon Park
I forgot your mail. sorry reverted all. -Regards, Hermet- -Original Message- From: "Vincent Torri" To: ; Cc: Sent: 2012-11-03 (토) 22:21:20 Subject: Re: [E-devel] E SVN: hermet tru

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread P Purkayastha
On 11/03/2012 09:16 PM, Andreas Volz wrote: > Am Sat, 03 Nov 2012 20:02:35 +0800 schrieb P Purkayastha: >> Use easy_e17 from svn if you are using morlenxus's version: >> http://omicron.homeip.net/svn/easy_e17 > > Thanks! I think this version should be linked to the website. There's > an old one lin

Re: [E-devel] E SVN: barbieri trunk/elementary/src/lib

2012-11-03 Thread Gustavo Sverzut Barbieri
Hi Daniel, The move intercept should not be required as elm_win is a smart object and it implements the "move" method, which is a clear way to do it. Could you provide a sample code that breaks? Likely your friend overwrote move() but does not call parent's method (like "super")? Regards, -- Gus

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Gustavo Sverzut Barbieri
Hi Andreas, Which distribution are you using? It would be nice to create a proper method to package "live" (from svn) to it. For gentoo we do have it, Tasn just committed one for Arch to SVN (which I'm working on, to be re-submitted soon). I'd love to have something for debian/ubuntu and suse/fe

[E-devel] [PATCH] Fix getting temperature from /sys/class/thermal/.

2012-11-03 Thread Igor Murzov
--- src/modules/temperature/tempget.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/temperature/tempget.c b/src/modules/temperature/tempget.c index 3a1c346..ffbfb7f 100644 --- a/src/modules/temperature/tempget.c +++ b/src/modules/temperature/tempget.c @@ -343,7

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Alex-P. Natsios
I do believe that for openSUSE the work Sleep_walker is doing is more than sufficient. Hannes Janetzek also provides a PPA for Ubuntu with binaries packaged directly from the SVN. I am not aware of anything for fedora but as far as Debian goes what about the packaging/debian folder that has existe

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Gustavo Sverzut Barbieri
No idea about those packaging, certainly they don't work as nobody updated them in a while... even with the introduction of "eo" and single tree efl. As for Sleep_Walker and Janetzek's PPA, they should be written somewhere. Every time that Ubuntu and Suse guys ask where we have reliable packages,

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread P Purkayastha
On 11/03/2012 09:16 PM, Andreas Volz wrote: > Am Sat, 03 Nov 2012 20:02:35 +0800 schrieb P Purkayastha: >> Use easy_e17 from svn if you are using morlenxus's version: >> http://omicron.homeip.net/svn/easy_e17 > > Thanks! I think this version should be linked to the website. There's > an old one lin

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Alex-P. Natsios
Can't say for sure, haven't tried said PPA for a looong time. Sleep_Walker's Nightly packages are supposed to be working well though (some friends of mine with openSUSE use the repo as a source of E pkgs for their system). On Sat, Nov 3, 2012 at 4:22 PM, P Purkayastha wrote: > On 11/03/2012 09:1

Re: [E-devel] Ecore bug due EO integration

2012-11-03 Thread Tom Hacohen
On 02/11/12 02:33, Carsten Haitzler (The Rasterman) wrote: > On Thu, 1 Nov 2012 18:53:32 -0200 Gustavo Sverzut Barbieri > said: > >> Hi all, >> >> As I always complain, the problems with those "easy" solutions such as EO >> macro and types hell is when you have incorrect usage. While the correct

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-03 Thread Sebastian Dransfeld
Good catch, much better solution. Will fix. S. Den 2. nov. 2012 kl. 23:23 skrev Gustavo Sverzut Barbieri : > Hi Englebass, > > It would be nice to not rely on UnRegister (also bad name, Why not > Unregister?), I'd get the sender bus name and watch for them (ie: :1.2), > when they die we automa

Re: [E-devel] E SVN: englebass trunk/edbus/src/lib

2012-11-03 Thread Sebastian Dransfeld
Ubuntu 12.04 gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) efreet/src/bin> grep ^CFLAGS Makefile CFLAGS = -rdynamic -std=gnu99 -g -Wall -Wextra -Wpointer-arith -fvisibility=hidden -pipe -march=native -Wshadow S. On 11/02/2012 11:20 PM, Gustavo Sverzut Barbieri wrote: > Hi englebass, > > whi

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-03 Thread Sebastian Dransfeld
But it seems like there is no way to get watch events from edbus. S. On 11/03/2012 09:03 PM, Sebastian Dransfeld wrote: > Good catch, much better solution. Will fix. > > S. > > Den 2. nov. 2012 kl. 23:23 skrev Gustavo Sverzut Barbieri > : > >> Hi Englebass, >> >> It would be nice to not rely on

Re: [E-devel] git.enlightenment.org - missing repos

2012-11-03 Thread Daniel Juyung Seo
Hello, I am also a git repo user. But git://git.enlightenment.org/git/e.git includes efl and edbus. Can you try it again? Or do you fetch each directories? Daniel Juyung Seo (SeoZ) On Sat, Nov 3, 2012 at 4:55 AM, Rafael Antognolli wrote: > Hey guys, who takes care of this git? > > Could you ple