From 37a9aae98c5921e7c046912b04c9f5b576d3f4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 6 Aug 2013 22:56:45 +0200 Subject: RPM Packaging: update lots of main packages --- ...tdebase-14.0.0-fix_twin_rules_translation.patch | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 redhat/tdebase/tdebase-14.0.0-fix_twin_rules_translation.patch (limited to 'redhat/tdebase/tdebase-14.0.0-fix_twin_rules_translation.patch') diff --git a/redhat/tdebase/tdebase-14.0.0-fix_twin_rules_translation.patch b/redhat/tdebase/tdebase-14.0.0-fix_twin_rules_translation.patch new file mode 100644 index 000000000..d34db88d8 --- /dev/null +++ b/redhat/tdebase/tdebase-14.0.0-fix_twin_rules_translation.patch @@ -0,0 +1,34 @@ +--- trinity-tdebase/twin/data/update_default_rules.cpp.ORI 2013-07-27 11:49:19.337804333 +0200 ++++ trinity-tdebase/twin/data/update_default_rules.cpp 2013-07-27 19:12:32.144222960 +0200 +@@ -15,12 +15,18 @@ + #include + #include + #include ++#include ++#include ++#include + + int main( int argc, char* argv[] ) + { + if( argc != 2 ) + return 1; +- TDEInstance inst( "twin_update_default_rules" ); ++ TDEAboutData about( "twin_update_default_rules", I18N_NOOP("TWin"), 0, 0, TDEAboutData::License_GPL, I18N_NOOP( "(c) 2004 KWin and KControl Authors" ) ); ++ TDECmdLineArgs::init( argc, argv, &about ); ++ TDEInstance inst( &about ); ++ Q_UNUSED( TDEGlobal::locale() ); // jump-start locales to get to translated desriptions + TQString file = locate( "data", TQString( "twin/default_rules/" ) + argv[ 1 ] ); + if( file.isEmpty()) + { +@@ -43,8 +49,10 @@ + dest_cfg.setGroup( TQString::number( pos )); + for( TQMap< TQString, TQString >::ConstIterator it = entries.begin(); + it != entries.end(); +- ++it ) ++ ++it ) { ++ printf("DEBUG: %s\n", it.key().latin1()); + dest_cfg.writeEntry( it.key(), *it ); ++ } + } + dest_cfg.setGroup( "General" ); + dest_cfg.writeEntry( "count", pos ); -- cgit v1.2.1