All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] remmina: upgrade 1.4.17 -> 1.4.18
@ 2021-06-08  6:22 Andreas Müller
  2021-06-08  6:22 ` [PATCH 2/4] metacity: upgrade 3.36.1 -> 3.40.0 Andreas Müller
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andreas Müller @ 2021-06-08  6:22 UTC (permalink / raw)
  To: openembedded-devel

List of changes:
full changelog

* [SNAP] Removing unsupported architectures !2268 @antenore
* Try more shells as launcher if default isn't found !2269 @cirelli94
* Minor fixes for v1.4.17 !2270 @antenore
* SSH session improvements !2271 @antenore
* Fixes - Auto-start file created on tray icon disabled !2272 @antenore
* RDP: Remove older usage of ClientHostname @giox069
* Fix libfreerdp version check @giox069
* Explicitly set user resolution to a multiple of 4 !2273 @antenore
* Code refactoring - ASAN exceptions !2274 @antenore

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../remmina/{remmina_1.4.17.bb => remmina_1.4.18.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/remmina/{remmina_1.4.17.bb => remmina_1.4.18.bb} (95%)

diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.17.bb b/meta-oe/recipes-support/remmina/remmina_1.4.18.bb
similarity index 95%
rename from meta-oe/recipes-support/remmina/remmina_1.4.17.bb
rename to meta-oe/recipes-support/remmina/remmina_1.4.18.bb
index ef7876786..954da272e 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.17.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.18.bb
@@ -25,7 +25,7 @@ DEPENDS = " \
 DEPENDS_append_libc-musl = " libexecinfo"
 LDFLAGS_append_libc-musl = " -lexecinfo"
 
-SRCREV = "0ef1621b3e16b3168213147a2bfca39da2c2668f"
+SRCREV = "045862cc7d7dd986b349c68131df2f86b9b1cd9c"
 SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https"
 S = "${WORKDIR}/git"
 
-- 
2.31.1


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

* [PATCH 2/4] metacity: upgrade 3.36.1 -> 3.40.0
  2021-06-08  6:22 [PATCH 1/4] remmina: upgrade 1.4.17 -> 1.4.18 Andreas Müller
@ 2021-06-08  6:22 ` Andreas Müller
  2021-06-08  6:22 ` [PATCH 3/4] gnome-flashback: upgrade 3.36.3 " Andreas Müller
  2021-06-08  6:22 ` [PATCH 4/4] gthumb: initial add 3.10.3 Andreas Müller
  2 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2021-06-08  6:22 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../metacity/{metacity_3.36.1.bb => metacity_3.40.0.bb}      | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/metacity/{metacity_3.36.1.bb => metacity_3.40.0.bb} (86%)

diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.36.1.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb
similarity index 86%
rename from meta-gnome/recipes-gnome/metacity/metacity_3.36.1.bb
rename to meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb
index 0cb59cdc9..5865ca73d 100644
--- a/meta-gnome/recipes-gnome/metacity/metacity_3.36.1.bb
+++ b/meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb
@@ -13,6 +13,8 @@ DEPENDS = " \
     startup-notification \
     libcanberra \
     libgtop \
+    libxres \
+    libxpresent \
 "
 
 
@@ -21,8 +23,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
 
 inherit gnomebase gsettings gettext upstream-version-is-even features_check
 
-SRC_URI[archive.md5sum] = "d1171705829bbebd42ac08ec49a9a90a"
-SRC_URI[archive.sha256sum] = "11f07693e2b266840759063a4bc807346070e8e7fec8f53cd0757f6662c1b323"
+SRC_URI[archive.sha256sum] = "224c1f65487eac21f0c1d9856152343768ee726c48b1a8a2835a46a8ad9015b5"
 SRC_URI += "file://0001-drop-zenity-detection.patch"
 
 PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
-- 
2.31.1


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

* [PATCH 3/4] gnome-flashback: upgrade 3.36.3 -> 3.40.0
  2021-06-08  6:22 [PATCH 1/4] remmina: upgrade 1.4.17 -> 1.4.18 Andreas Müller
  2021-06-08  6:22 ` [PATCH 2/4] metacity: upgrade 3.36.1 -> 3.40.0 Andreas Müller
@ 2021-06-08  6:22 ` Andreas Müller
  2021-06-08  6:22 ` [PATCH 4/4] gthumb: initial add 3.10.3 Andreas Müller
  2 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2021-06-08  6:22 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{gnome-flashback_3.36.3.bb => gnome-flashback_3.40.0.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-flashback/{gnome-flashback_3.36.3.bb => gnome-flashback_3.40.0.bb} (83%)

diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb
similarity index 83%
rename from meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb
rename to meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb
index 6dd989415..e6d946cb3 100644
--- a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb
+++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb
@@ -18,8 +18,7 @@ DEPENDS += " \
     gnome-panel \
 "
 
-SRC_URI[archive.md5sum] = "690b0d78c7d9265183ef18387b12fa50"
-SRC_URI[archive.sha256sum] = "2dba9ea40f2da81c22954a8ccc29f8f1fa4ca8395a6bb552506635832751c1a7"
+SRC_URI[archive.sha256sum] = "e03f33100f1982019c2e59bbdcd664549ec5caa0ef2d99e2c0e1272cea08bb3b"
 
 do_install_append() {
     # no oe-layer has compiz -> remove dead session
-- 
2.31.1


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

* [PATCH 4/4] gthumb: initial add 3.10.3
  2021-06-08  6:22 [PATCH 1/4] remmina: upgrade 1.4.17 -> 1.4.18 Andreas Müller
  2021-06-08  6:22 ` [PATCH 2/4] metacity: upgrade 3.36.1 -> 3.40.0 Andreas Müller
  2021-06-08  6:22 ` [PATCH 3/4] gnome-flashback: upgrade 3.36.3 " Andreas Müller
@ 2021-06-08  6:22 ` Andreas Müller
  2021-06-08 17:20   ` [oe] " Khem Raj
  2 siblings, 1 reply; 6+ messages in thread
From: Andreas Müller @ 2021-06-08  6:22 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-gnome/gthumb/gthumb_3.10.3.bb     | 29 +++++++++++++++++++
 .../packagegroups/packagegroup-gnome-apps.bb  |  1 +
 2 files changed, 30 insertions(+)
 create mode 100644 meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb

diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb
new file mode 100644
index 000000000..94cac89a9
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb
@@ -0,0 +1,29 @@
+SUMMARY = "Image viewer and browser"
+LICENSE="GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+DEPENDS = " \
+    glib-2.0-native \
+    bison-native \
+    yelp-tools-native \
+    gtk+3 \
+    gsettings-desktop-schemas \
+    zlib \
+    jpeg \
+    exiv2 \
+    colord \
+    lcms \
+    libraw \
+    librsvg \
+    libsoup-2.4 \
+    json-glib \
+    libsecret \
+"
+
+inherit gnomebase gnome-help gsettings itstool mime-xdg
+
+SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212"
+
+FILES_${PN} += "${datadir}/metainfo"
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
index 593e5866d..8771cb368 100644
--- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
+++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
@@ -17,6 +17,7 @@ RDEPENDS_${PN} = " \
     gnome-font-viewer \
     gnome-photos \
     gnome-terminal \
+    gthumb \
     libwnck3 \
     nautilus \
     ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'gnome-system-monitor gnome-disk-utility', '', d)} \
-- 
2.31.1


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

* Re: [oe] [PATCH 4/4] gthumb: initial add 3.10.3
  2021-06-08  6:22 ` [PATCH 4/4] gthumb: initial add 3.10.3 Andreas Müller
@ 2021-06-08 17:20   ` Khem Raj
  2021-06-08 17:41     ` Andreas Müller
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2021-06-08 17:20 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

seeing this errors

https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1314

On Mon, Jun 7, 2021 at 11:22 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  .../recipes-gnome/gthumb/gthumb_3.10.3.bb     | 29 +++++++++++++++++++
>  .../packagegroups/packagegroup-gnome-apps.bb  |  1 +
>  2 files changed, 30 insertions(+)
>  create mode 100644 meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb
>
> diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb
> new file mode 100644
> index 000000000..94cac89a9
> --- /dev/null
> +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb
> @@ -0,0 +1,29 @@
> +SUMMARY = "Image viewer and browser"
> +LICENSE="GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
> +
> +GNOMEBASEBUILDCLASS = "meson"
> +
> +DEPENDS = " \
> +    glib-2.0-native \
> +    bison-native \
> +    yelp-tools-native \
> +    gtk+3 \
> +    gsettings-desktop-schemas \
> +    zlib \
> +    jpeg \
> +    exiv2 \
> +    colord \
> +    lcms \
> +    libraw \
> +    librsvg \
> +    libsoup-2.4 \
> +    json-glib \
> +    libsecret \
> +"
> +
> +inherit gnomebase gnome-help gsettings itstool mime-xdg
> +
> +SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212"
> +
> +FILES_${PN} += "${datadir}/metainfo"
> diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
> index 593e5866d..8771cb368 100644
> --- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
> +++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
> @@ -17,6 +17,7 @@ RDEPENDS_${PN} = " \
>      gnome-font-viewer \
>      gnome-photos \
>      gnome-terminal \
> +    gthumb \
>      libwnck3 \
>      nautilus \
>      ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'gnome-system-monitor gnome-disk-utility', '', d)} \
> --
> 2.31.1
>
>
> 
>

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

* Re: [oe] [PATCH 4/4] gthumb: initial add 3.10.3
  2021-06-08 17:20   ` [oe] " Khem Raj
@ 2021-06-08 17:41     ` Andreas Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2021-06-08 17:41 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Tue, Jun 8, 2021 at 7:20 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> seeing this errors
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1314

If I interpret error correctly, gthumb needs same required features as colord.

Will send a follow up in next series

Andreas

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

end of thread, other threads:[~2021-06-08 17:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  6:22 [PATCH 1/4] remmina: upgrade 1.4.17 -> 1.4.18 Andreas Müller
2021-06-08  6:22 ` [PATCH 2/4] metacity: upgrade 3.36.1 -> 3.40.0 Andreas Müller
2021-06-08  6:22 ` [PATCH 3/4] gnome-flashback: upgrade 3.36.3 " Andreas Müller
2021-06-08  6:22 ` [PATCH 4/4] gthumb: initial add 3.10.3 Andreas Müller
2021-06-08 17:20   ` [oe] " Khem Raj
2021-06-08 17:41     ` 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.