~ricotz/rhythmbox/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/01_lpi.patch

  • Committer: Sebastien Bacher
  • Date: 2011-08-03 15:25:12 UTC
  • Revision ID: seb128@ubuntu.com-20110803152512-7hy30b1k7rud7vqj
Tags: 2.90.1~20110802-0ubuntu1
releasing version 2.90.1~20110802-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: rhythmbox-2.90.1~20110329/configure.ac
 
1
Index: rhythmbox-2.90.1~20110802/configure.ac
2
2
===================================================================
3
 
--- rhythmbox-2.90.1~20110329.orig/configure.ac
4
 
+++ rhythmbox-2.90.1~20110329/configure.ac
 
3
--- rhythmbox-2.90.1~20110802.orig/configure.ac
 
4
+++ rhythmbox-2.90.1~20110802/configure.ac
5
5
@@ -99,6 +99,7 @@
6
6
                  gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQS    \
7
7
                  glib-2.0 >= $GLIB_REQS                \
8
8
                  gio-2.0 >= $GLIB_REQS                 \
9
9
+                 launchpad-integration-3.0             \
10
10
                  gio-unix-2.0 >= $GLIB_REQS            \
11
 
                  libgnome-media-profiles-3.0 >= $GNOME_MEDIA_PROFILES_REQS \
12
11
                  libsoup-2.4 >= $LIBSOUP_REQS          \
13
 
Index: rhythmbox-2.90.1~20110329/data/ui/rhythmbox-ui.xml
 
12
                  libsoup-gnome-2.4 >= $LIBSOUP_REQS    \
 
13
Index: rhythmbox-2.90.1~20110802/data/ui/rhythmbox-ui.xml
14
14
===================================================================
15
 
--- rhythmbox-2.90.1~20110329.orig/data/ui/rhythmbox-ui.xml
16
 
+++ rhythmbox-2.90.1~20110329/data/ui/rhythmbox-ui.xml
 
15
--- rhythmbox-2.90.1~20110802.orig/data/ui/rhythmbox-ui.xml
 
16
+++ rhythmbox-2.90.1~20110802/data/ui/rhythmbox-ui.xml
17
17
@@ -90,6 +90,7 @@
18
18
 
19
19
     <menu name="HelpMenu" action="Help">
22
22
       <menuitem name="HelpAboutMenu" action="HelpAbout"/>
23
23
     </menu>
24
24
 
25
 
Index: rhythmbox-2.90.1~20110329/shell/rb-shell.c
 
25
Index: rhythmbox-2.90.1~20110802/shell/rb-shell.c
26
26
===================================================================
27
 
--- rhythmbox-2.90.1~20110329.orig/shell/rb-shell.c
28
 
+++ rhythmbox-2.90.1~20110329/shell/rb-shell.c
 
27
--- rhythmbox-2.90.1~20110802.orig/shell/rb-shell.c
 
28
+++ rhythmbox-2.90.1~20110802/shell/rb-shell.c
29
29
@@ -42,6 +42,7 @@
30
30
 #include <ctype.h>
31
31
 #include <stdio.h>
34
34
 
35
35
 #include <glib/gi18n.h>
36
36
 #include <gdk/gdk.h>
37
 
@@ -1514,6 +1515,10 @@
 
37
@@ -1469,6 +1470,10 @@
38
38
        gtk_ui_manager_ensure_update (shell->priv->ui_manager);
39
39
        gtk_window_add_accel_group (GTK_WINDOW (shell->priv->window),
40
40
                                    gtk_ui_manager_get_accel_group (shell->priv->ui_manager));