All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] tumbler: upgrade 0.2.8 -> 0.2.9
@ 2020-08-09 12:35 Andreas Müller
  2020-08-09 12:35 ` [PATCH 2/6] xfwm4: upgrade 4.14.3 -> 4.14.4 Andreas Müller
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andreas Müller @ 2020-08-09 12:35 UTC (permalink / raw)
  To: openembedded-devel

Release notes for 0.2.9
=======================
This is a bugfix release from the stable xfce-4.14 branch. This release
addresses the issue described in Bug #28 and partially solved by the
previous release 0.2.8. The issue now is completely solved by adding
the correct orientation handling when fallback code for generating jpeg
thumbnail takes place.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../tumbler/{tumbler_0.2.8.bb => tumbler_0.2.9.bb}             | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.2.8.bb => tumbler_0.2.9.bb} (88%)

diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb
similarity index 88%
rename from meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb
rename to meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb
index e0d4845a0..d364c8033 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb
@@ -6,8 +6,7 @@ DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgs
 
 inherit xfce gtk-doc
 
-SRC_URI[md5sum] = "5d541608b3962fd2b16e23a266fd7a10"
-SRC_URI[sha256sum] = "0999b9a3deb57010956db6630ae7205813999147043171049a7b6c333be93e96"
+SRC_URI[sha256sum] = "6508906f03e5a6ae3f6503b71b056df47d336d5504f39df6ce0bb9c5248007b6"
 
 INSANE_SKIP_${PN} = "dev-so"
 
-- 
2.26.2


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

* [PATCH 2/6] xfwm4: upgrade 4.14.3 -> 4.14.4
  2020-08-09 12:35 [PATCH 1/6] tumbler: upgrade 0.2.8 -> 0.2.9 Andreas Müller
@ 2020-08-09 12:35 ` Andreas Müller
  2020-08-09 12:35 ` [PATCH 3/6] geoclue: upgrade 2.5.3 -> 2.5.6 Andreas Müller
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2020-08-09 12:35 UTC (permalink / raw)
  To: openembedded-devel

Release notes for 4.14.4
========================
4.14.4
======

- Fix a crash on FreeBSD (xfce/xfwm4#411)
- Fix compilation warning due to g_type_class_add_private deprecation

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-xfce/xfwm4/{xfwm4_4.14.3.bb => xfwm4_4.14.4.bb}    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.14.3.bb => xfwm4_4.14.4.bb} (90%)

diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.4.bb
similarity index 90%
rename from meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb
rename to meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.4.bb
index ab8b34cfb..d68e00864 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.4.bb
@@ -9,8 +9,7 @@ inherit xfce update-alternatives features_check
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += "file://0001-Revert-compositor-Revert-to-GLX-as-default-vblank-me.patch"
-SRC_URI[md5sum] = "66b25adc9db8a3d829ba171bed478724"
-SRC_URI[sha256sum] = "829bec5a9e35a9f11c54a546c0112f5ad36e0f747be1156856d4abcce37283bf"
+SRC_URI[sha256sum] = "b2a4e6acc3e6eb5503f247f2664c2b1a25240050d75ca93299955aa6b5e62a7e"
 
 PACKAGECONFIG ?= " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'epoxy', '', d)} \
-- 
2.26.2


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

* [PATCH 3/6] geoclue: upgrade 2.5.3 -> 2.5.6
  2020-08-09 12:35 [PATCH 1/6] tumbler: upgrade 0.2.8 -> 0.2.9 Andreas Müller
  2020-08-09 12:35 ` [PATCH 2/6] xfwm4: upgrade 4.14.3 -> 4.14.4 Andreas Müller
@ 2020-08-09 12:35 ` Andreas Müller
  2020-08-09 12:35 ` [PATCH 4/6] gnome-help.bbclass: remove double FILES_${PN}-help entry Andreas Müller
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2020-08-09 12:35 UTC (permalink / raw)
  To: openembedded-devel

While at it:
* remove unnecessary exports
* minor recipe cleanup

Release notes [1]

2.5.6:
* Fix crashes in WiFi handling code.
* Plug a leak.

2.5.5:
* Plug another leak.
* Fix another buffer overflow.
* Fix WiFi-geolocation that got broken in 2.5.4.
* Put freequently used small strings on the stack to avoid excessive memory usage.

2.5.4:
* Plug a leak that becomes pretty huge after a while of running Geoclue.
* Fix a buffer-overflow.

[1] https://gitlab.freedesktop.org/geoclue/geoclue/-/releases

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../geoclue/{geoclue_2.5.3.bb => geoclue_2.5.6.bb}   | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)
 rename meta-oe/recipes-navigation/geoclue/{geoclue_2.5.3.bb => geoclue_2.5.6.bb} (82%)

diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.3.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb
similarity index 82%
rename from meta-oe/recipes-navigation/geoclue/geoclue_2.5.3.bb
rename to meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb
index e57e7a720..03a10ce62 100644
--- a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.3.bb
+++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb
@@ -12,17 +12,9 @@ DEPENDS = "glib-2.0 dbus json-glib libsoup-2.4 intltool-native"
 
 inherit meson pkgconfig gtk-doc gobject-introspection vala
 
-SRC_URI = " \
-    https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${PV}/geoclue-${PV}.tar \
-"
-
-SRC_URI[md5sum] = "6228301ed62b587ebaa0438b97ce66e4"
-SRC_URI[sha256sum] = "3caa5e10190a34c17a9b3a9d1d8a19797ed197f07f36f6e35ce533a379efe155"
+SRC_URI = "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${PV}/geoclue-${PV}.tar"
 
-export BUILD_SYS
-export HOST_SYS
-export STAGING_INCDIR
-export STAGING_LIBDIR
+SRC_URI[sha256sum] = "76494f1262fd90faea05116aface7f580b9b50f7c525bc86ccf33409cea95e8d"
 
 # Without this line, package is declared a library and named libgeoclue*
 AUTO_LIBNAME_PKGS = ""
-- 
2.26.2


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

* [PATCH 4/6] gnome-help.bbclass: remove double FILES_${PN}-help entry
  2020-08-09 12:35 [PATCH 1/6] tumbler: upgrade 0.2.8 -> 0.2.9 Andreas Müller
  2020-08-09 12:35 ` [PATCH 2/6] xfwm4: upgrade 4.14.3 -> 4.14.4 Andreas Müller
  2020-08-09 12:35 ` [PATCH 3/6] geoclue: upgrade 2.5.3 -> 2.5.6 Andreas Müller
@ 2020-08-09 12:35 ` Andreas Müller
  2020-08-09 12:35 ` [PATCH 5/6] gnome-calendar: initial add 3.36.2 Andreas Müller
  2020-08-09 12:35 ` [PATCH 6/6] imagemagick: upgrade 7.0.9_13 -> 7.0.10_25 Andreas Müller
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2020-08-09 12:35 UTC (permalink / raw)
  To: openembedded-devel

When I wrote this class meta-qt5-extra's qt5-translation.bbclass was taken
as template. So this is a leftover which does not make sense: Variable is set
differently few lines below.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-gnome/classes/gnome-help.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-gnome/classes/gnome-help.bbclass b/meta-gnome/classes/gnome-help.bbclass
index 967091ba4..9c4771ddc 100644
--- a/meta-gnome/classes/gnome-help.bbclass
+++ b/meta-gnome/classes/gnome-help.bbclass
@@ -9,8 +9,6 @@
 #   else
 #       pack all help files to ${PN}-help-<lingua>
 
-FILES_${PN}-help = "${datadir}/*/translations"
-
 # Dummy to get yelp build & PACKAGE_NO_HELP_SPLIT set 1
 PACKAGES_append = " ${PN}-help"
 FILES_${PN}-help = "${datadir}/help"
-- 
2.26.2


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

* [PATCH 5/6] gnome-calendar: initial add 3.36.2
  2020-08-09 12:35 [PATCH 1/6] tumbler: upgrade 0.2.8 -> 0.2.9 Andreas Müller
                   ` (2 preceding siblings ...)
  2020-08-09 12:35 ` [PATCH 4/6] gnome-help.bbclass: remove double FILES_${PN}-help entry Andreas Müller
@ 2020-08-09 12:35 ` Andreas Müller
  2020-08-09 12:35 ` [PATCH 6/6] imagemagick: upgrade 7.0.9_13 -> 7.0.10_25 Andreas Müller
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2020-08-09 12:35 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../gnome-calendar/gnome-calendar_3.36.2.bb   | 32 +++++++++++++++++++
 .../packagegroups/packagegroup-gnome-apps.bb  |  1 +
 2 files changed, 33 insertions(+)
 create mode 100644 meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.36.2.bb

diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.36.2.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.36.2.bb
new file mode 100644
index 000000000..4605857f5
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.36.2.bb
@@ -0,0 +1,32 @@
+SUMMARY = "GNOME calendar"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
+
+SECTION = "x11/gnome"
+
+DEPENDS = " \
+    gtk+3 \
+    libical \
+    gsettings-desktop-schemas \
+    evolution-data-server \
+    libsoup-2.4 \
+    libdazzle \
+    libhandy \
+    libgweather \
+    geoclue \
+"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even
+
+REQUIRED_DISTRO_FEATURES = "x11"
+
+SRC_URI[archive.sha256sum] = "d0b05345c0555a085e6e5426eab49494aba2826c856eb06fd7fdb762ec0c4c1f"
+
+FILES_${PN} += " \
+    ${datadir}/gnome-shell \
+    ${datadir}/metainfo \
+    ${datadir}/dbus-1 \
+"
+
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
index 934101f9b..2d2d6b599 100644
--- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
+++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
@@ -13,6 +13,7 @@ RDEPENDS_${PN} = " \
     gedit \
     ghex \
     gnome-calculator \
+    gnome-calendar \
     gnome-font-viewer \
     gnome-photos \
     gnome-terminal \
-- 
2.26.2


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

* [PATCH 6/6] imagemagick: upgrade 7.0.9_13 -> 7.0.10_25
  2020-08-09 12:35 [PATCH 1/6] tumbler: upgrade 0.2.8 -> 0.2.9 Andreas Müller
                   ` (3 preceding siblings ...)
  2020-08-09 12:35 ` [PATCH 5/6] gnome-calendar: initial add 3.36.2 Andreas Müller
@ 2020-08-09 12:35 ` Andreas Müller
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2020-08-09 12:35 UTC (permalink / raw)
  To: openembedded-devel

Changelog would be > 300 lines so for those intersted see [1]

[1] https://github.com/ImageMagick/ImageMagick/blob/master/ChangeLog

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{imagemagick_7.0.9.bb => imagemagick_7.0.10.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/imagemagick/{imagemagick_7.0.9.bb => imagemagick_7.0.10.bb} (98%)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.9.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
similarity index 98%
rename from meta-oe/recipes-support/imagemagick/imagemagick_7.0.9.bb
rename to meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
index 3f7d06e26..804faf02e 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.9.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=41b4fa9af60c88e61484b02c0561181a"
 DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool"
 
 BASE_PV := "${PV}"
-PV .= "_13"
+PV .= "_25"
 SRC_URI = "git://github.com/ImageMagick/ImageMagick.git "
-SRCREV = "15b935d64f613b5a0fc9d3fead5c6ec1b0e3908f"
+SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b"
 
 S = "${WORKDIR}/git"
 
-- 
2.26.2


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

end of thread, other threads:[~2020-08-09 12:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09 12:35 [PATCH 1/6] tumbler: upgrade 0.2.8 -> 0.2.9 Andreas Müller
2020-08-09 12:35 ` [PATCH 2/6] xfwm4: upgrade 4.14.3 -> 4.14.4 Andreas Müller
2020-08-09 12:35 ` [PATCH 3/6] geoclue: upgrade 2.5.3 -> 2.5.6 Andreas Müller
2020-08-09 12:35 ` [PATCH 4/6] gnome-help.bbclass: remove double FILES_${PN}-help entry Andreas Müller
2020-08-09 12:35 ` [PATCH 5/6] gnome-calendar: initial add 3.36.2 Andreas Müller
2020-08-09 12:35 ` [PATCH 6/6] imagemagick: upgrade 7.0.9_13 -> 7.0.10_25 Andreas Müller

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.