All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] libnotify3: remove the recipe
@ 2015-08-26 10:07 Alexander Kanavin
  2015-08-26 10:07 ` [PATCH 2/3] gnome: add explicit bz2 compress type to older packages Alexander Kanavin
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Alexander Kanavin @ 2015-08-26 10:07 UTC (permalink / raw)
  To: openembedded-devel

libnotify 0.7.6 is now provided in oe-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb | 16 ----------------
 meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb   |  2 +-
 2 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb

diff --git a/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb b/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb
deleted file mode 100644
index b66fe97..0000000
--- a/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "Send desktop notifications to a notification daemon"
-SECTION = "libs"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
-
-DEPENDS = "dbus gtk+3"
-
-# conflicts with libnotify, mixing them in build breaks couple of packages
-EXCLUDE_FROM_WORLD = "1"
-
-BPN = "libnotify"
-
-inherit gnome lib_package
-
-SRC_URI[archive.md5sum] = "d20676bde7bd2d276508d019dc7276f1"
-SRC_URI[archive.sha256sum] = "322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88"
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb
index 1acf8d3..586d1d9 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \
 
 PR = "r4"
 
-DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3"
+DEPENDS = "libnotify gtk+3 libunique gvfs librsvg libexif gnome-desktop3"
 # optional: tracker
 
 # needs libnotify3 which conflicts with libnotify, mixing them in build breaks couple of packages
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [PATCH 1/3] libnotify3: remove the recipe
@ 2015-09-07 11:22 Alexander Kanavin
  0 siblings, 0 replies; 11+ messages in thread
From: Alexander Kanavin @ 2015-09-07 11:22 UTC (permalink / raw)
  To: openembedded-devel

libnotify 0.7.6 is now provided in oe-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb | 16 ----------------
 meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb   |  5 +----
 2 files changed, 1 insertion(+), 20 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb

diff --git a/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb b/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb
deleted file mode 100644
index b66fe97..0000000
--- a/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "Send desktop notifications to a notification daemon"
-SECTION = "libs"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
-
-DEPENDS = "dbus gtk+3"
-
-# conflicts with libnotify, mixing them in build breaks couple of packages
-EXCLUDE_FROM_WORLD = "1"
-
-BPN = "libnotify"
-
-inherit gnome lib_package
-
-SRC_URI[archive.md5sum] = "d20676bde7bd2d276508d019dc7276f1"
-SRC_URI[archive.sha256sum] = "322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88"
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb
index 1acf8d3..eea6f19 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb
@@ -8,12 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \
 
 PR = "r4"
 
-DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3"
+DEPENDS = "libnotify gtk+3 libunique gvfs librsvg libexif gnome-desktop3"
 # optional: tracker
 
-# needs libnotify3 which conflicts with libnotify, mixing them in build breaks couple of packages
-EXCLUDE_FROM_WORLD = "1"
-
 # to include nautilus3/no-try-run-strftime.diff before the rest
 FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
 BPN = "nautilus"
-- 
2.1.4



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

end of thread, other threads:[~2015-09-07 11:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 10:07 [PATCH 1/3] libnotify3: remove the recipe Alexander Kanavin
2015-08-26 10:07 ` [PATCH 2/3] gnome: add explicit bz2 compress type to older packages Alexander Kanavin
2015-08-26 10:07 ` [PATCH 3/3] iso-codes: remove the recipe due to its move to oe-core Alexander Kanavin
2015-08-26 10:40 ` [PATCH 1/3] libnotify3: remove the recipe Tanu Kaskinen
2015-08-26 10:59   ` Alexander Kanavin
2015-08-26 18:01     ` Andreas Müller
2015-08-27  8:23       ` Paul Eggleton
2015-08-27 10:49         ` Andreas Müller
2015-08-27 11:00           ` Paul Eggleton
2015-08-28  6:11           ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2015-09-07 11:22 Alexander Kanavin

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.