All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce][PATCH 1/2] exo: upgrade 0.12.8 -> 0.12.9
@ 2019-11-20 23:38 Andreas Müller
  2019-11-20 23:38 ` [meta-xfce][PATCH 2/2] parole: upgrade 1.0.4 -> 1.0.5 Andreas Müller
  2019-11-22  0:43 ` [meta-xfce][PATCH 1/2] exo: upgrade 0.12.8 -> 0.12.9 Kang Kai
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Müller @ 2019-11-20 23:38 UTC (permalink / raw)
  To: openembedded-devel, kai.kang

Release notes for 0.12.9
========================
Bug Fixes:
- Explicitly depend on gio-unix-2.0 (Xfce #15825)
- Fix alignment of multi-line filenames when text beside icons (Xfce
- Fix cursor missing in search popup widget (Xfce #16068)
- Fix desktop item creation on symbolic link directories
- Fix excess clickable area of multiline filenames (Xfce #16075)
- Fix issues with displaying icon view contents (Xfce #14737)
- Fix prelight deactivation (Xfce #11806)
- Hide search widget when doing a fullscreen resize (Xfce #15106)
- Make user-created launchers executable by default

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-xfce/recipes-xfce/exo/{exo_0.12.8.bb => exo_0.12.9.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/exo/{exo_0.12.8.bb => exo_0.12.9.bb} (88%)

diff --git a/meta-xfce/recipes-xfce/exo/exo_0.12.8.bb b/meta-xfce/recipes-xfce/exo/exo_0.12.9.bb
similarity index 88%
rename from meta-xfce/recipes-xfce/exo/exo_0.12.8.bb
rename to meta-xfce/recipes-xfce/exo/exo_0.12.9.bb
index fdd50d435..a12520417 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.12.8.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.12.9.bb
@@ -20,8 +20,8 @@ SRC_URI_append_class-native = " \
     file://reduce-build-to-exo-csource-only.patch \
 "
 
-SRC_URI[md5sum] = "e618ce760a12ac7427a48a44c69f3d31"
-SRC_URI[sha256sum] = "3400a2e64aa41ede25bedaca4909bde7ea4f8698d9598d1b80f02a40ac89fcde"
+SRC_URI[md5sum] = "9730f9d270b4968a8bbebe73e6de934f"
+SRC_URI[sha256sum] = "9ba0bf0fd59aeb1cd32ae3863e7a78222655eb15eb675ba08f3b3fb933b6fbfe"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG_class-target ??= "gtk"
-- 
2.21.0



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

* [meta-xfce][PATCH 2/2] parole: upgrade 1.0.4 -> 1.0.5
  2019-11-20 23:38 [meta-xfce][PATCH 1/2] exo: upgrade 0.12.8 -> 0.12.9 Andreas Müller
@ 2019-11-20 23:38 ` Andreas Müller
  2019-11-22  0:43 ` [meta-xfce][PATCH 1/2] exo: upgrade 0.12.8 -> 0.12.9 Kang Kai
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Müller @ 2019-11-20 23:38 UTC (permalink / raw)
  To: openembedded-devel, kai.kang

Release notes for 1.0.5
=======================
Bug Fixes:
- Fix creation and cleanup of thumbnails (Xfce #16026)
- Fix volume hotkeys in fullscreen (Xfce #16005)
- Fix compiler warnings

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../parole/{parole_1.0.4.bb => parole_1.0.5.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-multimedia/parole/{parole_1.0.4.bb => parole_1.0.5.bb} (84%)

diff --git a/meta-xfce/recipes-multimedia/parole/parole_1.0.4.bb b/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb
similarity index 84%
rename from meta-xfce/recipes-multimedia/parole/parole_1.0.4.bb
rename to meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb
index 68556a2ab..efee1aa93 100644
--- a/meta-xfce/recipes-multimedia/parole/parole_1.0.4.bb
+++ b/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb
@@ -16,8 +16,8 @@ DEPENDS += " \
     taglib \
 "
 
-SRC_URI[md5sum] = "c23621eb44df292f828e86074d4e719d"
-SRC_URI[sha256sum] = "e92b8ec369e53d921b47d2473c2e2a1e9e04d3c5d536d419abdff40e5e136dc1"
+SRC_URI[md5sum] = "74fcde5da018c011e5febd9649817c05"
+SRC_URI[sha256sum] = "1adb4bd96c4cc4b4a79eeafe1316e170f506426e3737e8ba8898f7ea6bec572a"
 
 RDEPENDS_${PN} += "gstreamer1.0-plugins-good"
 
-- 
2.21.0



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

* Re: [meta-xfce][PATCH 1/2] exo: upgrade 0.12.8 -> 0.12.9
  2019-11-20 23:38 [meta-xfce][PATCH 1/2] exo: upgrade 0.12.8 -> 0.12.9 Andreas Müller
  2019-11-20 23:38 ` [meta-xfce][PATCH 2/2] parole: upgrade 1.0.4 -> 1.0.5 Andreas Müller
@ 2019-11-22  0:43 ` Kang Kai
  1 sibling, 0 replies; 3+ messages in thread
From: Kang Kai @ 2019-11-22  0:43 UTC (permalink / raw)
  To: Andreas Müller, openembedded-devel

On 2019/11/21 上午7:38, Andreas Müller wrote:
> Release notes for 0.12.9
> ========================
> Bug Fixes:
> - Explicitly depend on gio-unix-2.0 (Xfce #15825)
> - Fix alignment of multi-line filenames when text beside icons (Xfce
> - Fix cursor missing in search popup widget (Xfce #16068)
> - Fix desktop item creation on symbolic link directories
> - Fix excess clickable area of multiline filenames (Xfce #16075)
> - Fix issues with displaying icon view contents (Xfce #14737)
> - Fix prelight deactivation (Xfce #11806)
> - Hide search widget when doing a fullscreen resize (Xfce #15106)
> - Make user-created launchers executable by default
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>


Acked-by: Kai Kang <kai.kang@windriver.com>

Regards,
Kai


> ---
>   meta-xfce/recipes-xfce/exo/{exo_0.12.8.bb => exo_0.12.9.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-xfce/recipes-xfce/exo/{exo_0.12.8.bb => exo_0.12.9.bb} (88%)
>
> diff --git a/meta-xfce/recipes-xfce/exo/exo_0.12.8.bb b/meta-xfce/recipes-xfce/exo/exo_0.12.9.bb
> similarity index 88%
> rename from meta-xfce/recipes-xfce/exo/exo_0.12.8.bb
> rename to meta-xfce/recipes-xfce/exo/exo_0.12.9.bb
> index fdd50d435..a12520417 100644
> --- a/meta-xfce/recipes-xfce/exo/exo_0.12.8.bb
> +++ b/meta-xfce/recipes-xfce/exo/exo_0.12.9.bb
> @@ -20,8 +20,8 @@ SRC_URI_append_class-native = " \
>       file://reduce-build-to-exo-csource-only.patch \
>   "
>   
> -SRC_URI[md5sum] = "e618ce760a12ac7427a48a44c69f3d31"
> -SRC_URI[sha256sum] = "3400a2e64aa41ede25bedaca4909bde7ea4f8698d9598d1b80f02a40ac89fcde"
> +SRC_URI[md5sum] = "9730f9d270b4968a8bbebe73e6de934f"
> +SRC_URI[sha256sum] = "9ba0bf0fd59aeb1cd32ae3863e7a78222655eb15eb675ba08f3b3fb933b6fbfe"
>   
>   PACKAGECONFIG ??= ""
>   PACKAGECONFIG_class-target ??= "gtk"


-- 
Kai Kang



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

end of thread, other threads:[~2019-11-22  0:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 23:38 [meta-xfce][PATCH 1/2] exo: upgrade 0.12.8 -> 0.12.9 Andreas Müller
2019-11-20 23:38 ` [meta-xfce][PATCH 2/2] parole: upgrade 1.0.4 -> 1.0.5 Andreas Müller
2019-11-22  0:43 ` [meta-xfce][PATCH 1/2] exo: upgrade 0.12.8 -> 0.12.9 Kang Kai

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.