* [PATCH] Removed undisplayed picture from connman-gnome
@ 2012-12-17 15:06 Andrei Dinu
2012-12-17 18:03 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Andrei Dinu @ 2012-12-17 15:06 UTC (permalink / raw)
To: openembedded-core
- removed the picture that doesn't display in the
connman-gnome "about" section.
- updated the recipe to use the patch when running bitbake
- created a folder with patches named "connman-gnome",
the same as for connman.
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
---
...oved-icon-from-connman-gnome-about-applet.patch | 33 ++++++++++++++++++++
.../connman/connman-gnome_0.7.bb | 3 +-
2 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch
diff --git a/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch b/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch
new file mode 100644
index 0000000..2a05e3c
--- /dev/null
+++ b/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch
@@ -0,0 +1,33 @@
+From 5907a23ad2f49702960a33f9e2039552673eabc7 Mon Sep 17 00:00:00 2001
+From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
+Date: Mon, 17 Dec 2012 14:01:18 +0200
+Subject: [PATCH] Removed icon from connman-gnome "about" applet
+
+The connman-gnome "about" applet showed a picture that
+can not be displayed. There is no designated picture
+in connman-gnome to be used in the about section, so
+it was removed.
+
+[OE-Core #2509]
+
+Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
+---
+ applet/main.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/applet/main.c b/applet/main.c
+index f12d371..c7b3c7f 100644
+--- a/applet/main.c
++++ b/applet/main.c
+@@ -212,7 +212,7 @@ static void about_callback(GtkWidget *item, gpointer user_data)
+ "comments", _("A connection manager for the GNOME desktop"),
+ "authors", authors,
+ "translator-credits", _("translator-credits"),
+- "logo-icon-name", "network-wireless", NULL);
++ NULL);
+ }
+
+ static void settings_callback(GtkWidget *item, gpointer user_data)
+--
+1.7.9.5
+
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
index 6cceb2d..1559a9d 100644
--- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
+++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
@@ -10,7 +10,8 @@ DEPENDS = "gtk+ dbus-glib"
# 0.7 tag
SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143"
-SRC_URI = "git://github.com/connectivity/connman-gnome.git;protocol=git"
+SRC_URI = "git://github.com/connectivity/connman-gnome.git;protocol=git \
+ file://0001-Removed-icon-from-connman-gnome-about-applet.patch"
S = "${WORKDIR}/git"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Removed undisplayed picture from connman-gnome
2012-12-17 15:06 [PATCH] Removed undisplayed picture from connman-gnome Andrei Dinu
@ 2012-12-17 18:03 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-12-17 18:03 UTC (permalink / raw)
To: Andrei Dinu; +Cc: openembedded-core
On 12/17/2012 07:06 AM, Andrei Dinu wrote:
> - removed the picture that doesn't display in the
> connman-gnome "about" section.
> - updated the recipe to use the patch when running bitbake
> - created a folder with patches named "connman-gnome",
> the same as for connman.
>
> Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
> ---
> ...oved-icon-from-connman-gnome-about-applet.patch | 33 ++++++++++++++++++++
> .../connman/connman-gnome_0.7.bb | 3 +-
> 2 files changed, 35 insertions(+), 1 deletion(-)
> create mode 100644 meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch
>
> diff --git a/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch b/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch
> new file mode 100644
> index 0000000..2a05e3c
> --- /dev/null
> +++ b/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch
> @@ -0,0 +1,33 @@
> +From 5907a23ad2f49702960a33f9e2039552673eabc7 Mon Sep 17 00:00:00 2001
> +From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
> +Date: Mon, 17 Dec 2012 14:01:18 +0200
> +Subject: [PATCH] Removed icon from connman-gnome "about" applet
> +
> +The connman-gnome "about" applet showed a picture that
> +can not be displayed. There is no designated picture
> +in connman-gnome to be used in the about section, so
> +it was removed.
> +
> +[OE-Core #2509]
> +
Missing Upstream-Status: tag here, please add and submit v2
Sau!
> +Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
> +---
> + applet/main.c | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/applet/main.c b/applet/main.c
> +index f12d371..c7b3c7f 100644
> +--- a/applet/main.c
> ++++ b/applet/main.c
> +@@ -212,7 +212,7 @@ static void about_callback(GtkWidget *item, gpointer user_data)
> + "comments", _("A connection manager for the GNOME desktop"),
> + "authors", authors,
> + "translator-credits", _("translator-credits"),
> +- "logo-icon-name", "network-wireless", NULL);
> ++ NULL);
> + }
> +
> + static void settings_callback(GtkWidget *item, gpointer user_data)
> +--
> +1.7.9.5
> +
> diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> index 6cceb2d..1559a9d 100644
> --- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> @@ -10,7 +10,8 @@ DEPENDS = "gtk+ dbus-glib"
>
> # 0.7 tag
> SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143"
> -SRC_URI = "git://github.com/connectivity/connman-gnome.git;protocol=git"
> +SRC_URI = "git://github.com/connectivity/connman-gnome.git;protocol=git \
> + file://0001-Removed-icon-from-connman-gnome-about-applet.patch"
>
> S = "${WORKDIR}/git"
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-17 18:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-17 15:06 [PATCH] Removed undisplayed picture from connman-gnome Andrei Dinu
2012-12-17 18:03 ` Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.