All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 05/21] libnotify: update to version 0.7.6
Date: Thu, 30 Jul 2015 17:27:28 +0300	[thread overview]
Message-ID: <0cef848d4dc2898abac22c5872f8cb35a5380e5a.1438265949.git.alexander.kanavin@linux.intel.com> (raw)
In-Reply-To: <cover.1438265949.git.alexander.kanavin@linux.intel.com>
In-Reply-To: <cover.1438265949.git.alexander.kanavin@linux.intel.com>

New webkit requires at least version 0.7

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 21 ---------------------
 meta/recipes-gnome/libnotify/libnotify_0.7.6.bb | 12 ++++++++++++
 2 files changed, 12 insertions(+), 21 deletions(-)
 delete mode 100644 meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
 create mode 100644 meta/recipes-gnome/libnotify/libnotify_0.7.6.bb

diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
deleted file mode 100644
index e6ee89b..0000000
--- a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "Library for sending desktop notifications to a notification daemon"
-SECTION = "libs"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
-
-PR = "r1"
-
-DEPENDS = "dbus gtk+ dbus-glib"
-
-inherit gnomebase distro_features_check
-
-# Requires gdk/gdkx.h which is provided by gtk when x11 in DISTRO_FEATURES
-REQUIRED_DISTRO_FEATURES = "x11"
-
-SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516"
-SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210"
-
-do_configure_prepend() {
-    sed -i /GTK3/d ${S}/configure.ac
-    sed -i -e /test-gtk3/d -e 's/test-xy-stress \\/test-xy-stress/' ${S}/tests/Makefile.am
-}
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb
new file mode 100644
index 0000000..5d7b4ce
--- /dev/null
+++ b/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Library for sending desktop notifications to a notification daemon"
+SECTION = "libs"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+
+DEPENDS = "dbus gtk+3 dbus-glib"
+
+inherit gnomebase distro_features_check gtk-doc
+
+SRC_URI[archive.md5sum] = "a4997019d08f46f3bf57b78e6f795a59"
+SRC_URI[archive.sha256sum] = "0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837"
+
-- 
2.1.4



  parent reply	other threads:[~2015-07-30 14:27 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-30 14:27 [PATCH 00/21] Update webkitgtk to latest stable upstream; replace midori with epiphany Alexander Kanavin
2015-07-30 14:27 ` [PATCH 01/21] classes/gnomebase: change tarball compression to xz Alexander Kanavin
2015-07-30 14:27 ` [PATCH 02/21] harfbuzz: enable icu feature Alexander Kanavin
2015-07-30 14:27 ` [PATCH 03/21] classes/cmake: add arch conversion routine Alexander Kanavin
2015-07-30 14:27 ` [PATCH 04/21] jpeg: update to version 9a Alexander Kanavin
2015-07-30 14:27 ` Alexander Kanavin [this message]
2015-07-30 14:27 ` [PATCH 06/21] giflib: add a recipe from meta-oe Alexander Kanavin
2015-07-30 14:27 ` [PATCH 07/21] libyaml: " Alexander Kanavin
2015-07-30 14:27 ` [PATCH 08/21] ruby: add a recipe from meta-ruby Alexander Kanavin
2015-07-30 14:27 ` [PATCH 09/21] libsecret: add a recipe from meta-gnome Alexander Kanavin
2015-07-30 14:27 ` [PATCH 10/21] libwebp: add a recipe from meta-oe Alexander Kanavin
2015-07-30 14:27 ` [PATCH 11/21] webkitgtk: add a new recipe for latest upstream version Alexander Kanavin
2015-07-30 14:43   ` Martin Jansa
2015-07-30 15:30     ` Alexander Kanavin
2015-07-30 17:57       ` Paul Eggleton
2015-07-30 19:02         ` alexander.kanavin
2015-07-30 18:54       ` alexander.kanavin
2015-07-30 14:27 ` [PATCH 12/21] p11-kit: add a recipe from meta-oe Alexander Kanavin
2015-07-30 14:27 ` [PATCH 13/21] gcr: add a recipe from meta-gnome Alexander Kanavin
2015-07-30 14:27 ` [PATCH 14/21] iso-codes: add a recipe from meta-oe Alexander Kanavin
2015-07-30 14:27 ` [PATCH 15/21] libwnck3: add a recipe from meta-gnome Alexander Kanavin
2015-07-30 14:27 ` [PATCH 16/21] gnome-desktop3: " Alexander Kanavin
2015-07-30 14:27 ` [PATCH 17/21] glib: add a warning suppression patch to glib Alexander Kanavin
2015-07-30 14:27 ` [PATCH 18/21] gsettings-desktop-schemas: add a recipe from meta-gnome Alexander Kanavin
2015-07-30 14:27 ` [PATCH 19/21] epiphany: " Alexander Kanavin
2015-08-07  4:28   ` Randy MacLeod
2015-08-07 12:44     ` Alexander Kanavin
2015-08-11 23:49       ` Randy MacLeod
2015-08-12  1:45     ` Khem Raj
2015-07-30 14:27 ` [PATCH 20/21] webkit-gtk: remove the recipe for the obsolete version 1.8.3 Alexander Kanavin
2015-07-30 14:27 ` [PATCH 21/21] midori: remove the recipe and replace references to midori with epiphany Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0cef848d4dc2898abac22c5872f8cb35a5380e5a.1438265949.git.alexander.kanavin@linux.intel.com \
    --to=alexander.kanavin@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.