[gnome-settings-daemon/f14/master] grr, msgmerge still broken

Matthias Clasen mclasen at fedoraproject.org
Wed Sep 1 03:37:30 UTC 2010


commit 7057f0cba9b44308038e3bc8af22a2d98b79b633
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Aug 31 23:36:25 2010 -0400

    grr, msgmerge still broken

 gnome-settings-daemon.spec |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec
index a4ca70b..7a5510f 100644
--- a/gnome-settings-daemon.spec
+++ b/gnome-settings-daemon.spec
@@ -64,18 +64,6 @@ developing applications that use %{name}.
 %configure --enable-static=no --enable-profiling
 make %{?_smp_mflags}
 
-# strip unneeded translations from .mo files
-# ideally intltool (ha!) would do that for us
-# http://bugzilla.gnome.org/show_bug.cgi?id=474987
-cd po
-grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep
-mv POTFILES.keep POTFILES.in
-intltool-update --pot
-for p in *.po; do
-  msgmerge $p %{name}.pot > $p.out
-  msgfmt -o `basename $p .po`.gmo $p.out
-done
-
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT


More information about the scm-commits mailing list