rpms/gnome-applets/devel gtkbuilder-translation.patch, NONE, 1.1 gnome-applets.spec, 1.302, 1.303

Matthias Clasen mclasen at fedoraproject.org
Fri Oct 10 20:01:22 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gnome-applets/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25303

Modified Files:
	gnome-applets.spec 
Added Files:
	gtkbuilder-translation.patch 
Log Message:
add some missing files to potfiles.in


gtkbuilder-translation.patch:

--- NEW FILE gtkbuilder-translation.patch ---
Index: po/POTFILES.in
===================================================================
--- po/POTFILES.in	(revision 11044)
+++ po/POTFILES.in	(working copy)
@@ -8,7 +8,7 @@
 battstat/GNOME_BattstatApplet.server.in.in
 battstat/GNOME_BattstatApplet.xml
 battstat/battstat_applet.c
-battstat/battstat_applet.ui
+[type: gettext/glade]battstat/battstat_applet.ui
 battstat/battstat-hal.c
 battstat/battstat.schemas.in
 battstat/properties.c
@@ -21,7 +21,7 @@
 cpufreq/GNOME_CPUFreqApplet.server.in.in
 cpufreq/GNOME_CPUFreqApplet.xml
 cpufreq/cpufreq-applet.schemas.in
-cpufreq/cpufreq-preferences.ui
+[type: gettext/glade]cpufreq/cpufreq-preferences.ui
 cpufreq/src/cpufreq-applet.c
 cpufreq/src/cpufreq-prefs.c
 cpufreq/src/cpufreq-monitor-cpuinfo.c
@@ -44,7 +44,7 @@
 gswitchit/GNOME_GSwitchItApplet.xml
 gswitchit/GNOME_KeyboardApplet.server.in.in
 gswitchit/gswitchit-applet.c
-gswitchit/gswitchit.ui
+[type: gettext/glade]gswitchit/gswitchit.ui
 gweather/GNOME_GWeatherApplet.xml
 gweather/GNOME_GWeatherApplet_Factory.server.in.in
 gweather/gweather-about.c
@@ -54,8 +54,8 @@
 gweather/main.c
 invest-applet/data/Invest_Applet.server.in.in
 invest-applet/data/Invest_Applet.xml
-invest-applet/data/financialchart.ui
-invest-applet/data/prefs-dialog.ui
+[type: gettext/glade]invest-applet/data/financialchart.ui
+[type: gettext/glade]invest-applet/data/prefs-dialog.ui
 invest-applet/invest/about.py
 invest-applet/invest/applet.py
 invest-applet/invest/chart.py
@@ -76,7 +76,7 @@
 mini-commander/src/macro.c
 mini-commander/src/mc-install-default-macros.c
 mini-commander/src/mini-commander-global.schemas.in
-mini-commander/src/mini-commander.ui
+[type: gettext/glade]mini-commander/src/mini-commander.ui
 mini-commander/src/mini-commander.schemas.in
 mini-commander/src/mini-commander_applet.c
 mini-commander/src/preferences.c
@@ -90,7 +90,7 @@
 modemlights/GNOME_ModemLights.server.in.in
 modemlights/GNOME_ModemLights.xml
 modemlights/modem-applet.c
-modemlights/modemlights.ui
+[type: gettext/glade]modemlights/modemlights.ui
 multiload/GNOME_MultiLoadApplet_Factory.server.in.in
 multiload/GNOME_MultiloadApplet.xml
 multiload/linux-proc.c
@@ -108,7 +108,7 @@
 stickynotes/GNOME_StickyNotesApplet.server.in.in
 stickynotes/GNOME_StickyNotesApplet.xml
 stickynotes/stickynotes.c
-stickynotes/stickynotes.ui
+[type: gettext/glade]stickynotes/stickynotes.ui
 stickynotes/stickynotes.schemas.in
 stickynotes/stickynotes_applet.c
 stickynotes/stickynotes_applet_callbacks.c


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -r1.302 -r1.303
--- gnome-applets.spec	10 Oct 2008 16:43:20 -0000	1.302
+++ gnome-applets.spec	10 Oct 2008 20:00:52 -0000	1.303
@@ -35,7 +35,7 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	2.24.0.1
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 Epoch:          1
 License:	GPLv2+ and GFDL
 Group:          User Interface/Desktops
@@ -67,6 +67,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=553996
 Patch41:        mount-auth.patch
 
+# from upstream
+Patch42:	gtkbuilder-translation.patch
+	
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  gtk2-devel >= %{gtk2_version}
 BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
@@ -153,6 +156,7 @@
 %patch39 -p1 -b .gweather-network
 %patch40 -p1 -b .battstat-null
 %patch41 -p1 -b .mount-auth
+%patch42 -p0 -b .gtkbuilder-translation
 
 # We don't ship gnome-system-tools
 rm -rf modemlights
@@ -343,6 +347,9 @@
 %{_datadir}/PolicyKit/policy/org.gnome.cpufreqselector.policy
 
 %changelog
+* Fri Oct 10 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.24.0.1-5
+- Fix some missing translations
+
 * Fri Oct 10 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.24.0.1-4
 - Save space
 




More information about the scm-commits mailing list