From patchwork Tue May 12 16:37:27 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 87911 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 2CCF6CD4F24 for ; Tue, 12 May 2026 16:37:35 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.80303.1778603853880917594 for ; Tue, 12 May 2026 09:37:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=T0gZowdE; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DE29F1655 for ; Tue, 12 May 2026 09:37:27 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A37BD3F836 for ; Tue, 12 May 2026 09:37:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1778603853; bh=7P4HjEDDZ5YjvnU/dehe3qcK7dSgpdIUAc+MbkycKiM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T0gZowdEi6MIAKvVgO+7km3f/DdXesTheYcMer8B25yxMJjpnqaZ23uaK1h8E63JW KmPhaktLifHnwstqyrqqWVRwIdHtZt+cqwjwbczw4h5QC5PPRmXYDiVKLOgN/URDgf 5z6ZNXTbKK3tNbgRvg62ByfkZWk2mHV3in6X2lOY= From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 3/3] libhandy: add recipe (from oe-core) Date: Tue, 12 May 2026 17:37:27 +0100 Message-ID: <20260512163727.3832144-3-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260512163727.3832144-1-ross.burton@arm.com> References: <20260512163727.3832144-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 12 May 2026 16:37:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126874 This was previously in oe-core but is being removed as it is no longer used by anything in that layer. Signed-off-by: Ross Burton --- .../libhandy/libhandy_1.8.3.bb | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-gnome/recipes-support/libhandy/libhandy_1.8.3.bb diff --git a/meta-gnome/recipes-support/libhandy/libhandy_1.8.3.bb b/meta-gnome/recipes-support/libhandy/libhandy_1.8.3.bb new file mode 100644 index 0000000000..cf2c64f8d0 --- /dev/null +++ b/meta-gnome/recipes-support/libhandy/libhandy_1.8.3.bb @@ -0,0 +1,26 @@ +SUMMARY = "A library full of GTK+ widgets for mobile phones" +DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \ +GTK widgets and GObjects to ease developing applications for mobile phones. \ +It was developed by Purism (and used by several official GNOME projects) \ +to extend Gtk by providing mobile-friendly widgets and make the creation of \ +responsive apps easier." +HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy" +BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-8" +SRCREV = "9b0071408ce86a3ef843806fddd723a85f6f2416" + +UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.(\d*[02468])+(\.\d+))" +GIR_MESON_ENABLE_FLAG = 'enabled' +GIR_MESON_DISABLE_FLAG = 'disabled' + +inherit meson gobject-introspection vala gettext gi-docgen features_check pkgconfig + +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" + +DEPENDS += "gtk+3" + +PACKAGES =+ "${PN}-examples" +FILES:${PN}-examples = "${bindir}"