Skip to content

Commit 974b277

Browse files
author
Cristian Henzel
committed
ClipIt-1.4.2-20120404001
+ Fixed: Updated translations and fixed POTFILES generation script.
1 parent 32ee96c commit 974b277

24 files changed

+1699
-1586
lines changed

ChangeLog

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
ClipIt-1.4.2-20120302002 ~ 2012-03-02 22:20:44 +0200
1+
ClipIt-1.4.2-20120404001 ~ 2012-04-04 10:21:23 +0300
2+
3+
+ Fixed: Updated translations and fixed POTFILES generation script.
4+
5+
6+
ClipIt-1.4.2-20120302002 - 2012-03-02 22:21:05 +0200
27

38
+ Fixed: Updated copyright information.
49

Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ check-gettext:
3131
"'checking whether to use NLS... yes'!" ; exit 1 ; fi
3232

3333
update-po: check-gettext
34-
@find $(srcdir)/src/ -name "*.c" -print | grep -v "eggaccelerators" | sort > $(srcdir)/po/POTFILES.in.2 ; \
34+
@find $(srcdir)/ -name '*.c' -o -name '*.desktop.in' | sed "s/^.\///" | grep -v "eggaccelerators" | sort > $(srcdir)/po/POTFILES.in.2 ; \
35+
cat $(srcdir)/po/POTFILES.in.2 ; \
3536
if diff $(srcdir)/po/POTFILES.in $(srcdir)/po/POTFILES.in.2 >/dev/null 2>&1 ; then \
3637
rm -f $(srcdir)/po/POTFILES.in.2 ; \
3738
else \

po/Makefile.in.in

+9-4
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ MSGFMT = @MSGFMT@
4949
XGETTEXT = @XGETTEXT@
5050
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
5151
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
52-
MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
53-
GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
52+
MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
53+
GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
5454

5555
ALL_LINGUAS = @ALL_LINGUAS@
5656

@@ -73,15 +73,20 @@ CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$l
7373
.SUFFIXES:
7474
.SUFFIXES: .po .pox .gmo .mo .msg .cat
7575

76+
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
77+
INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V))
78+
INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY))
79+
INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@;
80+
7681
.po.pox:
7782
$(MAKE) $(GETTEXT_PACKAGE).pot
7883
$(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
7984

8085
.po.mo:
81-
$(MSGFMT) -o $@ $<
86+
$(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
8287

8388
.po.gmo:
84-
file=`echo $* | sed 's,.*/,,'`.gmo \
89+
$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
8590
&& rm -f $$file && $(GMSGFMT) -o $$file $<
8691

8792
.po.cat:

po/POTFILES.in

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
./src/daemon.c
2-
./src/history.c
3-
./src/keybinder.c
4-
./src/main.c
5-
./src/manage.c
6-
./src/preferences.c
7-
./src/utils.c
1+
data/clipit-startup.desktop.in
2+
data/clipit.desktop.in
3+
src/daemon.c
4+
src/history.c
5+
src/keybinder.c
6+
src/main.c
7+
src/manage.c
8+
src/preferences.c
9+
src/utils.c

0 commit comments

Comments
 (0)