~ubuntu-branches/ubuntu/vivid/brasero/vivid

« back to all changes in this revision

Viewing changes to debian/patches/010_lpi.patch

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-03-27 10:34:57 UTC
  • mfrom: (1.1.53)
  • Revision ID: package-import@ubuntu.com-20120327103457-86qt4pti869xqdzz
Tags: 3.4.0-0ubuntu1
* New upstream release:
  - Translations updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# UbuntuSpec: Launchpad-integration
2
2
# Pedro Fragoso <ember@ubuntu.com>
3
 
Index: brasero-2.91.6/configure.in
 
3
Index: brasero-3.4.0/configure.in
4
4
===================================================================
5
 
--- brasero-2.91.6.orig/configure.in    2011-02-01 03:01:57.000000000 +1100
6
 
+++ brasero-2.91.6/configure.in 2011-02-01 15:34:54.150080005 +1100
7
 
@@ -221,6 +221,7 @@
 
5
--- brasero-3.4.0.orig/configure.in     2012-03-27 05:56:59.000000000 +1100
 
6
+++ brasero-3.4.0/configure.in  2012-03-27 10:39:45.550499435 +1100
 
7
@@ -214,6 +214,7 @@
8
8
 
9
9
 PKG_CHECK_MODULES([BRASERO_GTK],       \
10
10
                  gtk+-3.0 >= $GTK_REQUIRED     \
12
12
                  gdk-x11-3.0)
13
13
 
14
14
 AC_SUBST(BRASERO_GTK_CFLAGS)
15
 
Index: brasero-2.91.6/src/brasero-app.c
 
15
Index: brasero-3.4.0/src/brasero-app.c
16
16
===================================================================
17
 
--- brasero-2.91.6.orig/src/brasero-app.c       2011-02-01 03:01:58.000000000 +1100
18
 
+++ brasero-2.91.6/src/brasero-app.c    2011-02-01 15:34:54.150080005 +1100
 
17
--- brasero-3.4.0.orig/src/brasero-app.c        2011-10-21 16:58:09.000000000 +1100
 
18
+++ brasero-3.4.0/src/brasero-app.c     2012-03-27 10:39:45.550499435 +1100
19
19
@@ -34,6 +34,8 @@
20
20
 #include "brasero-misc.h"
21
21
 #include "brasero-io.h"
33
33
                "<menuitem action='About'/>"
34
34
            "</menu>"
35
35
            "</menubar>"
36
 
@@ -1923,6 +1926,8 @@
 
36
@@ -1924,6 +1927,8 @@
37
37
        menubar = gtk_ui_manager_get_widget (priv->manager, "/menubar");
38
38
        gtk_box_pack_start (GTK_BOX (priv->contents), menubar, FALSE, FALSE, 0);
39
39