[cairo-commit] roadster/po Makefile.in.in,1.2,1.3
Ian McIntosh
commit at pdx.freedesktop.org
Mon Aug 29 08:23:16 EST 2005
- Previous message: [cairo-commit] roadster/pixmaps roadster-icon.png,1.1.1.1,1.2
- Next message: [cairo-commit]
roadster/src Makefile.am, 1.16, 1.17 animator.c, 1.4,
1.5 databasewindow.c, 1.6, NONE databasewindow.h, 1.3,
NONE datasetwindow.c, 1.6, NONE datasetwindow.h, 1.2,
NONE db.c, 1.22, 1.23 gpsclient.c, 1.9, 1.10 gui.c, 1.9,
1.10 history.c, 1.2, 1.3 import_tiger.c, 1.16, 1.17 layers.c,
1.14, 1.15 main.c, 1.21, 1.22 mainwindow.c, 1.37, 1.38 map.c,
1.40, 1.41 map.h, 1.17, 1.18 map_draw_cairo.c, 1.18,
1.19 map_draw_gdk.c, 1.14, 1.15 point.c, 1.4,
1.5 pointstring.c, 1.5, 1.6 prefs.c, 1.2, 1.3 road.c, 1.3,
1.4 scenemanager.c, 1.10, 1.11 search_road.c, 1.19,
1.20 searchwindow.c, 1.18, 1.19 tooltip.c, 1.3, 1.4 util.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ian
Update of /cvs/cairo/roadster/po
In directory gabe:/tmp/cvs-serv9792/po
Modified Files:
Makefile.in.in
Log Message:
data/roadster.glade: UI cleanup. Moved many items into a 'Debug' menu.
src/gpsclient.c: Update to newest gpsd lib.
src/db.c: Format coordinates using g_ascii_dtostr to avoid i18n.
src/mainwindow.c: Add GTK About dialog.
src/map.c: Back to GDK rendering as default (not fast enough without hardware
accel.). Use g_ascii_dtostr. Add hack to turn circular rivers into lakes.
src/map_draw_cairo.c: Update to Cairo 1.0. Add hack to round text rotation
angles down to better utilize font cache (which isn't in 1.0 yet).
src/pointstring.c:
src/point.c: Add debugging function.
src/search_road.c: Move function to util.c
src/searchwindow.c: Remove unused variables.
src/util.c: Added util_split_words_onto_two_lines(), currently unused.
Index: Makefile.in.in
===================================================================
RCS file: /cvs/cairo/roadster/po/Makefile.in.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.in.in 23 Feb 2005 17:43:50 -0000 1.2
+++ Makefile.in.in 28 Aug 2005 22:23:14 -0000 1.3
@@ -32,10 +32,12 @@
gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
subdir = po
+install_sh = @install_sh@
+mkdir_p = @mkdir_p@
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
CC = @CC@
GENCAT = @GENCAT@
@@ -44,8 +46,8 @@
XGETTEXT = @XGETTEXT@
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
-MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
-GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
+MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
+GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
DEFS = @DEFS@
CFLAGS = @CFLAGS@
@@ -58,7 +60,7 @@
SOURCES =
POFILES = @POFILES@
GMOFILES = @GMOFILES@
-DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \
+DISTFILES = ChangeLog Makefile.in.in POTFILES.in \
$(POFILES) $(GMOFILES) $(SOURCES)
POTFILES = \
@@ -75,13 +77,13 @@
.po.pox:
$(MAKE) $(GETTEXT_PACKAGE).pot
- $(MSGMERGE) $< $(srcdir)/$(GETTEXT_PACKAGE).pot -o $*pox
+ $(MSGMERGE) $< $(top_builddir)/po/$(GETTEXT_PACKAGE).pot -o $*pox
.po.mo:
$(MSGFMT) -o $@ $<
.po.gmo:
- file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
+ file=`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<
.po.cat:
@@ -94,7 +96,7 @@
all-yes: $(CATALOGS)
all-no:
-$(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
+$(GETTEXT_PACKAGE).pot: $(POTFILES)
$(GENPOT)
install: install-exec install-data
@@ -102,7 +104,7 @@
install-data: install-data- at USE_NLS@
install-data-no: all
install-data-yes: all
- if test -r "$(MKINSTALLDIRS)"; then \
+ if test -n "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
else \
$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
@@ -116,7 +118,7 @@
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
- if test -r "$(MKINSTALLDIRS)"; then \
+ if test -n "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $$dir; \
else \
$(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
@@ -144,7 +146,7 @@
fi; \
done
if test "$(PACKAGE)" = "glib"; then \
- if test -r "$(MKINSTALLDIRS)"; then \
+ if test -n "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
else \
$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
@@ -177,7 +179,7 @@
dvi info tags TAGS ID:
mostlyclean:
- rm -f core core.* *.pox $(GETTEXT_PACKAGE).po *.old.po cat-id-tbl.tmp
+ rm -f core core.* *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
rm -fr *.o
rm -f .intltool-merge-cache
@@ -192,7 +194,7 @@
rm -f $(GMOFILES)
distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
-dist distdir: update-po $(DISTFILES)
+dist distdir: $(DISTFILES) $(GETTEXT_PACKAGE).pot
dists="$(DISTFILES)"; \
for file in $$dists; do \
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
@@ -202,14 +204,14 @@
update-po: Makefile
$(MAKE) $(GETTEXT_PACKAGE).pot
tmpdir=`pwd`; \
- cd $(srcdir); \
catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
echo "$$lang:"; \
- if $$tmpdir/$(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist -o $$tmpdir/$$lang.new.po $$lang; then \
- if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
+ result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
+ if $$result; then \
+ if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
rm -f $$tmpdir/$$lang.new.po; \
else \
if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
- Previous message: [cairo-commit] roadster/pixmaps roadster-icon.png,1.1.1.1,1.2
- Next message: [cairo-commit]
roadster/src Makefile.am, 1.16, 1.17 animator.c, 1.4,
1.5 databasewindow.c, 1.6, NONE databasewindow.h, 1.3,
NONE datasetwindow.c, 1.6, NONE datasetwindow.h, 1.2,
NONE db.c, 1.22, 1.23 gpsclient.c, 1.9, 1.10 gui.c, 1.9,
1.10 history.c, 1.2, 1.3 import_tiger.c, 1.16, 1.17 layers.c,
1.14, 1.15 main.c, 1.21, 1.22 mainwindow.c, 1.37, 1.38 map.c,
1.40, 1.41 map.h, 1.17, 1.18 map_draw_cairo.c, 1.18,
1.19 map_draw_gdk.c, 1.14, 1.15 point.c, 1.4,
1.5 pointstring.c, 1.5, 1.6 prefs.c, 1.2, 1.3 road.c, 1.3,
1.4 scenemanager.c, 1.10, 1.11 search_road.c, 1.19,
1.20 searchwindow.c, 1.18, 1.19 tooltip.c, 1.3, 1.4 util.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list