Re: [Zeitgeist] [Merge] lp:~federico-gnome/zeitgeist/fixes into lp:zeitgeist

2011-01-20 Thread Seif Lotfy
sounds good to me +1 Mikkel you can change that in trunk directly then :) On Thu, Jan 20, 2011 at 8:07 AM, Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com wrote: Maybe we can replace the check for rdfpipe with something ala: python -c import rdflib if [ $? != 0 ]; then echo You need

Re: [Zeitgeist] [Merge] lp:~federico-gnome/zeitgeist/fixes into lp:zeitgeist

2011-01-20 Thread Federico Mena Quintero
OK, I added the necessary autofoo to do a similar check. Can someone please check it? :) -- https://code.launchpad.net/~federico-gnome/zeitgeist/fixes/+merge/46950 Your team Zeitgeist Framework Team is requested to review the proposed merge of lp:~federico-gnome/zeitgeist/fixes into

Re: [Zeitgeist] [Merge] lp:~federico-gnome/zeitgeist/fixes into lp:zeitgeist

2011-01-19 Thread Mikkel Kamstrup Erlandsen
I believe that it's a shorthand check for the python-rdflib package. In Ubuntu, at least, that package ships this tool. We python-rdflib for parsing the ontologies at build time -- https://code.launchpad.net/~federico-gnome/zeitgeist/fixes/+merge/46803 Your team Zeitgeist Framework Team is

Re: [Zeitgeist] [Merge] lp:~federico-gnome/zeitgeist/fixes into lp:zeitgeist

2011-01-19 Thread Mikkel Kamstrup Erlandsen
Maybe we can replace the check for rdfpipe with something ala: python -c import rdflib if [ $? != 0 ]; then echo You need the Python module 'rdflib' in order to compile Zeitgeist exit 1 fi -- https://code.launchpad.net/~federico-gnome/zeitgeist/fixes/+merge/46803 Your team Zeitgeist