GIMP mouse and key quickreference
This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
GIMP mouse and key quickreference | Ulf-D. Ehlert | 12 Jun 16:32 |
GIMP mouse and key quickreference | Roman Joost | 13 Jun 10:49 |
GIMP mouse and key quickreference | Ulf-D. Ehlert | 14 Jun 19:09 |
GIMP mouse and key quickreference | Kolbjørn Stuestøl | 14 Jun 21:22 |
GIMP mouse and key quickreference | Marco Ciampa | 14 Jun 23:04 |
GIMP mouse and key quickreference
On Mon, Jun 11, 2012 at 05:17:33PM +0200, Marco Ciampa wrote:
I just noted that the mouse and key quickreference PDF files are not updated. A quick investigation has reveald that the .pot file is not updated. How to update the .pot file?
1) please update the .pot file and describe how to do it ... 2) ... possibly via make update-pot
3) update Makefile.in to incorporate make update-po-xx or something similar to automate update handlingTIA
PS: I am not an expert of automake and autoconf but if someone (Ulf?) is able to do it, would you please describe how you have done it? I can learn something from it and perhaps, contribute next time...
It looks like there is simply no rule to create the pot file, and also no rule to update po files. I guess that Roman updates these files manually (on demand?).
IMHO adding two new rules
po/gimp-keys.pot: gimp-keys.xml create/update pot-file
po/%.po: po/gimp-keys.pot: create/update po-file
shouldn't break anything - or do I miss something?
Ulf
Die Heiligenlegenden entlarvte Luther als Mrchen. An den Bibellegenden hielt er fest; am Teufelsglauben auch; am Hexenwahn auch; an der Ketzervertilgung auch; am Antisemitismus auch; am Kriegsdienst, an der Leibeigenschaft, den Frsten. Man nennt es: Reformation. -- Karlheinz Deschner _______________________________________________ gimp-docs-list mailing list gimp-docs-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-docs-list
GIMP mouse and key quickreference
On Tue, Jun 12, 2012 at 06:32:20PM +0200, Ulf-D. Ehlert wrote:
On Mon, Jun 11, 2012 at 05:17:33PM +0200, Marco Ciampa wrote:
1) please update the .pot file and describe how to do it ... 2) ... possibly via make update-pot
3) update Makefile.in to incorporate make update-po-xx or something similar to automate update handlingIt looks like there is simply no rule to create the pot file, and also no rule to update po files. I guess that Roman updates these files manually (on demand?).
Actually, I've never spend time on checking if the pot is updated.
IMHO adding two new rules
po/gimp-keys.pot: gimp-keys.xml create/update pot-file
po/%.po: po/gimp-keys.pot: create/update po-file
shouldn't break anything - or do I miss something?
Yeh - that should do the trick. Thank you!
I currently run a simple make svg in the quickreference and convert them to PDF with rsvg-convert. Not to mention that the styling could need some work, as some quickrefences show displayed entries.
Cheers,
Roman Joost www: http://www.romanofski.de email: romanofski@gimp.org
GIMP mouse and key quickreference
On Wed, Jun 13, 2012 at 08:49:27PM +1000, Roman Joost wrote:
On Tue, Jun 12, 2012 at 06:32:20PM +0200, Ulf-D. Ehlert wrote:
On Mon, Jun 11, 2012 at 05:17:33PM +0200, Marco Ciampa wrote:
1) please update the .pot file and describe how to do it ... 2) ... possibly via make update-pot
3) update Makefile.in to incorporate make update-po-xx or something similar to automate update handlingIt looks like there is simply no rule to create the pot file, and also no rule to update po files. I guess that Roman updates these files manually (on demand?).
Actually, I've never spend time on checking if the pot is updated.
IMHO adding two new rules
[...]
Yeh - that should do the trick. Thank you!
I have pushed my changes. After
./autogen.sh ...
or
automake # this should update quickreference/Makefile.in
./configure ... # this should update quickreference/Makefile
you should be able to update pot and po files in quickreference with
(cd quickreference && make pot)
and/or
(cd quickreference && make po-LANG # 'make po' for all languages)
It may be necessary to touch quickreference/gimp-keys.xml.
Ulf
Frage an Schiller: kann das Gesetz der Freund des Schwachen sein, wenn es die Mchtigen machen? -- Karlheinz Deschner _______________________________________________ gimp-docs-list mailing list gimp-docs-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-docs-list
GIMP mouse and key quickreference
Den 14.06.2012 21:09, skreiv Ulf-D. Ehlert:
[...]
I have pushed my changes. After
./autogen.sh ... or
automake # this should update quickreference/Makefile.in ./configure ... # this should update quickreference/Makefileyou should be able to update pot and po files in quickreference with
(cd quickreference&& make pot)
Tried, but resulted in "Nothing to be done for 'pot' " (I have no pot file in this folder.)
and/or
(cd quickreference&& make po-LANG # 'make po' for all languages)
and thereafter "make po-nn" result: "po-nn is up to date".
It may be necessary to touch quickreference/gimp-keys.xml.
Yes. Hurray.
$ touch gimp-key.xml
$ make pot
Making po/gimp-keys.pot
Well done Ulf.
Kolbjoern
Ulf
GIMP mouse and key quickreference
On Thu, Jun 14, 2012 at 11:22:47PM +0200, Kolbjrn Stuestl wrote:
Well done Ulf.
Many, many thanks Ulf.
Marco Ciampa +--------------------+ | Linux User #78271 | | FSFE fellow #364 | +--------------------+ _______________________________________________ gimp-docs-list mailing list gimp-docs-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-docs-list