From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 11 05:36:17 2023 Received: (at submit) by debbugs.gnu.org; 11 Feb 2023 10:36:17 +0000 Received: from localhost ([127.0.0.1]:38987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQnEu-0004zR-OE for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:36:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:37788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQnEs-0004z1-Hf for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:36:15 -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 1pQnEn-0004RO-P8 for guix-patches@gnu.org; Sat, 11 Feb 2023 05:36:09 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQnEk-0005nV-Iy for guix-patches@gnu.org; Sat, 11 Feb 2023 05:36:09 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 08F20414AE; Sat, 11 Feb 2023 11:36:05 +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 AVGjRrj2FvA2; Sat, 11 Feb 2023 11:36:01 +0100 (CET) From: Maya Tomasek DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1676111761; bh=61bMiYEwELwKWhOEXPKQEmHrEMN0HoHioYG1qk/cCug=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=b1tf7/Yw8ynSfpP99mt3SLrWGO+VN78ahNlzeLw6ydqHDZDXGWrAf7cUikIJ03wna GG7inJX2IQMuQw+i2EhqU15QoB1Y1NYz7C64EhcyLqn6G5BAwMMPnLlOVQMX9Xa2YD dQbLby4JF2hR29lHnsGUYGw1wd5HurZKofKQyRGUQX1VDrrWd1wwmMC/mJIBj8Vr9D Gi0iutyHfE+Y6Vfr7yFK0HXc/XUmTo1ec2/+lznefVbVt90qRk/QknqryBd+i9XjHP Ys3l0jyzwe2m89vJu9EXhmMdyv1AfVwFFkIxye+AoZizKK38UrWzhkvcgXd0A5Q76E ghAbFQpyCW/kw== To: guix-patches@gnu.org Subject: [PATCH 2/6] gnu: Add libpanel. Date: Sat, 11 Feb 2023 11:35:33 +0100 Message-Id: <20230211103537.24139-3-maya.tomasek@disroot.org> In-Reply-To: <20230211103537.24139-1-maya.tomasek@disroot.org> References: <20230211103537.24139-1-maya.tomasek@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=maya.tomasek@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Antero Mejr X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) 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))) -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 11 05:51:04 2023 Received: (at 61427-done) by debbugs.gnu.org; 11 Feb 2023 10:51:04 +0000 Received: from localhost ([127.0.0.1]:39038 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQnTD-0007pz-WE for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:51:04 -0500 Received: from knopi.disroot.org ([178.21.23.139]:53350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQnTA-0007pW-AB for 61427-done@debbugs.gnu.org; Sat, 11 Feb 2023 05:51:02 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A6575414CE for <61427-done@debbugs.gnu.org>; Sat, 11 Feb 2023 11:50:59 +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 7qK_s7xjRfHy for <61427-done@debbugs.gnu.org>; Sat, 11 Feb 2023 11:50:58 +0100 (CET) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1676112658; bh=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=; h=From:To:Subject:Date; b=blHYhsNmnFnWS7GK+HVNPEuAT/CDBegUKG2PvSC6LfK1msDgu5DUA0Ut3w/MyXmn2 /HV8utyI7bdcGLrtZwluy0NsX3UvflMLslR2mfpbggKCmpH6s0RsCGTuQPP/2Nd2Qp 0zFkbNvXPImw8VDr/HtfFosVdyaW6xXg3SdpqfLjMORk1kxMq1MGSu7fLFUyZtQGBR g8GZflNIx1IrCElPx9nlwBvMBgEiaTGa4zMCYE5PPsXdav46QLWuoxvWfmtzWA6FQm L7eZjKDTSsDmMxeKaqFoefHLgNvuI5l43MBGj6ufA6n1SZ8Av5h+qnV9laIgonjJUA 6uBnGNfXMrugA== To: 61427-done@debbugs.gnu.org Subject: Closing this as this was a mistake Date: Sat, 11 Feb 2023 11:50:57 +0100 Message-ID: <87zg9k4gry.fsf@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61427-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) From unknown Thu Sep 11 16:06:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 11 Mar 2023 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator