[packages/blueman] - added tray icon fix from fedora - rel 2
baggins
baggins at pld-linux.org
Mon Dec 16 00:05:06 CET 2013
commit ad01613c85c62c401f01a787005d0a0b4db2b492
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Dec 16 00:04:48 2013 +0100
- added tray icon fix from fedora
- rel 2
blueman-statusicon.patch | 20 ++++++++++++++++++++
blueman.spec | 4 +++-
2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/blueman.spec b/blueman.spec
index c40d212..87a0873 100644
--- a/blueman.spec
+++ b/blueman.spec
@@ -6,11 +6,12 @@
Summary: Blueman - bluetooth management utility for GNOME
Name: blueman
Version: 1.23
-Release: 1
+Release: 2
License: GPL
Group: Applications
Source0: http://download.tuxfamily.org/blueman/%{name}-%{version}.tar.gz
# Source0-md5: f0bee59589f4c23e35bf08c2ef8acaef
+Patch0: %{name}-statusicon.patch
URL: http://blueman.tuxfamily.org/
BuildRequires: bluez-libs-devel
BuildRequires: gettext-devel
@@ -59,6 +60,7 @@ Features:
%prep
%setup -q
+%patch0 -p1
%build
%configure \
diff --git a/blueman-statusicon.patch b/blueman-statusicon.patch
new file mode 100644
index 0000000..1031b62
--- /dev/null
+++ b/blueman-statusicon.patch
@@ -0,0 +1,20 @@
+--- blueman-1.23/blueman/plugins/applet/StatusIcon.py.orig 2012-04-26 23:52:01.900955192 +0200
++++ blueman-1.23/blueman/plugins/applet/StatusIcon.py 2012-04-26 23:52:34.882160450 +0200
+@@ -68,7 +68,7 @@
+ entry.connect("changed", self.on_entry_changed, ic, image)
+
+ __options__ = {"icon": {"type": str,
+- "default": "blueman-tray",
++ "default": "bluetooth",
+ "name": _("Icon Name"),
+ "desc": _("Custom icon to use for the notification area"),
+ "decorator": widget_decorator
+@@ -166,7 +166,7 @@
+ self.QueryVisibility()
+
+ def on_status_icon_resized(self):
+- self.icon = "blueman-tray"
++ self.icon = "bluetooth"
+
+ #p = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, True, 8, 22, 22)
+ #p.fill(0)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/blueman.git/commitdiff/ad01613c85c62c401f01a787005d0a0b4db2b492
More information about the pld-cvs-commit
mailing list