From: Josh B. <glu...@gm...> - 2010-03-13 20:49:24
|
Ok, I've got my ssh problems at sourceforge sorted out and I can commit. Here's a summary of the work I've done: 1. Jon: I edited the po's to get rid of the "../", so that it's like it was. Let me know if that fixes your rpm build problems. 2. I've updated the AUTHORS file and credits dialog to include you both. :-) 3. I put the correct version requirement for gtk in configure.in (gtk_show_uri is in version >=2.14) and set the version number to 0.34.1. 3. I overhauled the about dialog and added translator credits, link to website, license, etc. 4. Christine: I had a long look at the help dialog code and even put in the verbatim code from the current fish applet (whose help dialog works for me), but I still get an "operation not supported" error when I try accessing the glunarclock help. Is that the error you get? I agree with your comment in the TODO and think this might have more to do with scrollkeeper (rarian) & yelp thingies (i.e. getting the scrollkeeper db updated properly, like it does when you install properly) then with the code. Also Christine: will you be able to update the debian/ stuff so the deb builds properly? The current maintainer (Fabian Greffrath) is on extended vacation and he said a debian developer could do an NMU. 5. Jon: make dist is working again (don't know why it wasn't before). this is what you'll want to use to generate the official release tarball. 6. We're not getting a new pot file in the dist....I don't know why. -j Josh Buhl wrote: > Jon Ciesla wrote: > >>> See po/as.po line 18. >>> >> Sorry, az.po. > > oh yeah, the path to the file containing the text is in the po...well, > those po files are based on the latest pot file and the intltools > (gettext, etc.) generate the pot file from the source code. I see that > the potfile at the translation project now has "../src/" instead of > "src/" in all the lines. I'm not sure why. If it's a problem, then let's > just regexp them out... > > josh@maya:/tmp/glunarclock/po$ for i in $(ls *.po*); do cat $i | sed -e > s/..\\/src/src/g > blah.tmp; mv -f blah.tmp $i; done > > > I still haven't sorted out my ssh problems at sourceforge yet, so could > you do this and push? > > also please rename glunarclock-0.32.pot to just glunarclock.pot (left > over from translation project) > > I can't the make file to generate a new pot right now, but I want to > concentrate on the uri problem. > > The make file also won't make dist, which would generate the tarball we > would want to release as a new version.... > > > -j > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Glunarclock-devel mailing list > Glu...@li... > https://lists.sourceforge.net/lists/listinfo/glunarclock-devel > |