[Pkg-cli-apps-commits] [SCM] banshee branch, ubuntu/natty, updated. debian/1.9.0+git20101121.r1.b13266e-0ubuntu4-2-ge0b966c

Iain Lane laney at ubuntu.com
Fri Nov 26 18:38:03 UTC 2010


The following commit has been merged in the ubuntu/natty branch:
commit e0db4bada3f8840e6cbb36aede7c957844416d26
Author: Iain Lane <laney at ubuntu.com>
Date:   Thu Nov 25 11:00:16 2010 +0000

    Disable the notification area and enable MPRIS by default

diff --git a/debian/patches/07_disable-notification-area-by-default.patch b/debian/patches/07_disable-notification-area-by-default.patch
new file mode 100644
index 0000000..3d274fe
--- /dev/null
+++ b/debian/patches/07_disable-notification-area-by-default.patch
@@ -0,0 +1,13 @@
+Index: banshee.git/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml
+===================================================================
+--- banshee.git.orig/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml	2010-11-25 10:59:38.898399669 +0000
++++ banshee.git/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml	2010-11-25 10:59:13.296414590 +0000
+@@ -9,7 +9,7 @@
+     description="Display an icon in the notification area for controlling Banshee."
+     author="Aaron Bockover, Sebastian Dröge, Alexander Hixon, Gabriel Burt, Ruben Vermeersch"
+     url="http://banshee.fm/"
+-    defaultEnabled="true">
++    defaultEnabled="false">
+ 
+   <Dependencies>
+     <Addin id="Banshee.Services" version="1.0"/>
diff --git a/debian/patches/07_enable-mpris-by-default.patch b/debian/patches/07_enable-mpris-by-default.patch
new file mode 100644
index 0000000..23d413a
--- /dev/null
+++ b/debian/patches/07_enable-mpris-by-default.patch
@@ -0,0 +1,13 @@
+Index: banshee.git/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml
+===================================================================
+--- banshee.git.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml	2010-11-25 10:59:38.508369431 +0000
++++ banshee.git/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml	2010-11-25 10:59:36.008175572 +0000
+@@ -8,7 +8,7 @@
+     description="Control Banshee using the MPRIS D-Bus interface."
+     author="John Millikin, Bertrand Lorentz"
+     category="Utilities"
+-    defaultEnabled="false">
++    defaultEnabled="true">
+ 
+   <Dependencies>
+     <Addin id="Banshee.Services" version="1.0" />
diff --git a/debian/patches/series b/debian/patches/series
index de43c22..51d109e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,6 +5,8 @@
 05_show-a-empty-library-message-in-banshee.patch
 06_add-meego-desktop-file.patch
 07_enable-library-watch-by-default.patch
+07_enable-mpris-by-default.patch
+07_disable-notification-area-by-default.patch
 08_remove_unrelevant_media.patch
 0001-Don-t-copy-duplicate-libraries.patch
 0001-Revert-ArtworkManager-Cache-null-artwork-for-fast-lo.patch

-- 
banshee



More information about the Pkg-cli-apps-commits mailing list