From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by mail.openembedded.org (Postfix) with ESMTP id 4BCF17E668 for ; Tue, 16 Jul 2019 14:13:50 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id x6GEDFUQ019601 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 16 Jul 2019 07:13:25 -0700 Received: from msp-lpggp1.wrs.com (172.25.34.110) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.468.0; Tue, 16 Jul 2019 07:13:05 -0700 From: To: Date: Tue, 16 Jul 2019 10:12:21 -0400 Message-ID: <20190716141231.77957-6-kai.kang@windriver.com> X-Mailer: git-send-email 2.20.0 In-Reply-To: <20190716141231.77957-1-kai.kang@windriver.com> References: <20190716141231.77957-1-kai.kang@windriver.com> MIME-Version: 1.0 Cc: openembedded-devel@lists.openembedded.org Subject: [PATCH v2 05/15] thunar: 1.8.6 -> 1.8.7 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2019 14:13:50 -0000 Content-Transfer-Encoding: 8bit Content-Type: text/plain From: Kai Kang * dbus-glib is removed from DEPENDS that it has been replace by gdbus from 1.7.0 * remove glib-2.0 gtk+3 libxfce4util and xfconf from DEPENDS for clean which are required by libxfce4ui Signed-off-by: Kai Kang --- .../thunar/{thunar_1.8.6.bb => thunar_1.8.7.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.6.bb => thunar_1.8.7.bb} (74%) diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.6.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.7.bb similarity index 74% rename from meta-xfce/recipes-xfce/thunar/thunar_1.8.6.bb rename to meta-xfce/recipes-xfce/thunar/thunar_1.8.7.bb index 4375ce065..21430ba59 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.6.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.7.bb @@ -2,15 +2,15 @@ SUMMARY = "File manager for the Xfce Desktop Environment" SECTION = "x11" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "exo glib-2.0 gtk+3 gdk-pixbuf libxfce4util libxfce4ui xfconf libsm dbus-glib startup-notification libnotify xfce4-panel udev" +DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" inherit xfce gobject-introspection distro_features_check REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" -SRC_URI[md5sum] = "3cb40548d7c642176eab8b97a5ba6d29" -SRC_URI[sha256sum] = "c0e5fb828e3d036941dfeb7ed7f9f2b17b729fc044c2bf7c4218c1c91b38ef2a" +SRC_URI[md5sum] = "9abdbc78cbf9957f9727c327476a08c2" +SRC_URI[sha256sum] = "3e033af06751beee23e73cf16cbd97513d3c0adf358d8a42158af38a44b9d329" S = "${WORKDIR}/Thunar-${PV}/" -- 2.20.0