From patchwork Sat Feb 11 11:00:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maya Tomasek X-Patchwork-Id: 46850 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id BE9951661C; Sat, 11 Feb 2023 11:02:45 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id F0CBA165F6 for ; Sat, 11 Feb 2023 11:02:44 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pQnds-0003Ay-PA; Sat, 11 Feb 2023 06:02: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 1pQndr-0003AG-8H for guix-patches@gnu.org; Sat, 11 Feb 2023 06:02:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pQndq-0002Ba-SH for guix-patches@gnu.org; Sat, 11 Feb 2023 06:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pQndq-0008CQ-Nl for guix-patches@gnu.org; Sat, 11 Feb 2023 06:02:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61423] [PATCH 2/6] gnu: Add libpanel. Resent-From: Maya Tomasek Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Feb 2023 11:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61423 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61423@debbugs.gnu.org Cc: Antero Mejr Received: via spool by 61423-submit@debbugs.gnu.org id=B61423.167611331731471 (code B ref 61423); Sat, 11 Feb 2023 11:02:02 +0000 Received: (at 61423) by debbugs.gnu.org; 11 Feb 2023 11:01:57 +0000 Received: from localhost ([127.0.0.1]:39088 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQndk-0008BL-1Z for submit@debbugs.gnu.org; Sat, 11 Feb 2023 06:01:56 -0500 Received: from knopi.disroot.org ([178.21.23.139]:55126) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQndg-0008Ar-4m for 61423@debbugs.gnu.org; Sat, 11 Feb 2023 06:01:52 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 814F241467; Sat, 11 Feb 2023 12:01:51 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DJQh3q3PHq-k; Sat, 11 Feb 2023 12:01:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1676113309; bh=61bMiYEwELwKWhOEXPKQEmHrEMN0HoHioYG1qk/cCug=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=XYePY06mrcCM7oSMsdrRFUoMdUUnnaZv44pbDI+PL57V9NV7xuC5kna0zaIYObMHe Dgj2IZEqXsAAXxx30YZ9D7vnJBiKxtROKnE/IQKj4kLqQei/+EirmA9d1tRI70Hc7n JxjgfxsEO+zVAqk8zOERbQp2JEmSPImWfYu5d0jMVkEej6TRC+BsgKbBxt4JkRahuq jon3lIVf73pqxdggVKdMsDe/i4CgZj06X/mKTkhFOn46qVgzWIufQxXzPJZ1TLs5TW KmTjYxPr51DQ9vDekEVl/uC8sBCoFg97qJyS7ZEUeVavq8mEMf+T1F//wySbsz7B+0 aLdQjAoqu/0bA== Date: Sat, 11 Feb 2023 12:00:37 +0100 Message-Id: <20230211110039.27645-2-maya.tomasek@disroot.org> In-Reply-To: <20230211110039.27645-1-maya.tomasek@disroot.org> References: <20230211110039.27645-1-maya.tomasek@disroot.org> MIME-Version: 1.0 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: Maya Tomasek X-ACL-Warn: , Maya Tomasek via Guix-patches X-Patchwork-Original-From: Maya Tomasek via Guix-patches via From: Maya Tomasek Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: Antero Mejr * gnu/packages/gtk.scm (libpanel): New variable. --- gnu/packages/gtk.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index f575194c73..fa099fe862 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -3039,3 +3039,38 @@ (define-public webp-pixbuf-loader (synopsis "WebP GdkPixbuf loader library") (description "Webp-pixbuf-loader is a WebP format loader of GdkPixbuf.") (license license:lgpl2.0+))) + +(define-public libpanel + (package + (name "libpanel") + (version "1.0.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.gnome.org/GNOME/libpanel") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "10lkysbwg9w0lm1hj7lw4g7y9j8b88kmq07nfgx0r6f319znj12v")))) + (build-system meson-build-system) + (arguments + (list #:configure-flags #~(list "-Ddocs=disabled") ;fontconfig issue + #:phases #~(modify-phases %standard-phases + (add-after 'unpack 'disable-gtk-update-icon-cache + (lambda _ + (substitute* "meson.build" + (("gtk_update_icon_cache: true") + "gtk_update_icon_cache: false"))))))) + (native-inputs (list `(,glib-next "bin") + gobject-introspection + pkg-config + vala)) + (inputs (list glib-next gtk libadwaita)) + (home-page "https://gitlab.gnome.org/GNOME/libpanel") + (synopsis "Dock and panel library for GTK 4") + (description "Libpanel provides a library to create IDE-like applications +using GTK 4 and @code{libadwaita}. It has widgets for panels, docks, columns +and grids of pages. Primarily, it's design and implementation focus around +GNOME Builder and Drafting projects.") + (license license:lgpl3)))