From patchwork Mon Feb 3 23:25:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Simone_Wei=C3=9F?= X-Patchwork-Id: 56601 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 F0576C02193 for ; Mon, 3 Feb 2025 23:26:03 +0000 (UTC) Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by mx.groups.io with SMTP id smtpd.web10.103512.1738625160810311433 for ; Mon, 03 Feb 2025 15:26:01 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@posteo.com header.s=2017 header.b=m0VcHd7x; spf=pass (domain: posteo.com, ip: 185.67.36.66, mailfrom: simone.p.weiss@posteo.com) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id BA4D5240101 for ; Tue, 4 Feb 2025 00:25:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.com; s=2017; t=1738625158; bh=QPsmdEw7EufnsRwGJcAC5vN1SkRyzx5AsoeI6IJPRmQ=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=m0VcHd7xFvyDDfgEp/B4IHBdMiGOY91AztDhMt8/96stjbMmqlgIHqteetijscmQo UDJinDlcFKMfPaBONBmkiL/E2ajFTfr92oCXcMLQ5sZDHIdmd4/Wx58el32tILHjsD G4lUG54+p2MTg2z1xS8IOD7wKXT2bSavhDmCunbj+U6Wjbx6MwBVZ0jJCMpkMJ2jCb coVshv+7IKn4B5B8js/lRjcGYKkyqaJV23mslZa2cxSdF1dzlUKkgLnXiuMu2k6nzs OLyO7gxgA/88+MgVp9ZheI45VkQ1+EbKRywnr2XP01jkbk2e1eAPSkhMNq3pwiuuxU 7nLjgnEbZbJLw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Yn2gB0PZBz9rxD; Tue, 4 Feb 2025 00:25:57 +0100 (CET) From: simone.p.weiss@posteo.com To: openembedded-core@lists.openembedded.org Cc: =?utf-8?q?Simone_Wei=C3=9F?= Subject: [PATCH 1/2] sassc, libsass: add recipes Date: Mon, 3 Feb 2025 23:25:42 +0000 Message-Id: <20250203232543.830904-1-simone.p.weiss@posteo.com> MIME-Version: 1.0 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 ; Mon, 03 Feb 2025 23:26:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210741 From: Simone Weiß Those have been in meta-oe, but are needed for libadwaita upgrade. Also updates libsass to newest version. I can take care of those recipes for now. Signed-off-by: Simone Weiß --- meta/conf/distro/include/maintainers.inc | 4 +++- meta/recipes-support/sass/libsass_git.bb | 14 ++++++++++++++ meta/recipes-support/sass/sassc_git.bb | 15 +++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/sass/libsass_git.bb create mode 100644 meta/recipes-support/sass/sassc_git.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 6e3cb54a1f..294471efe2 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -308,7 +308,7 @@ RECIPE_MAINTAINER:pn-lame = "Michael Opdenacker " RECIPE_MAINTAINER:pn-ldconfig-native = "Khem Raj " RECIPE_MAINTAINER:pn-less = "Yi Zhao " RECIPE_MAINTAINER:pn-libacpi = "Anuj Mittal " -RECIPE_MAINTAINER:pn-libadwaita = "Unassigned " +RECIPE_MAINTAINER:pn-libadwaita = "Simone Weiß " RECIPE_MAINTAINER:pn-libaio = "Unassigned " RECIPE_MAINTAINER:pn-libarchive = "Otavio Salvador " RECIPE_MAINTAINER:pn-libassuan = "Unassigned " @@ -383,6 +383,7 @@ RECIPE_MAINTAINER:pn-librepo = "Wang Mingyu " RECIPE_MAINTAINER:pn-librsvg = "Anuj Mittal " RECIPE_MAINTAINER:pn-libstd-rs = "Randy MacLeod " RECIPE_MAINTAINER:pn-libsamplerate0 = "Unassigned " +RECIPE_MAINTAINER:pn-libsass = "Simone Weiß " RECIPE_MAINTAINER:pn-libsdl2 = "Yi Zhao " RECIPE_MAINTAINER:pn-libseccomp = "Simone Weiß " RECIPE_MAINTAINER:pn-libsecret = "Unassigned " @@ -752,6 +753,7 @@ RECIPE_MAINTAINER:pn-rust = "Randy MacLeod " RECIPE_MAINTAINER:pn-rust-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Randy MacLeod " RECIPE_MAINTAINER:pn-rust-llvm = "Randy MacLeod " RECIPE_MAINTAINER:pn-rxvt-unicode = "Unassigned " +RECIPE_MAINTAINER:pn-sassc = "Simone Weiß " RECIPE_MAINTAINER:pn-sato-screenshot = "Ross Burton " RECIPE_MAINTAINER:pn-sato-icon-theme = "Richard Purdie " RECIPE_MAINTAINER:pn-sbc = "Unassigned " diff --git a/meta/recipes-support/sass/libsass_git.bb b/meta/recipes-support/sass/libsass_git.bb new file mode 100644 index 0000000000..295a2b059f --- /dev/null +++ b/meta/recipes-support/sass/libsass_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "C/C++ port of the Sass CSS precompiler" +HOMEPAGE = "http://sass-lang.com/libsass" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d" + +inherit autotools + +SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https" +SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3" +PV = "3.6.6" + +S = "${WORKDIR}/git" + +BBCLASSEXTEND = "native" diff --git a/meta/recipes-support/sass/sassc_git.bb b/meta/recipes-support/sass/sassc_git.bb new file mode 100644 index 0000000000..b52fc9de75 --- /dev/null +++ b/meta/recipes-support/sass/sassc_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "libsass command line driver " +HOMEPAGE = "https://sass-lang.com/libsass/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2f8a76980411a3f1f1480b141ce06744" + +DEPENDS = "libsass" + +inherit autotools pkgconfig + +SRC_URI = "git://github.com/sass/sassc.git;branch=master;protocol=https" +SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" +S = "${WORKDIR}/git" +PV = "3.6.2" + +BBCLASSEXTEND = "native" From patchwork Mon Feb 3 23:25:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Simone_Wei=C3=9F?= X-Patchwork-Id: 56602 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 014C7C02192 for ; Mon, 3 Feb 2025 23:26:14 +0000 (UTC) Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by mx.groups.io with SMTP id smtpd.web10.103516.1738625168518227225 for ; Mon, 03 Feb 2025 15:26:08 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@posteo.com header.s=2017 header.b=ojAaw49U; spf=pass (domain: posteo.com, ip: 185.67.36.66, mailfrom: simone.p.weiss@posteo.com) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 17B35240101 for ; Tue, 4 Feb 2025 00:26:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.com; s=2017; t=1738625167; bh=AJ9oelzqUm6RCEhs7tJm0u9A+hKeorgYmOVCBK9whP4=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=ojAaw49UnlA0nHe7tnLzNdBqr+1lXlqntFgfBppxcnJVXFUBjBUq+PttAA4mPwVtM MHoKCx3W+UDkmQySUCZ1stbC9V/PJ6qFJNnE4pxkExSdYUyiJAWqP6k0Zuh97Gz7cU Hl7osZ2zG1wU1xtbs/+kcRMOZ3H01Svp+zvfeKoseC5sWu1NLXRzXBI82vKamwpVrQ gMzXo/idnwUnd2Vr0KLLKyNcPuBF2Fm8smdORSx/raOjEiHi3422vI3eCvXpKbvxd1 exp6KnPHP33e+8cGBUpo9F0wVbAkX4dicBV9hZay+28O8x1ZLjuxg0wEuUiEXQoZWt yxJl0BaQ4CfZQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Yn2gL1twSz9rxD; Tue, 4 Feb 2025 00:26:06 +0100 (CET) From: simone.p.weiss@posteo.com To: openembedded-core@lists.openembedded.org Cc: =?utf-8?q?Simone_Wei=C3=9F?= Subject: [PATCH 2/2] libadwaita: upgrade 1.6.2 -> 1.6.4 Date: Mon, 3 Feb 2025 23:25:43 +0000 Message-Id: <20250203232543.830904-2-simone.p.weiss@posteo.com> In-Reply-To: <20250203232543.830904-1-simone.p.weiss@posteo.com> References: <20250203232543.830904-1-simone.p.weiss@posteo.com> MIME-Version: 1.0 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 ; Mon, 03 Feb 2025 23:26:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210742 From: Simone Weiß Add sassc-native as in libadwaita the handling wrt to pre build artifacts changed and sassc is now needed. Changelog --------- - AdwBreakpoint - Fix to_string() with locales using comma as decimal separator - AdwComboRow - Fix very short strings not being displayed - AdwDialog - Fix ::closed emission with window-backed dialogs - Fix a focus-related crash - AdwPreferencesDialog - Document navigation.pop action - AdwTabBox, AdwTabGrid - Fix scrolling to newly appearing tabs - Fix a copy-paste error - Translation updates - Italian Signed-off-by: Simone Weiß --- .../libadwaita/{libadwaita_1.6.2.bb => libadwaita_1.6.4.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/recipes-gnome/libadwaita/{libadwaita_1.6.2.bb => libadwaita_1.6.4.bb} (86%) diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb similarity index 86% rename from meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb rename to meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb index d24025acd0..a8cf642ff0 100644 --- a/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb @@ -6,11 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" DEPENDS = " \ gtk4 \ appstream \ + sassc-native \ " inherit gnomebase gobject-introspection gi-docgen vala features_check -SRC_URI[archive.sha256sum] = "7542f8354e6808dd4e9a31551bbdfc0170735e4af4d1b3e69186500ccb9c01eb" +SRC_URI[archive.sha256sum] = "1011a5a93dc3b87e82da19910d7fab01a3b9d7fcb0b09751babb476eedb3d9a3" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "opengl"