summaryrefslogtreecommitdiffstats
path: root/redhat/applications/ksensors/ksensors-0.7.3-po.patch
blob: e4fc3b3b1dce1c988b79d03fb585727a26822521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--- ksensors-0.7.3/po/Makefile.in~	2004-08-19 00:39:08.000000000 +0300
+++ ksensors-0.7.3/po/Makefile.in	2007-06-26 22:05:56.000000000 +0300
@@ -255,8 +255,8 @@ xdg_appsdir = @xdg_appsdir@
 xdg_directorydir = @xdg_directorydir@
 #>- POFILES = AUTO
 #>+ 2
-POFILES = nl.po fr.po es.po de.po cs.po
-GMOFILES = nl.gmo fr.gmo es.gmo de.gmo cs.gmo
+POFILES = nl.po fr.po es.po de.po cs.po it.po pl.po sv.po nb.po
+GMOFILES = nl.gmo fr.gmo es.gmo de.gmo cs.gmo it.gmo pl.gmo sv.gmo nb.gmo
 subdir = po
 mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h
@@ -431,6 +431,18 @@ de.gmo: de.po
 cs.gmo: cs.po
 	rm -f cs.gmo; $(GMSGFMT) -o cs.gmo $(srcdir)/cs.po
 	test ! -f cs.gmo || touch cs.gmo
+it.gmo: it.po
+	rm -f it.gmo; $(GMSGFMT) -o it.gmo $(srcdir)/it.po
+	test ! -f it.gmo || touch it.gmo
+nb.gmo: nb.po
+	rm -f nb.gmo; $(GMSGFMT) -o nb.gmo $(srcdir)/nb.po
+	test ! -f nb.gmo || touch nb.gmo
+pl.gmo: pl.po
+	rm -f pl.gmo; $(GMSGFMT) -o pl.gmo $(srcdir)/pl.po
+	test ! -f pl.gmo || touch pl.gmo
+sv.gmo: sv.po
+	rm -f sv.gmo; $(GMSGFMT) -o sv.gmo $(srcdir)/sv.po
+	test ! -f sv.gmo || touch sv.gmo
 
 #>+ 3
 clean-nls:
@@ -438,7 +450,7 @@ clean-nls:
 
 #>+ 10
 install-nls:
-	@for base in nl fr es de cs ; do \
+	@for base in nl fr es de cs it pl sv nb ; do \
 	  echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\
 	  $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES ; \
 	  if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\