All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce][PATCH 0/4] Upgrade 4 packages
@ 2018-10-30  1:07 kai.kang
  2018-10-30  1:07 ` [meta-xfce][PATCH 1/4] xfconf: 4.13.5 -> 4.13.6 kai.kang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kai.kang @ 2018-10-30  1:07 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>


Kai Kang (4):
  xfconf: 4.13.5 -> 4.13.6
  xfce4-clipman-plugin: 1.4.2 -> 1.4.3
  xfce4-notifyd: 0.4.2 -> 0.4.3
  thunar: 1.8.1 -> 1.8.2

 .../{xfce4-notifyd_0.4.2.bb => xfce4-notifyd_0.4.3.bb}       | 4 ++--
 ...clipman-plugin_1.4.2.bb => xfce4-clipman-plugin_1.4.3.bb} | 4 ++--
 .../recipes-xfce/thunar/{thunar_1.8.1.bb => thunar_1.8.2.bb} | 4 ++--
 .../xfconf/{xfconf_4.13.5.bb => xfconf_4.13.6.bb}            | 5 +++--
 4 files changed, 9 insertions(+), 8 deletions(-)
 rename meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.4.2.bb => xfce4-notifyd_0.4.3.bb} (84%)
 rename meta-xfce/recipes-panel-plugins/clipman/{xfce4-clipman-plugin_1.4.2.bb => xfce4-clipman-plugin_1.4.3.bb} (76%)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.1.bb => thunar_1.8.2.bb} (86%)
 rename meta-xfce/recipes-xfce/xfconf/{xfconf_4.13.5.bb => xfconf_4.13.6.bb} (67%)

-- 
2.18.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [meta-xfce][PATCH 1/4] xfconf: 4.13.5 -> 4.13.6
  2018-10-30  1:07 [meta-xfce][PATCH 0/4] Upgrade 4 packages kai.kang
@ 2018-10-30  1:07 ` kai.kang
  2018-10-30  1:07 ` [meta-xfce][PATCH 2/4] xfce4-clipman-plugin: 1.4.2 -> 1.4.3 kai.kang
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kai.kang @ 2018-10-30  1:07 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Upgrade xfconf from 4.13.5 to 4.13.6.
* update FILES

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../xfconf/{xfconf_4.13.5.bb => xfconf_4.13.6.bb}            | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/xfconf/{xfconf_4.13.5.bb => xfconf_4.13.6.bb} (67%)

diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.5.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.6.bb
similarity index 67%
rename from meta-xfce/recipes-xfce/xfconf/xfconf_4.13.5.bb
rename to meta-xfce/recipes-xfce/xfconf/xfconf_4.13.6.bb
index 615350240..191d0fd78 100644
--- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.5.bb
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.13.6.bb
@@ -8,8 +8,9 @@ inherit xfce gtk-doc
 
 EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl"
 
-SRC_URI[md5sum] = "1ce1a7f694fb6a4a4a32000f72131ea9"
-SRC_URI[sha256sum] = "90b4eb0cdf407339c091e9811f7a40b4cfa215ebb03a921503b7e21f0f4f63cb"
+SRC_URI[md5sum] = "da19df12dbc494c8a4da3974e376d639"
+SRC_URI[sha256sum] = "d1a3d442dae188b5a7380b5815377e5488578cdafb03ae363e9426e3b01185df"
 
 FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \
+                ${libdir}/gio/modules/libxfconfgsettingsbackend.so \
                 ${datadir}/dbus-1/services/org.xfce.Xfconf.service"
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-xfce][PATCH 2/4] xfce4-clipman-plugin: 1.4.2 -> 1.4.3
  2018-10-30  1:07 [meta-xfce][PATCH 0/4] Upgrade 4 packages kai.kang
  2018-10-30  1:07 ` [meta-xfce][PATCH 1/4] xfconf: 4.13.5 -> 4.13.6 kai.kang
@ 2018-10-30  1:07 ` kai.kang
  2018-10-30  1:07 ` [meta-xfce][PATCH 3/4] xfce4-notifyd: 0.4.2 -> 0.4.3 kai.kang
  2018-10-30  1:07 ` [meta-xfce][PATCH 4/4] thunar: 1.8.1 -> 1.8.2 kai.kang
  3 siblings, 0 replies; 5+ messages in thread
From: kai.kang @ 2018-10-30  1:07 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 ...-clipman-plugin_1.4.2.bb => xfce4-clipman-plugin_1.4.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/clipman/{xfce4-clipman-plugin_1.4.2.bb => xfce4-clipman-plugin_1.4.3.bb} (76%)

diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.2.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.3.bb
similarity index 76%
rename from meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.2.bb
rename to meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.3.bb
index f683f5359..a1ac05729 100644
--- a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.2.bb
+++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.4.3.bb
@@ -8,8 +8,8 @@ inherit xfce-panel-plugin
 
 DEPENDS += "xfconf xorgproto libxtst"
 
-SRC_URI[md5sum] = "9169140af7c9d3fddd8a5c9e0efb5a61"
-SRC_URI[sha256sum] = "cf2b45e327e67cc187dcb99a6ef6d95570463045accd24540e17172f005189b3"
+SRC_URI[md5sum] = "fa0acd5f5e3298e56ebd47d2944cd02b"
+SRC_URI[sha256sum] = "29cdb85efb54bd5c9c04cc695b7c4914d6dff972b9fd969cbfb5504e9c632ad2"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-xfce][PATCH 3/4] xfce4-notifyd: 0.4.2 -> 0.4.3
  2018-10-30  1:07 [meta-xfce][PATCH 0/4] Upgrade 4 packages kai.kang
  2018-10-30  1:07 ` [meta-xfce][PATCH 1/4] xfconf: 4.13.5 -> 4.13.6 kai.kang
  2018-10-30  1:07 ` [meta-xfce][PATCH 2/4] xfce4-clipman-plugin: 1.4.2 -> 1.4.3 kai.kang
@ 2018-10-30  1:07 ` kai.kang
  2018-10-30  1:07 ` [meta-xfce][PATCH 4/4] thunar: 1.8.1 -> 1.8.2 kai.kang
  3 siblings, 0 replies; 5+ messages in thread
From: kai.kang @ 2018-10-30  1:07 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../{xfce4-notifyd_0.4.2.bb => xfce4-notifyd_0.4.3.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.4.2.bb => xfce4-notifyd_0.4.3.bb} (84%)

diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.3.bb
similarity index 84%
rename from meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb
rename to meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.3.bb
index 15ec51b2b..d7719051b 100644
--- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb
+++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.3.bb
@@ -15,8 +15,8 @@ DEPENDS = " \
 
 inherit xfce-app
 
-SRC_URI[md5sum] = "ecb930ef6ae6e1f310a5afe5f638eff8"
-SRC_URI[sha256sum] = "f6f28af47fdfb41db84bd003f0d76f5f4abf2137d1e27e9d378f063bb8f82356"
+SRC_URI[md5sum] = "4887c62dfcb4c3e4f45c9acfb3def515"
+SRC_URI[sha256sum] = "293dda084cfca4887ae740e2725fdfc64412bc10eac7a55a924eb14482dceac0"
 
 # Avoid trouble with other desktops e.g KDE which also ships dbus service named
 # org.freedesktop.Notifications
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-xfce][PATCH 4/4] thunar: 1.8.1 -> 1.8.2
  2018-10-30  1:07 [meta-xfce][PATCH 0/4] Upgrade 4 packages kai.kang
                   ` (2 preceding siblings ...)
  2018-10-30  1:07 ` [meta-xfce][PATCH 3/4] xfce4-notifyd: 0.4.2 -> 0.4.3 kai.kang
@ 2018-10-30  1:07 ` kai.kang
  3 siblings, 0 replies; 5+ messages in thread
From: kai.kang @ 2018-10-30  1:07 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../recipes-xfce/thunar/{thunar_1.8.1.bb => thunar_1.8.2.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.1.bb => thunar_1.8.2.bb} (86%)

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.1.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.2.bb
similarity index 86%
rename from meta-xfce/recipes-xfce/thunar/thunar_1.8.1.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_1.8.2.bb
index 726ce91bd..d2a0e30c5 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.1.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.2.bb
@@ -9,8 +9,8 @@ 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] = "f0681eccff31c027097a3e1e7db85218"
-SRC_URI[sha256sum] = "96fabaa68db32f513e9bcb34fa2a26c1462127727fad0bc25a8a5ba9aab4c12c"
+SRC_URI[md5sum] = "51a0988625a7e2c944377e75d3effc71"
+SRC_URI[sha256sum] = "75f91045541eb5983e772a564d97f23e5995256bfb9863e0f4a015393421d428"
 
 S = "${WORKDIR}/Thunar-${PV}/"
 
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-30  1:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-30  1:07 [meta-xfce][PATCH 0/4] Upgrade 4 packages kai.kang
2018-10-30  1:07 ` [meta-xfce][PATCH 1/4] xfconf: 4.13.5 -> 4.13.6 kai.kang
2018-10-30  1:07 ` [meta-xfce][PATCH 2/4] xfce4-clipman-plugin: 1.4.2 -> 1.4.3 kai.kang
2018-10-30  1:07 ` [meta-xfce][PATCH 3/4] xfce4-notifyd: 0.4.2 -> 0.4.3 kai.kang
2018-10-30  1:07 ` [meta-xfce][PATCH 4/4] thunar: 1.8.1 -> 1.8.2 kai.kang

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.