Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Kai Kang <kai.kang@windriver.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-xfce][PATCH 08/10] xfce4-session: 4.12.1 -> 4.13.0
Date: Mon,  6 Aug 2018 01:54:06 -0700	[thread overview]
Message-ID: <20180806085408.44739-9-kai.kang@windriver.com> (raw)
In-Reply-To: <20180806085408.44739-1-kai.kang@windriver.com>

Upgrade xfce4-session from 4.12.1 to 4.13.0

* replace dependency libwnck with libwnck3

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../{xfce4-session_4.12.1.bb => xfce4-session_4.13.0.bb}            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-xfce/recipes-xfce/xfce4-session/{xfce4-session_4.12.1.bb => xfce4-session_4.13.0.bb} (83%)

diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.0.bb
similarity index 83%
rename from meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
rename to meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.0.bb
index 712597bca..351b2a18a 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.0.bb
@@ -2,18 +2,18 @@ SUMMARY = "xfce4-session is a session manager for Xfce 4 Desktop Environment"
 SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
-DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf polkit"
+DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck3 dbus dbus-glib xfconf polkit"
 RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower"
 
 inherit xfce update-alternatives distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[md5sum] = "f4921fb2e606e74643daf1212263076c"
-SRC_URI[sha256sum] = "97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd"
 SRC_URI += " \
     file://0001-configure.in-hard-code-path-to-iceauth.patch \
 "
+SRC_URI[md5sum] = "0de0afd0c8dfe66f846c6c1c5ff3164a"
+SRC_URI[sha256sum] = "3e02b124c6a282d9b1af0b30696d5256b1c2e56618992b49062314ed3ea5d3a1"
 
 ALTERNATIVE_${PN} = "x-session-manager"
 ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"
-- 
2.11.0



  parent reply	other threads:[~2018-08-06  8:54 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-06  8:53 [meta-xfce][PATCH 00/10] Upgrade packages in layer meta-xfce Kai Kang
2018-08-06  8:53 ` [meta-xfce][PATCH 01/10] libwnck3: 3.20.1 -> 3.24.1 Kai Kang
2018-08-06  9:02   ` [meta-gnome][PATCH " Kang Kai
2018-08-06  8:54 ` [meta-xfce][PATCH 02/10] xfce4-mount-plugin: 1.1.2 -> 1.1.3 Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 03/10] xfce4-hotcorner-plugin: fix library install path Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 04/10] xfce4-embed-plugin: 1.0.0 -> 1.6.0 Kai Kang
2018-08-06 17:31   ` Khem Raj
2018-08-07  2:00     ` Kang Kai
2018-08-07  2:17   ` [PATCH V2] " Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 05/10] xfce4-eyes-plugin: 4.4.5 -> 4.5.0 Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 06/10] xfce4-genmon-plugin: 4.0.0 -> 4.0.1 Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 07/10] exo: 0.12.1 -> 0.12.2 Kai Kang
2018-08-06  8:54 ` Kai Kang [this message]
2018-08-06  8:54 ` [meta-xfce][PATCH 09/10] xfconf: 4.13.4 -> 4.13.5 Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 10/10] xfwm4: 4.12.4 -> 4.12.5 Kai Kang
2018-08-08 10:00 ` [meta-xfce][PATCH 00/10] Upgrade packages in layer meta-xfce Andreas Müller

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=20180806085408.44739-9-kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox