summaryrefslogtreecommitdiff
path: root/palm/synce-trayicon/files/patch-po_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'palm/synce-trayicon/files/patch-po_Makefile.in')
-rw-r--r--palm/synce-trayicon/files/patch-po_Makefile.in122
1 files changed, 0 insertions, 122 deletions
diff --git a/palm/synce-trayicon/files/patch-po_Makefile.in b/palm/synce-trayicon/files/patch-po_Makefile.in
deleted file mode 100644
index 904e67a2ff94..000000000000
--- a/palm/synce-trayicon/files/patch-po_Makefile.in
+++ /dev/null
@@ -1,122 +0,0 @@
---- po/Makefile.in.in.orig 2008-04-16 05:18:16.000000000 +1000
-+++ po/Makefile.in.in 2008-06-11 20:59:30.000000000 +1000
-@@ -1,10 +1,10 @@
- # Makefile for program source directory in GNU NLS utilities package.
- # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
--# Copyright (C) 2004-2008 Rodney Dawes <dobey.pwns@gmail.com>
- #
--# This file may be copied and used freely without restrictions. It may
--# be used in projects which are not available under a GNU Public License,
-+# This file file be copied and used freely without restrictions. It can
-+# be used in projects which are not available under the GNU Public License
- # but which still want to provide support for the GNU gettext functionality.
-+# Please note that the actual code is *not* freely available.
- #
- # - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE
- # instead of PACKAGE and to look for po2tbl in ./ not in intl/
-@@ -12,7 +12,7 @@
- # - Modified by jacob berkman <jacob@ximian.com> to install
- # Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
- #
--# - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool
-+# - Modified by Rodney Dawes <dobey@novell.com> for use with intltool
- #
- # We have the following line for use by intltoolize:
- # INTLTOOL_MAKEFILE
-@@ -25,7 +25,7 @@
-
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
--top_builddir = @top_builddir@
-+top_builddir = ..
- VPATH = @srcdir@
-
- prefix = @prefix@
-@@ -56,19 +56,15 @@
-
- PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; fi)
-
--USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS`" -o -n "`echo $$ALINGUAS|grep ' ?$$lang ?'`"; then printf "$$lang "; fi; done; fi)
--
--USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
--
--POFILES=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
-+POFILES=$(shell if test -n "$(PO_LINGUAS)"; then LINGUAS="$(PO_LINGUAS)"; else LINGUAS="$(ALL_LINGUAS)"; fi; for lang in $$LINGUAS; do printf "$$lang.po "; done)
-
- DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(POFILES)
- EXTRA_DISTFILES = POTFILES.skip Makevars LINGUAS
-
- POTFILES = \
--# This comment gets stripped out
-+#This Gets Replace for some reason
-
--CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
-+CATALOGS=$(shell if test -n "$(PO_LINGUAS)"; then LINGUAS="$(PO_LINGUAS)"; else LINGUAS="$(ALL_LINGUAS)"; fi; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
-
- .SUFFIXES:
- .SUFFIXES: .po .pox .gmo .mo .msg .cat
-@@ -102,7 +98,11 @@
- install-data-no: all
- install-data-yes: all
- $(mkdir_p) $(DESTDIR)$(itlocaledir)
-- linguas="$(USE_LINGUAS)"; \
-+ if test -n "$(PO_LINGUAS)"; then \
-+ linguas="$(PO_LINGUAS)"; \
-+ else \
-+ linguas="$(ALL_LINGUAS)"; \
-+ fi; \
- for lang in $$linguas; do \
- dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
- $(mkdir_p) $$dir; \
-@@ -133,21 +133,20 @@
- dvi info tags TAGS ID:
-
- # Define this as empty until I found a useful application.
--install-exec installcheck:
-+installcheck:
-
- uninstall:
-- linguas="$(USE_LINGUAS)"; \
-+ if test -n "$(PO_LINGUAS)"; then \
-+ linguas="$(PO_LINGUAS)"; \
-+ else \
-+ linguas="$(ALL_LINGUAS)"; \
-+ fi; \
- for lang in $$linguas; do \
- rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
- rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
- done
-
- check: all $(GETTEXT_PACKAGE).pot
-- rm -f missing notexist
-- srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
-- if [ -r missing -o -r notexist ]; then \
-- exit 1; \
-- fi
-
- mostlyclean:
- rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
-@@ -180,7 +179,11 @@
- update-po: Makefile
- $(MAKE) $(GETTEXT_PACKAGE).pot
- tmpdir=`pwd`; \
-- linguas="$(USE_LINGUAS)"; \
-+ if test -n "$(PO_LINGUAS)"; then \
-+ linguas="$(PO_LINGUAS)"; \
-+ else \
-+ linguas="$(ALL_LINGUAS)"; \
-+ fi; \
- for lang in $$linguas; do \
- echo "$$lang:"; \
- result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
-@@ -208,8 +211,8 @@
- $(MAKE) stamp-it; \
- fi
-
--stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
-- cd $(top_builddir) \
-+stamp-it: Makefile.in.in ../config.status POTFILES.in
-+ cd .. \
- && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
- $(SHELL) ./config.status
-