[oe-commits] [meta-openembedded] 03/19: libxfce4ui: 4.13.5 -> 4.13.6

git at git.openembedded.org git at git.openembedded.org
Tue Jul 16 16:11:19 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e115fe237cf6ba977b567e2b2bd323e4a64cf803
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Tue Jul 16 10:12:18 2019 -0400

    libxfce4ui: 4.13.5 -> 4.13.6
    
    * 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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../libxfce4ui/{libxfce4ui_4.13.5.bb => libxfce4ui_4.13.6.bb}     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 2bea5f0..5c4ccda 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}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list