[Pkg-xfce-commits] r1856 - goodies/xfce4-cpufreq-plugin/debian/patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Mon Apr 14 20:13:04 UTC 2008
Author: corsac
Date: 2008-04-14 20:13:03 +0000 (Mon, 14 Apr 2008)
New Revision: 1856
Modified:
goodies/xfce4-cpufreq-plugin/debian/patches/02_ja.po.patch
Log:
correctly install locales
Modified: goodies/xfce4-cpufreq-plugin/debian/patches/02_ja.po.patch
===================================================================
--- goodies/xfce4-cpufreq-plugin/debian/patches/02_ja.po.patch 2008-04-14 19:28:49 UTC (rev 1855)
+++ goodies/xfce4-cpufreq-plugin/debian/patches/02_ja.po.patch 2008-04-14 20:13:03 UTC (rev 1856)
@@ -1,3 +1,22 @@
+diff --git a/po/Makefile b/po/Makefile
+index 7d4c3dc..5332797 100644
+--- a/po/Makefile
++++ b/po/Makefile
+@@ -2,7 +2,7 @@
+
+ top_srcdir = ../
+ NAME = xfce4-cpufreq
+-ALL_LINGUAS = fr
++ALL_LINGUAS = fr ja
+ PO_DIR ?= /usr/share/locale
+
+ po: $(NAME).pot $(addsuffix .mo, $(ALL_LINGUAS))
+@@ -22,4 +22,4 @@ clean:
+ install-po: po
+ $(foreach lang,$(ALL_LINGUAS), \
+ mkdir -p $(DESTDIR)$(PO_DIR)/$(lang)/LC_MESSAGES && \
+- install -m 644 $(lang).mo $(DESTDIR)$(PO_DIR)/$(lang)/LC_MESSAGES/$(NAME).mo)
++ install -m 644 $(lang).mo $(DESTDIR)$(PO_DIR)/$(lang)/LC_MESSAGES/$(NAME).mo;)
diff --git a/po/ja.po b/po/ja.po
new file mode 100644
index 0000000..330a11d
More information about the Pkg-xfce-commits
mailing list