From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id ELVNC87tZGU4OQAAauVa8A:P1 (envelope-from ) for ; Mon, 27 Nov 2023 20:28:14 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id ELVNC87tZGU4OQAAauVa8A (envelope-from ) for ; Mon, 27 Nov 2023 20:28:14 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 101C75E4CA for ; Mon, 27 Nov 2023 20:28:14 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=Ut27Ug5A; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1701113294; a=rsa-sha256; cv=none; b=TNhadTIfkHFpuuFyxfUBUZCOIr70tWztI4Qp9s+cWKwLENUidNqOVPThHlzr8IR2cZo/N9 dpQQnOrDoR2iRB6yJ3FsTxE36fL2NaY3Ol3CAzvdekWyqM1l6RC2PMsgoBW8jEqmyE6sTy vbJqKiYgZ0IvEg1yO2TqSVaol+DxxkfOwn/s9EOWkxSUMyxKkqOJCJtgkqhCHumj++jdqA jD6U4ySdMVEQSZ+aQh23JCD2ykj0on6dsEo2Ukf6Vet0DZuU64WXN+5IOLwpskur2V6AL8 8RVdQUsYImUgnzc8erjiVx9ibVbr8xApowvQMqrpcKyqhJDt0YVPPJL4XkV7qg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=Ut27Ug5A; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1701113294; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=U3bouIOsJ70nCE0zqAL8qklFKHxdaqnFZk7eACprFpY=; b=inot6h3j1x49Ty5GIMxx9doD47KQTTO0bFSKWJY+NK6zsrG+T9kDt8mfDADQZKoWrSJJqh Q5fx9vAOel2oSBpjXa8WB1XeUrcw34QVvMtqxJNgyAHefJcY2a/Af5iNFyiTCJ014YQwHg eoUQHkdYGYPPeqgvgkJWhPheGe8wV9d0qxTasZA+uRsbPc8dL0hfUiLpDf1YGOY3q6mSUP Q3hnqepwfJyGOn4+vLL9yZx3tHqxZBn9a7hS5ES38nWUxz9anIHEnALNl7OV8U1n9+hyWV vOhSkcHGTlsqcvYXk3nrL6oGOEGd5EEMUyg4fvXLt0k36jg2wK8JqNI+JeIr8A== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r7hH1-000762-VR; Mon, 27 Nov 2023 14:28:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r7hGu-00075F-QA for guix-patches@gnu.org; Mon, 27 Nov 2023 14:27:57 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r7hGt-0007yX-Sn for guix-patches@gnu.org; Mon, 27 Nov 2023 14:27:55 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r7hH0-0003wx-9B; Mon, 27 Nov 2023 14:28:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67493] [PATCH 4/6] gnu: Add cppgir Resent-From: Saku Laesvuori Original-Sender: "Debbugs-submit" Resent-CC: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, rg@raghavgururajan.name, guix-patches@gnu.org Resent-Date: Mon, 27 Nov 2023 19:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67493 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67493@debbugs.gnu.org Cc: Saku Laesvuori , Liliana Marie Prikler , Maxim Cournoyer , Raghav Gururajan X-Debbugs-Original-Xcc: Liliana Marie Prikler , Maxim Cournoyer , Raghav Gururajan Received: via spool by 67493-submit@debbugs.gnu.org id=B67493.170111322515076 (code B ref 67493); Mon, 27 Nov 2023 19:28:02 +0000 Received: (at 67493) by debbugs.gnu.org; 27 Nov 2023 19:27:05 +0000 Received: from localhost ([127.0.0.1]:44861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7hG5-0003v6-5B for submit@debbugs.gnu.org; Mon, 27 Nov 2023 14:27:05 -0500 Received: from vmi571514.contaboserver.net ([75.119.130.101]:41530 helo=mail.laesvuori.fi) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7hG3-0003uy-V8 for 67493@debbugs.gnu.org; Mon, 27 Nov 2023 14:27:04 -0500 Received: from X-kone.lan (88-113-24-127.elisa-laajakaista.fi [88.113.24.127]) by mail.laesvuori.fi (Postfix) with ESMTPSA id 12A823400A9; Mon, 27 Nov 2023 20:28:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1701113288; bh=/kI7FFlwq1Gjgh6ImImOJJt0J5mznQ4l5xntBEyfWak=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Ut27Ug5AxTA3mPxMvkz4X8WwkjGRClJTlMlJIo9Z7zOzC+LDool/2K/ayZRVrp5+T srwUa3o38uhz79JttKoagEPlhnDawquDA7zYMNeIgHypAkhYuW5OUXMpub3ZXfHWWe zxmR7TMx+gBIBL7644OSQDg0YwcSXWQJxo5yDz3E= Date: Mon, 27 Nov 2023 21:26:08 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Saku Laesvuori X-ACL-Warn: , Saku Laesvuori via Guix-patches From: Saku Laesvuori via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -4.63 X-Spam-Score: -4.63 X-Migadu-Queue-Id: 101C75E4CA X-TUID: nL5UdKoXNlGR * gnu/packages/glib.scm: Import (gnu packages pretty-print). (cppgir): New variable. Change-Id: I7e2cdf2d77382bfe876173901127d358b64c0dfe --- gnu/packages/glib.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index a9fee74daf..53c08935c5 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -68,6 +68,7 @@ (define-module (gnu packages glib) #:use-module (gnu packages perl-check) #:use-module (gnu packages popt) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages pretty-print) #:use-module (gnu packages python) #:use-module (gnu packages python-xyz) #:use-module (gnu packages sqlite) @@ -1578,3 +1579,28 @@ (define-public dbus-test-runner (description "A small little utility to run a couple of executables under a new DBus session for testing.") (license license:gpl3))) + +(define-public cppgir + (package + (name "cppgir") + (version "0.1") + (source (origin + (method url-fetch) + (uri (string-append + "https://gitlab.com/mnauw/cppgir/-/archive/v" version + "/cppgir-v" version ".tar.gz")) + (sha256 + (base32 "13plz1xn25lyhfxwyhmlzjn8jliakvqa06a28g5czlav1zg1565g")))) + (build-system cmake-build-system) + (arguments + (list + #:configure-flags #~(list "-DINTERNAL_EXPECTED=OFF"))) + (inputs (list boost fmt expected-lite)) + (home-page "https://gitlab.com/mnauw/cppgir") + (synopsis "A GObject-Introspection C++ binding wrapper generator") + (description "it processes .gir files derived from GObject-Introspection +annotations into a set of C++ files defining suitable namespaces, classes and +other types that together from a C++ binding. In this way, the plain C +libraries and objects become available as native objects along with (RAII) +managed resource handling.") + (license license:expat))) -- 2.41.0