SOURCES: rhythmbox-broken_locale.patch, rhythmbox-use-icon-name.pa...

freetz freetz at pld-linux.org
Sun Jun 18 14:13:40 CEST 2006


Author: freetz                       Date: Sun Jun 18 12:13:40 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.9.5

---- Files affected:
SOURCES:
   rhythmbox-broken_locale.patch (1.3 -> 1.4) , rhythmbox-use-icon-name.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/rhythmbox-broken_locale.patch
diff -u SOURCES/rhythmbox-broken_locale.patch:1.3 SOURCES/rhythmbox-broken_locale.patch:1.4
--- SOURCES/rhythmbox-broken_locale.patch:1.3	Sun Apr 16 12:51:49 2006
+++ SOURCES/rhythmbox-broken_locale.patch	Sun Jun 18 14:13:34 2006
@@ -1,10 +1,10 @@
-diff -aurN rhythmbox-0.9.4.orig/po/LINGUAS rhythmbox-0.9.4/po/LINGUAS
---- rhythmbox-0.9.4.orig/po/LINGUAS	2006-04-16 00:34:49.000000000 +0200
-+++ rhythmbox-0.9.4/po/LINGUAS	2006-04-16 12:37:36.549110688 +0200
+diff -aurN rhythmbox-0.9.4.90.orig/po/LINGUAS rhythmbox-0.9.4.90/po/LINGUAS
+--- rhythmbox-0.9.4.90.orig/po/LINGUAS	2006-04-18 10:04:43.000000000 +0200
++++ rhythmbox-0.9.4.90/po/LINGUAS	2006-06-15 12:39:40.332856912 +0200
 @@ -2,5 +2,5 @@
  #
  # please keep this list sorted alphabetically
  #
--am ar az be bg ca cs cy da de el en_CA en_GB es et eu fi fr ga gl he hr hu id is it ja ko lt lv mk ml mn ms nb ne nl no pa pl pt pt_BR ro ru rw sk sr sr at Latn sv th tr uk vi zh_CN zh_HK zh_TW
-+am az be bg ca cs cy da de el en_CA en_GB es et eu fi fr ga gl he hr hu id is it ja ko lt lv mk ml ms nb ne nl no pa pl pt pt_BR ro ru rw sk sr sr at Latn sv th tr uk vi zh_CN zh_HK zh_TW
+-am ar az be bg ca cs cy da de el en_CA en_GB es et eu fi fr ga gl he hr hu id is it ja ko lt lv mk ml mn ms nb ne nl pa pl pt pt_BR ro ru rw sk sr sr at Latn sv th tr uk vi zh_CN zh_HK zh_TW
++am az be bg ca cs cy da de el en_CA en_GB es et eu fi fr ga gl he hr hu id is it ja ko lt lv mk ml ms nb ne nl pa pl pt pt_BR ro ru rw sk sr sr at Latn sv th tr uk vi zh_CN zh_HK zh_TW
  

================================================================
Index: SOURCES/rhythmbox-use-icon-name.patch
diff -u SOURCES/rhythmbox-use-icon-name.patch:1.2 SOURCES/rhythmbox-use-icon-name.patch:1.3
--- SOURCES/rhythmbox-use-icon-name.patch:1.2	Wed May 17 19:38:00 2006
+++ SOURCES/rhythmbox-use-icon-name.patch	Sun Jun 18 14:13:35 2006
@@ -1,11 +1,14 @@
---- rhythmbox-0.9.4.1/widgets/eggtrayicon.c.orig	2006-03-15 10:25:32.000000000 +0100
-+++ rhythmbox-0.9.4.1/widgets/eggtrayicon.c	2006-05-17 19:35:16.000000000 +0200
-@@ -540,38 +540,34 @@
-       notify_notification_close (icon->notify->handle, NULL);
+diff -aurN rhythmbox-0.9.4.90.orig/widgets/eggtrayicon.c rhythmbox-0.9.4.90/widgets/eggtrayicon.c
+--- rhythmbox-0.9.4.90.orig/widgets/eggtrayicon.c	2006-05-19 10:43:54.000000000 +0200
++++ rhythmbox-0.9.4.90/widgets/eggtrayicon.c	2006-06-15 12:48:33.706771752 +0200
+@@ -548,39 +548,35 @@
+     {
+       secondary = "";
      }
- 
+-
++  
 +  pixbuf = NULL;
-+
++  
    esc_primary = g_markup_escape_text (primary, strlen (primary));
    esc_secondary = g_markup_escape_text (secondary, strlen (secondary));
 -  icon->notify->handle = notify_notification_new (esc_primary,
@@ -42,14 +45,15 @@
 +                                                      "gnome-media-player",
 +                                                      GTK_WIDGET (icon));
      }
- 
+-
++    
 +  notify_notification_set_timeout (icon->notify->handle, timeout);
 +  g_free (esc_primary);
 +  g_free (esc_secondary);
-+
++  
    if (pixbuf)
      {
--#if (LIBNOTIFY_VERSION_MICRO < 2)
+-#if (LIBNOTIFY_VERSION_MAJOR == 0 && LIBNOTIFY_VERSION_MINOR <=3 && LIBNOTIFY_VERSION_MICRO < 2)
 +#if (LIBNOTIFY_VERSION_MICRO < 2) && (LIBNOTIFY_VERSION_MINOR < 4)
        notify_notification_set_icon_data_from_pixbuf (icon->notify->handle, pixbuf);
  #else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rhythmbox-broken_locale.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/rhythmbox-use-icon-name.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list