From: <kai.kang@windriver.com>
To: <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: [PATCH v2 02/15] libxfce4ui: 4.13.5 -> 4.13.6
Date: Tue, 16 Jul 2019 10:12:18 -0400 [thread overview]
Message-ID: <20190716141231.77957-3-kai.kang@windriver.com> (raw)
In-Reply-To: <20190716141231.77957-1-kai.kang@windriver.com>
From: Kai Kang <kai.kang@windriver.com>
* dependency glib-2.0 is required by libxfce4util, so remove it from
DEPENDS to make it more clean. And sort DEPENDS at same time.
* not inherit autotools and gettext which have been inherited in
xfce.bbclass already
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
.../{libxfce4ui_4.13.5.bb => libxfce4ui_4.13.6.bb} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename meta-xfce/recipes-xfce/libxfce4ui/{libxfce4ui_4.13.5.bb => libxfce4ui_4.13.6.bb} (75%)
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.5.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.6.bb
similarity index 75%
rename from meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.5.bb
rename to meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.6.bb
index 2bea5f0f6..5c4ccda26 100644
--- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.5.bb
+++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.13.6.bb
@@ -2,17 +2,17 @@ SUMMARY = "Xfce4 Widget library and X Window System interaction"
SECTION = "x11/libs"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
-DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool-native libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice"
+DEPENDS = "intltool-native perl-native gtk+ gtk+3 libice libsm libxfce4util xfce4-dev-tools xfconf virtual/libx11"
-inherit xfce autotools gettext gtk-doc gobject-introspection distro_features_check
+inherit xfce gtk-doc gobject-introspection distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI += " \
file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \
"
-SRC_URI[md5sum] = "692520f2a2cccaaafb0357c3dcbb015b"
-SRC_URI[sha256sum] = "3c38b065796a1cb2c2f2e9a28edaa6b37a3728c1c0b7a4297af9ecd82a8ab66d"
+SRC_URI[md5sum] = "9e5a805d2d557df79e571468978a2766"
+SRC_URI[sha256sum] = "3c5e505ce56a5993db473efed9962705dd255ffaee17009ed1b3e9f40b543969"
EXTRA_OECONF += "--with-vendor-info=${DISTRO}"
--
2.20.0
next prev parent reply other threads:[~2019-07-16 14:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-16 14:12 [PATCH v2 00/15] Upgrade to xfce 4.14 pre2 kai.kang
2019-07-16 14:12 ` [PATCH v2 01/15] libxfce4util: 4.13.3 -> 4.13.4 kai.kang
2019-07-16 14:12 ` kai.kang [this message]
2019-07-16 14:12 ` [PATCH v2 03/15] exo: 0.12.5 -> 0.12.6 kai.kang
2019-07-16 14:12 ` [PATCH v2 04/15] xfconf: 4.13.7 -> 4.13.8 kai.kang
2019-07-16 14:12 ` [PATCH v2 05/15] thunar: 1.8.6 -> 1.8.7 kai.kang
2019-07-16 14:12 ` [PATCH v2 06/15] xfce4-session: 4.13.2 -> 4.13.3 kai.kang
2019-07-16 14:12 ` [PATCH v2 07/15] xfwm4: " kai.kang
2019-07-16 14:12 ` [PATCH v2 08/15] xfdesktop: 4.13.4 -> 4.13.5 kai.kang
2019-07-16 14:12 ` [PATCH v2 09/15] xfce4-power-manager: 1.6.2 -> 1.6.3 kai.kang
2019-07-16 14:12 ` [PATCH v2 10/15] xfce4-panel: 4.13.5 -> 4.13.6 kai.kang
2019-07-16 14:12 ` [PATCH v2 11/15] xfce4-dev-tools: 4.12.0 -> 4.13.0 kai.kang
2019-07-16 14:12 ` [PATCH v2 12/15] thunar-volman: 0.9.2 -> 0.9.3 kai.kang
2019-07-16 14:12 ` [PATCH v2 13/15] garcon: 0.6.2 -> 0.6.3 kai.kang
2019-07-16 14:12 ` [PATCH v2 14/15] xfce4-settings: 4.12.4 -> 4.13.7 kai.kang
2019-07-16 14:12 ` [PATCH v2 15/15] xfce4-pulseaudio-plugin: add dependency dbus-glib kai.kang
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=20190716141231.77957-3-kai.kang@windriver.com \
--to=kai.kang@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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