~ubuntu-branches/ubuntu/oneiric/brasero/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/012_appindicator.patch

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-09 12:27:41 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: package-import@ubuntu.com-20110909122741-j98wdzlqbbzcgwl2
Tags: 3.1.90-0ubuntu1
* New upstream release
* debian/watch:
  - Watch .bz2 tarballs
* debian/control:
  - Bump libunity-dev build requirement
* debian/patches/012_appindicator.patch:
* debian/patches/013_unity_launcher_progress.patch:
  - Rebased patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
===================================================================
8
8
--- brasero-2.91.3.orig/configure.in    2010-12-03 11:15:19.000000000 +1100
9
9
+++ brasero-2.91.3/configure.in 2010-12-03 11:15:41.661006001 +1100
10
 
@@ -363,6 +363,23 @@
 
10
@@ -365,6 +365,23 @@
11
11
 fi
12
12
 AM_CONDITIONAL(BUILD_GROWISOFS, test x"$build_growisofs" = "xyes")
13
13
 
28
28
+fi
29
29
+AM_CONDITIONAL(HAVE_APP_INDICATOR, test x"$enable_appindicator" = xyes)
30
30
+
31
 
 BEAGLE_REQUIRED=0.3.0
32
 
 TRACKER_REQUIRED=0.8.0
 
31
 TRACKER_REQUIRED=0.10.0
33
32
 
 
33
 AC_ARG_ENABLE(search,
34
34
@@ -648,6 +665,7 @@
35
35
        Build growisofs plugins : ${build_growisofs}
36
36
        Build libburnia plugins : ${build_libburnia}