From patchwork Thu Apr 13 05:27:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai X-Patchwork-Id: 22584 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00D46C77B6C for ; Thu, 13 Apr 2023 05:27:21 +0000 (UTC) Received: from mx0a-0064b401.pphosted.com (mx0a-0064b401.pphosted.com [205.220.166.238]) by mx.groups.io with SMTP id smtpd.web11.5523.1681363640070380073 for ; Wed, 12 Apr 2023 22:27:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@windriver.com header.s=pps06212021 header.b=gk8Y02wX; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: windriver.com, ip: 205.220.166.238, mailfrom: prvs=3467d2966e=kai.kang@windriver.com) Received: from pps.filterd (m0250810.ppops.net [127.0.0.1]) by mx0a-0064b401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 33D5GVtV004282 for ; Wed, 12 Apr 2023 22:27:19 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=windriver.com; h=from : to : subject : date : message-id : mime-version : content-type; s=PPS06212021; bh=qhqouFYZT7hkYbl3+5ZTK65S0YXHKAjJr/vjm3XwHSw=; b=gk8Y02wXk7JqgCePkF0ZogPN5hcqR5ms2yKi1QcKde/hx8crgX3Eolo0LIPQcLIvRPFQ zEDRNTeChTziQ0qRRpv3Vjq1BG5kGVGO6+H/y066WNMKfWF1qOAs5EHF6t7OLoA9r9FI ukmZDzzADGlIuqqegF4lRXifLYZ4kk1UVTstFcdRiRHBB/4hba5B2oRKGMHfTcC+0mId lcTPo8LcyxLKn9Ou8PPd75grJNsAk7QAs5Q1OYcw6dPOPH3pLsjiPYcD9un5K5AoA7BP esEaQGpxt+IOw9xjbXtLMeHGihKpF5fGvN7i19/mjMzmocCy+w1/Z62wZb62QKZTbbLU 2Q== Received: from ala-exchng02.corp.ad.wrs.com (unknown-82-254.windriver.com [147.11.82.254]) by mx0a-0064b401.pphosted.com (PPS) with ESMTPS id 3px7a2g6eh-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Wed, 12 Apr 2023 22:27:18 -0700 Received: from ala-exchng01.corp.ad.wrs.com (147.11.82.252) by ALA-EXCHNG02.corp.ad.wrs.com (147.11.82.254) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Wed, 12 Apr 2023 22:27:18 -0700 Received: from pek-lpg-core3.wrs.com (128.224.153.232) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server id 15.1.2507.23 via Frontend Transport; Wed, 12 Apr 2023 22:27:17 -0700 From: To: Subject: [meta-xfce][PATCH 1/5] libxfce4util: 4.18.0 -> 4.18.1 Date: Thu, 13 Apr 2023 13:27:11 +0800 Message-ID: <20230413052715.23982-1-kai.kang@windriver.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: BZN30eYqxJ8oFC6re651iAdPSVPLsh6r X-Proofpoint-GUID: BZN30eYqxJ8oFC6re651iAdPSVPLsh6r X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-13_02,2023-04-12_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 bulkscore=0 suspectscore=0 malwarescore=0 impostorscore=0 adultscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxlogscore=922 mlxscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2303200000 definitions=main-2304130049 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Apr 2023 05:27:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/102068 From: Kai Kang Release notes for 4.18.1 ======================== - Handle remaining escape sequences - Fix desktop entry value escaping Signed-off-by: Kai Kang --- .../{libxfce4util_4.18.0.bb => libxfce4util_4.18.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-xfce/libxfce4util/{libxfce4util_4.18.0.bb => libxfce4util_4.18.1.bb} (75%) diff --git a/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.18.0.bb b/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.18.1.bb similarity index 75% rename from meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.18.0.bb rename to meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.18.1.bb index 3dd1f55b4..683f6c337 100644 --- a/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.18.0.bb +++ b/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.18.1.bb @@ -6,4 +6,4 @@ DEPENDS = "intltool-native xfce4-dev-tools-native glib-2.0" inherit xfce gtk-doc gobject-introspection vala -SRC_URI[sha256sum] = "1157ca717fd3dd1da7724a6432a4fb24af9cd922f738e971fd1fd36dfaeac3c9" +SRC_URI[sha256sum] = "8a52063a5adc66252238cad9ee6997909b59983ed21c77eb83c5e67829d1b01f" From patchwork Thu Apr 13 05:27:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai X-Patchwork-Id: 22585 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03C95C77B61 for ; Thu, 13 Apr 2023 05:27:21 +0000 (UTC) Received: from mx0a-0064b401.pphosted.com (mx0a-0064b401.pphosted.com [205.220.166.238]) by mx.groups.io with SMTP id smtpd.web11.5524.1681363640314853897 for ; Wed, 12 Apr 2023 22:27:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@windriver.com header.s=pps06212021 header.b=Djrpc1I3; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: windriver.com, ip: 205.220.166.238, mailfrom: prvs=3467d2966e=kai.kang@windriver.com) Received: from pps.filterd (m0250809.ppops.net [127.0.0.1]) by mx0a-0064b401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 33D5PSvT026956 for ; Wed, 12 Apr 2023 22:27:20 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=windriver.com; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=PPS06212021; bh=EjR3mW0UfyHVQJ58cVD90+e0T0kn3yvAbh+lXTDBEss=; b=Djrpc1I3rlWwR77yL7yf932pTfxtfzk2ymUKGwQCoZV4aHEBt8luQcF40NkqRF+o4uZ+ K7a7b4sWvBvmtSOzgPFD9535W7dBG0foMmXIl9YL/QW+SONbh0E/LVqwO8QMTI9o0feo 4X3v0U+b8+2bbCekrL57QKyXt+aM6LkmhEKAb8ImroexcyN6rnDCIUytlOcclh4UiQ9E YUaDxSsKYKBQRDKcEFN7rVQFxV5miR5apvQMYSMH0jMdaIHfLS64E5YuQUU2xMV7w73T D6k3Lk6/X5hd1IkEfSlzVMKLRWpbn4KlxxtMR/rRmTpn70vsr2qDeVErmH8fIIN+28c5 QA== Received: from ala-exchng01.corp.ad.wrs.com (unknown-82-252.windriver.com [147.11.82.252]) by mx0a-0064b401.pphosted.com (PPS) with ESMTPS id 3px7d8r6br-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Wed, 12 Apr 2023 22:27:19 -0700 Received: from ala-exchng01.corp.ad.wrs.com (147.11.82.252) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Wed, 12 Apr 2023 22:27:19 -0700 Received: from pek-lpg-core3.wrs.com (128.224.153.232) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server id 15.1.2507.23 via Frontend Transport; Wed, 12 Apr 2023 22:27:18 -0700 From: To: Subject: [meta-xfce][PATCH 2/5] libxfce4ui: 4.18.0 -> 4.18.3 Date: Thu, 13 Apr 2023 13:27:12 +0800 Message-ID: <20230413052715.23982-2-kai.kang@windriver.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230413052715.23982-1-kai.kang@windriver.com> References: <20230413052715.23982-1-kai.kang@windriver.com> MIME-Version: 1.0 X-Proofpoint-GUID: lYNEISA-k4m7ejDDEE7P7fA_CLeRP3LH X-Proofpoint-ORIG-GUID: lYNEISA-k4m7ejDDEE7P7fA_CLeRP3LH X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-13_02,2023-04-12_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 bulkscore=0 malwarescore=0 impostorscore=0 mlxscore=0 lowpriorityscore=0 spamscore=0 adultscore=0 phishscore=0 clxscore=1015 priorityscore=1501 mlxlogscore=797 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2303200000 definitions=main-2304130049 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Apr 2023 05:27:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/102069 From: Kai Kang Release notes for 4.18.3 ======================== - Add comment about the need for gtk_widget_destroy() - Fix memory management in Vala generated code - Add annotation "(nullable)" where appropriate - Replace deprecated annotation: "(allow-none)" - Harden xfce_gtk_handle_tab_accels (thunar#1067) - screensaver: Avoid Xfconf warning - shortcuts-grabber: Ignore keyboard layout change - screensaver: Fix Xfconf memory management Release notes for 4.18.2 ======================== - Update copyright year - Add XfceScreensaver (!89) - docs: Fix broken links - shortcut-dialog: Use parent window for the grab if possible (Fixes #52) - Fix memory leak - Fix memory leaks Release notes for 4.18.1 ======================== Bugfix release on the 4.18 branch - XfceFileNameInput - wrap error message (Issue #60) - xfce4-about: Removed excess square brackets - Revert "XfceShortcutsGrabber: Detect auto-repeat key press" - Translation Updates: Hebrew, Russian, Swedish Signed-off-by: Kai Kang --- .../libxfce4ui/{libxfce4ui_4.18.0.bb => libxfce4ui_4.18.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-xfce/libxfce4ui/{libxfce4ui_4.18.0.bb => libxfce4ui_4.18.3.bb} (92%) diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.3.bb similarity index 92% rename from meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.0.bb rename to meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.3.bb index 7ff9d1b12..417858c98 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.0.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.3.bb @@ -12,7 +12,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" # TODO: Check if 0001-... can go SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" -SRC_URI[sha256sum] = "532247c4387c17bb9ef94a73147039b8d013c3131c95cdbd2fa85fbcc848d06b" +SRC_URI[sha256sum] = "afa3a46eeed3ab612d2f7e1308edaf5819f6c33ccc16c13080efabd58f010abd" EXTRA_OECONF += "--with-vendor-info=${DISTRO}" EXTRA_OECONF += "--disable-vala" From patchwork Thu Apr 13 05:27:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai X-Patchwork-Id: 22587 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1665C77B6C for ; Thu, 13 Apr 2023 05:27:30 +0000 (UTC) Received: from mx0a-0064b401.pphosted.com (mx0a-0064b401.pphosted.com [205.220.166.238]) by mx.groups.io with SMTP id smtpd.web10.5637.1681363641191523110 for ; Wed, 12 Apr 2023 22:27:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@windriver.com header.s=pps06212021 header.b=O+M1uyzQ; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: windriver.com, ip: 205.220.166.238, mailfrom: prvs=3467d2966e=kai.kang@windriver.com) Received: from pps.filterd (m0250810.ppops.net [127.0.0.1]) by mx0a-0064b401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 33D5PVLj017449 for ; Wed, 12 Apr 2023 22:27:21 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=windriver.com; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=PPS06212021; bh=p6TylTJCgf2f/F3zBMeK9P6eJm7F8xeUQ6UMU6QpsBM=; b=O+M1uyzQyGChsMQt1fIE2gdsJepxxtSs3AX4C1pu2cegN68LXQX6HuxpfI4+Hw3hKFUW s6lZcJcRNN6qvb+l5g61Kr9TZHbdV3KvXFSz1ATcIMEPykmQvnVrN9XqJAX7hgT0WF0Q 9Gd8djq85WkYeXQLPGSoUO2u9Wt4hQRa6ALSPjHQclfp51P3z93KqLXydeBNxLHMgoE9 l38+uebq1Ugp8PHE7m9hC5N78S1UT1lZLYKSl5nn/7vMO6C8WDAuAkmNeUKC+9tn0Gu7 f6WfGjOq2RkA9XGQsTyQfZB4IqaXc5BmsGiZlBJ7f1UZzYSQlpiMI7goa8QTGrWst7Rz yw== Received: from ala-exchng01.corp.ad.wrs.com (unknown-82-252.windriver.com [147.11.82.252]) by mx0a-0064b401.pphosted.com (PPS) with ESMTPS id 3px7a2g6ej-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Wed, 12 Apr 2023 22:27:20 -0700 Received: from ala-exchng01.corp.ad.wrs.com (147.11.82.252) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Wed, 12 Apr 2023 22:27:20 -0700 Received: from pek-lpg-core3.wrs.com (128.224.153.232) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server id 15.1.2507.23 via Frontend Transport; Wed, 12 Apr 2023 22:27:19 -0700 From: To: Subject: [meta-xfce][PATCH 3/5] xfce4-session: 4.18.0 -> 4.18.2 Date: Thu, 13 Apr 2023 13:27:13 +0800 Message-ID: <20230413052715.23982-3-kai.kang@windriver.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230413052715.23982-1-kai.kang@windriver.com> References: <20230413052715.23982-1-kai.kang@windriver.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: sBRyaFQ8XqqH4OqoBSezZwK8QMcvFwid X-Proofpoint-GUID: sBRyaFQ8XqqH4OqoBSezZwK8QMcvFwid X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-13_02,2023-04-12_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 bulkscore=0 suspectscore=0 malwarescore=0 impostorscore=0 adultscore=15 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxlogscore=852 mlxscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2303200000 definitions=main-2304130049 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Apr 2023 05:27:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/102070 From: Kai Kang Release notes for 4.18.2 ======================== - manager: Fix GQueue memory management - Fix Xfconf memory management - Update bug report address - Fix suspend/hibernation bug on ConsoleKit2 (Fixes #164) Release notes for 4.18.1 ======================== - Update copyright year - Fix bus name acquisition/ownership (#54, !34) - Use XfceScreensaver from Libxfce4ui (!35) - build: Fix previous commit - build: Fix autotools warnings - Avoid duplicating directories in the tail of $XDG_* envs (#111, !21) - settings: Fix memory leak - libxfsm: Fix wrong return value - Fix memory leaks when opening xfce4-session-settings - Fix blurry session snapshots (!33) - Fix blurry icons in autostart tab when UI scale > 1 (!33) - build: Fix GTK deprecation warnings (!32) - build: Fix some other GDK deprecation warnings (!32) - build: Fix gdk_error_trap_push/pop() deprecation warnings (!32) - build: Let xdt-depends.m4 macros set GLib macros (!32) - build: Remove GDK_VERSION_MIN_REQUIRED/MAX_ALLOWED (!32) - Make use of translations for run hooks (Fixes #156) - Translation Updates: Greek, Portuguese, Turkish Signed-off-by: Kai Kang --- .../{xfce4-session_4.18.0.bb => xfce4-session_4.18.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-xfce/xfce4-session/{xfce4-session_4.18.0.bb => xfce4-session_4.18.2.bb} (91%) diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.0.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.2.bb similarity index 91% rename from meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.0.bb rename to meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.2.bb index 25d30cebe..4021243e4 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.2.bb @@ -8,7 +8,7 @@ DEPENDS = "libwnck3 libsm libxfce4ui virtual/libx11" inherit xfce update-alternatives features_check SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" -SRC_URI[sha256sum] = "38badb500b272012f494543a60a9c0563c381647cc95bed73b68aec0b0b89a7f" +SRC_URI[sha256sum] = "01ff7fe8d4c2091adefc2925c6b7bb93152ba0732e95c9b9e64d8207fdbdeb8a" REQUIRED_DISTRO_FEATURES = "x11" From patchwork Thu Apr 13 05:27:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kai X-Patchwork-Id: 22588 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D93DEC77B61 for ; Thu, 13 Apr 2023 05:27:30 +0000 (UTC) Received: from mx0a-0064b401.pphosted.com (mx0a-0064b401.pphosted.com [205.220.166.238]) by mx.groups.io with SMTP id smtpd.web10.5638.1681363642221490846 for ; Wed, 12 Apr 2023 22:27:22 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@windriver.com header.s=pps06212021 header.b=HHvqoovx; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: windriver.com, ip: 205.220.166.238, mailfrom: prvs=3467d2966e=kai.kang@windriver.com) Received: from pps.filterd (m0250810.ppops.net [127.0.0.1]) by mx0a-0064b401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 33D5RHtY020772 for ; Wed, 12 Apr 2023 22:27:22 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=windriver.com; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-type : content-transfer-encoding; s=PPS06212021; bh=iTgti/ugXIvDpQ2gPhoy1UYb6YCKSn59kcLNi9pSo58=; b=HHvqoovxsWXO1leFyu+Gf4CfL/iwU0fweWJKx533E+r3hMlA7EHi5wN4j0Xm1iaXfCXs jgFoUFTNM2x9qxOVVRDnqDkCA9JrGGWfCqub/UZ1R4Ck+D88Plu8RLHTFQqdYr6Xddtf QgxcXzbRTlLuxn5/Y8C2jLkzE80XmwyTf0559GqEOow2TQPxpSTcyOpGX/GI7lbMO4Ha ds0mOSAtaUl4LmvPdDlwk+AnyARzYCqQvsGGEKoC1ph11rDgXxqL0ELzv8CmOgExoaCS OyFmH04y24rM2iUa5Ggz28BdVFpREOTmG/I/V1At39quuvPwhD8KgCoXZ2uhEyJwT998 kQ== Received: from ala-exchng02.corp.ad.wrs.com (unknown-82-254.windriver.com [147.11.82.254]) by mx0a-0064b401.pphosted.com (PPS) with ESMTPS id 3px7a2g6ek-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Wed, 12 Apr 2023 22:27:21 -0700 Received: from ala-exchng01.corp.ad.wrs.com (147.11.82.252) by ALA-EXCHNG02.corp.ad.wrs.com (147.11.82.254) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Wed, 12 Apr 2023 22:27:21 -0700 Received: from pek-lpg-core3.wrs.com (128.224.153.232) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server id 15.1.2507.23 via Frontend Transport; Wed, 12 Apr 2023 22:27:20 -0700 From: To: Subject: [meta-xfce][PATCH 4/5] xfce4-panel: 4.18.0 -> 4.18.3 Date: Thu, 13 Apr 2023 13:27:14 +0800 Message-ID: <20230413052715.23982-4-kai.kang@windriver.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230413052715.23982-1-kai.kang@windriver.com> References: <20230413052715.23982-1-kai.kang@windriver.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: 1mVomEe9xWIh4nhCd14cMf6pp_zYPwKz X-Proofpoint-GUID: 1mVomEe9xWIh4nhCd14cMf6pp_zYPwKz X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-13_02,2023-04-12_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 bulkscore=0 suspectscore=0 malwarescore=0 impostorscore=0 adultscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxlogscore=999 mlxscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2303200000 definitions=main-2304130049 X-MIME-Autoconverted: from 8bit to quoted-printable by mx0a-0064b401.pphosted.com id 33D5RHtY020772 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Apr 2023 05:27:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/102071 From: Kai Kang Update xfce4-panel from 4.18.0 to 4.18.3 * rebase 2 patches Release notes for 4.18.3 ======================== - launcher: Show action menu also when there are several items - Fix memory management of vala generated plugins - panel: Rephrase "Don't reserve space on borders" (V2) - panel: Make property migration generic - launcher: Avoid "no trigger event" warning when showing the menu - launcher: Guard access to the plugin menu GdkWindow - libxfce4panel: Unregister menu also on GtkWidget::hide - panel: Do not reset output name if a monitor does not have a model name - libxfce4panel: Fix memory management of source for menu positioning - panel: Delay removal of ExternalPlugin to prevent use-after-free - systray: Cancel any async D-Bus operation in finalize() - tasklist: Do not try to resolve /proc/pid/exe to launch new instance - Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.18.2 ======================== - directorymenu: Add missing sanity check - panel: Properly handle null string as property default value - Revert "Use RGBA visual only if compositing is enabled (Fixes #251)" (#672) - Revert "systray: Do not require compositing to be enabled to use RGBA visual" - systray: Fix blurry icons in prefs dialog when UI scale > 1 - launcher: Fix blurry icons in prefs and add dialogs when UI scale > 1 - launcher: Use GIcon for the tooltip icon (#674) - pager: Use WnckHandle if available (#695) - Translation Updates: Albanian, Finnish, Greek, Italian, Portuguese, Slovenian Release notes for 4.18.1 ======================== - Update copyright year - tasklist: Fix scrolling through window buttons (Fixes #692) - tasklist: Fix group button visibility - libxfce4panel: Deprecate XfcePanelImage - tasklist: Do not duplicate menu item activation - clock: Fix sync timeout - docs: Fix version for xfce_panel_set_image_from_source() - clock: Add missing sanity check - windowmenu: Adapt wnck default icon size when UI scale > 1 (Fixes #682) - tasklist: Adapt wnck default icon size when UI scale > 1 (Fixes #681) - tasklist: Fix window count positioning when UI scale > 1 - tasklist: Keep icon pixbuf around and use surface also for menu items - clock: Do not override custom font formats - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Signed-off-by: Kai Kang --- ...enu-do-not-display-desktop-icon-when-no-windo.patch | 10 +++++----- .../files/0002-use-lxdm-to-replace-dm-tool.patch | 10 +++++++--- .../{xfce4-panel_4.18.0.bb => xfce4-panel_4.18.3.bb} | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) rename meta-xfce/recipes-xfce/xfce4-panel/{xfce4-panel_4.18.0.bb => xfce4-panel_4.18.3.bb} (94%) diff --git a/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch b/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch index 10c456f45..154f72d18 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch +++ b/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch @@ -14,7 +14,7 @@ Upstream-Status: Pending Signed-off-by: Andreas Müller -Rebase for xfce4 4.18.0. +Rebase for xfce4-panel 4.18.3. Signed-off-by: Kai Kang --- @@ -22,10 +22,10 @@ Signed-off-by: Kai Kang 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/windowmenu/windowmenu.c b/plugins/windowmenu/windowmenu.c -index ba245a3..f8fdee8 100644 +index be7dea4..2f432b0 100644 --- a/plugins/windowmenu/windowmenu.c +++ b/plugins/windowmenu/windowmenu.c -@@ -250,7 +250,7 @@ window_menu_plugin_init (WindowMenuPlugin *plugin) +@@ -262,7 +262,7 @@ window_menu_plugin_init (WindowMenuPlugin *plugin) g_signal_connect (G_OBJECT (plugin->button), "toggled", G_CALLBACK (window_menu_plugin_menu), plugin); @@ -33,8 +33,8 @@ index ba245a3..f8fdee8 100644 + plugin->icon = gtk_image_new_from_icon_name (NULL, GTK_ICON_SIZE_BUTTON); gtk_container_add (GTK_CONTAINER (plugin->button), plugin->icon); gtk_widget_show (plugin->icon); - } -@@ -680,19 +680,19 @@ window_menu_plugin_active_window_changed (WnckScreen *screen, + +@@ -695,19 +695,19 @@ window_menu_plugin_active_window_changed (WnckScreen *screen, /* skip 'fake' windows */ type = wnck_window_get_window_type (window); if (type == WNCK_WINDOW_DESKTOP || type == WNCK_WINDOW_DOCK) diff --git a/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch b/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch index b06e26e91..66a33c722 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch +++ b/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch @@ -9,15 +9,19 @@ so use lxdm to replace dm-tool Upstream-Status: Inappropriate [oe specific] Signed-off-by: Hongxu Jia + +Rebase for xfce4-panel 4.18.3. + +Signed-off-by: Kai Kang --- plugins/actions/actions.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c -index 474798e..63eb41d 100644 +index e1f1fa7..440f430 100644 --- a/plugins/actions/actions.c +++ b/plugins/actions/actions.c -@@ -905,12 +905,12 @@ actions_plugin_actions_allowed (void) +@@ -977,12 +977,12 @@ actions_plugin_actions_allowed (void) GError *error = NULL; /* check for commands we use */ @@ -32,7 +36,7 @@ index 474798e..63eb41d 100644 g_free (path); path = g_find_program_in_path ("gdmflexiserver"); if (path != NULL) -@@ -1027,9 +1027,9 @@ actions_plugin_action_activate (GtkWidget *widget, +@@ -1099,9 +1099,9 @@ actions_plugin_action_activate (GtkWidget *widget, break; case ACTION_TYPE_SWITCH_USER: diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.0.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.3.bb similarity index 94% rename from meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.0.bb rename to meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.3.bb index 5dcd69d35..7e7075443 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.3.bb @@ -14,7 +14,7 @@ SRC_URI += " \ file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \ file://0002-use-lxdm-to-replace-dm-tool.patch \ " -SRC_URI[sha256sum] = "be80023fd546587831bab25ded15ae4c9e346289a75744b6ba4cf4ee53794710" +SRC_URI[sha256sum] = "4ae0b8615c9811194bbda0172a63567ed7fdb5519ea48f7a4637f4e6e5365e1b" EXTRA_OECONF += "--disable-vala" From patchwork Thu Apr 13 05:27:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kai X-Patchwork-Id: 22586 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1693C77B71 for ; Thu, 13 Apr 2023 05:27:30 +0000 (UTC) Received: from mx0a-0064b401.pphosted.com (mx0a-0064b401.pphosted.com [205.220.166.238]) by mx.groups.io with SMTP id smtpd.web10.5639.1681363643469593037 for ; Wed, 12 Apr 2023 22:27:23 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@windriver.com header.s=pps06212021 header.b=AV/3AcLa; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: windriver.com, ip: 205.220.166.238, mailfrom: prvs=3467d2966e=kai.kang@windriver.com) Received: from pps.filterd (m0250809.ppops.net [127.0.0.1]) by mx0a-0064b401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 33D5PSvU026956 for ; Wed, 12 Apr 2023 22:27:23 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=windriver.com; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-type : content-transfer-encoding; s=PPS06212021; bh=dJ7KoSjfqbRpcagOdSHF9sNQ2cIoXwfdQ87jqELbyLE=; b=AV/3AcLaAF3MxMsjPQAPgd14bi/X/mmpBWEete0ipMAlhGd4XTupZkrJzzLJ2iwlcYLP C03ZCgHOqn9qHI9g0w2gP8PqImxysc1IahwYfHjprRTdEGLszm4NTP9OsQAH4XbCZFCb 8RbYyaz3GHrS2ls88AL2ZZeVhH7LItFJCQ9+2tahtzLG++2nW3R3Ml06mAFIFTbqzP5X 4SaiI+HvdIuBFnWTDtdq11Lwr3jnY2e96oRYXRPPur2llaE8lUqyRTl54eq19m3bpSuO nfID780dk0MZtd7auuXvX7k55eBx1ATEe+CFkk8AaU9UkrVx3/28PxxsaSVPtn4kcGYa Vg== Received: from ala-exchng02.corp.ad.wrs.com (unknown-82-254.windriver.com [147.11.82.254]) by mx0a-0064b401.pphosted.com (PPS) with ESMTPS id 3px7d8r6bs-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Wed, 12 Apr 2023 22:27:22 -0700 Received: from ala-exchng01.corp.ad.wrs.com (147.11.82.252) by ALA-EXCHNG02.corp.ad.wrs.com (147.11.82.254) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Wed, 12 Apr 2023 22:27:22 -0700 Received: from pek-lpg-core3.wrs.com (128.224.153.232) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server id 15.1.2507.23 via Frontend Transport; Wed, 12 Apr 2023 22:27:21 -0700 From: To: Subject: [meta-xfce][PATCH 5/5] xfce4-settings: 4.18.0 -> 4.18.2 Date: Thu, 13 Apr 2023 13:27:15 +0800 Message-ID: <20230413052715.23982-5-kai.kang@windriver.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230413052715.23982-1-kai.kang@windriver.com> References: <20230413052715.23982-1-kai.kang@windriver.com> MIME-Version: 1.0 X-Proofpoint-GUID: VdHDe2oLfVlmx0RZch19HgoHGoT9PoX9 X-Proofpoint-ORIG-GUID: VdHDe2oLfVlmx0RZch19HgoHGoT9PoX9 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-13_02,2023-04-12_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 bulkscore=0 malwarescore=0 impostorscore=0 mlxscore=0 lowpriorityscore=0 spamscore=0 adultscore=0 phishscore=0 clxscore=1015 priorityscore=1501 mlxlogscore=604 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2303200000 definitions=main-2304130049 X-MIME-Autoconverted: from 8bit to quoted-printable by mx0a-0064b401.pphosted.com id 33D5PSvU026956 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Apr 2023 05:27:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/102072 From: Kai Kang Update xfce4-settings from 4.18.0 to 4.18.2 * rebase 0001-xsettings.xml-Set-default-themes.patch Release notes for 4.18.2 ======================== - Update copyright year - mime-settings: Increase dialog size (!96) - display: fix blurry 'help' indicator on output (#400, !95) - display: fix blurry icon in profiles treeview - display: fix blurry icons in minimal display settings dialog - mime: fix blurry icons in default app menus - mouse: fix blurriness in cursor theme previews - appearance: fix blurry subpixel antialias icons - appearance: fix blurry icon theme previews - xfsettingsd: Make xsettings.xml well-formed (Fixes #431, !94) - xfsettingsd: Remove duplicated config line (Fixes #425) - Translation Updates: Albanian, Chinese (China), Dutch, English (Canada), English (United Kingdom), Finnish, Greek, Korean, Portuguese (Brazil), Turkish Release notes for 4.18.1 ======================== Bugfix release on the Xfce-4.18 branch. Here the changelog: Bugfixes: - xfsettingsd: Make CSD (client side decorations) for dialogs opt-in Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kabyle, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur Signed-off-by: Kai Kang --- .../files/0001-xsettings.xml-Set-default-themes.patch | 6 +++--- .../{xfce4-settings_4.18.0.bb => xfce4-settings_4.18.2.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.18.0.bb => xfce4-settings_4.18.2.bb} (93%) diff --git a/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch b/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch index 274454c01..3a4c00913 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch +++ b/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch @@ -22,11 +22,11 @@ Signed-off-by: Kai Kang 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml -index 65ba1ee..9efb3cd 100644 +index d8fe2ac..0f5246b 100644 --- a/xfsettingsd/xsettings.xml +++ b/xfsettingsd/xsettings.xml -@@ -1,8 +1,8 @@ - +@@ -6,8 +6,8 @@ + - diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.0.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.2.bb similarity index 93% rename from meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.0.bb rename to meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.2.bb index 0692970f7..0a182273b 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.2.bb @@ -9,7 +9,7 @@ inherit xfce features_check mime-xdg REQUIRED_DISTRO_FEATURES = "x11" SRC_URI += "file://0001-xsettings.xml-Set-default-themes.patch" -SRC_URI[sha256sum] = "ed3f75837cb33cd694610fc87cd569c4782b7ac4e099143a3dbe8fff1f1c6a9d" +SRC_URI[sha256sum] = "4661361087faae57efb49741ffcf90bf9078760e163bbdef63b924083bdc4f22" EXTRA_OECONF += "--enable-maintainer-mode --disable-debug"