All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH] libnotify: add 0.5.2 and make it the default
@ 2011-11-20 17:56 Connor Abbott
  2011-11-21  7:57 ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Connor Abbott @ 2011-11-20 17:56 UTC (permalink / raw)
  To: openembedded-devel

Versions of libnotify >= 0.6.0 have API changes that break some gnome recipes.

Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
---
 .../recipes-gnome/libnotify/libnotify_0.5.2.bb     |   10 ++++++++++
 .../recipes-gnome/libnotify/libnotify_0.6.0.bb     |    2 ++
 2 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/libnotify/libnotify_0.5.2.bb

diff --git a/meta-gnome/recipes-gnome/libnotify/libnotify_0.5.2.bb b/meta-gnome/recipes-gnome/libnotify/libnotify_0.5.2.bb
new file mode 100644
index 0000000..5ce0eb6
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libnotify/libnotify_0.5.2.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Send desktop notifications to a notification daemon"
+SECTION = "libs"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+
+DEPENDS = "dbus gtk+"
+
+inherit gnome
+SRC_URI[archive.md5sum] = "4361058ae4e28a9ffce6764e7d03acd1"
+SRC_URI[archive.sha256sum] = "1f6f1a2d6a0e009997c7ed31f6197f9bf09e9b45fb9cd54acabceea951d99062"
diff --git a/meta-gnome/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta-gnome/recipes-gnome/libnotify/libnotify_0.6.0.bb
index 45adbd7..e6c4a95 100644
--- a/meta-gnome/recipes-gnome/libnotify/libnotify_0.6.0.bb
+++ b/meta-gnome/recipes-gnome/libnotify/libnotify_0.6.0.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 
 DEPENDS = "dbus gtk+"
 
+DEFAULT_PREFERENCE = "-99"
+
 inherit gnome
 SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516"
 SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-05  1:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-20 17:56 [meta-gnome][PATCH] libnotify: add 0.5.2 and make it the default Connor Abbott
2011-11-21  7:57 ` Koen Kooi
2011-11-29 23:13   ` Connor Abbott
2011-11-30 22:53     ` Khem Raj
2011-12-05  1:19       ` Connor Abbott

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.