From unknown Thu Sep 11 16:06:14 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61427] [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 10:37:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61427 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61427@debbugs.gnu.org Cc: Antero Mejr X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167611177719190 (code B ref -1); Sat, 11 Feb 2023 10:37:04 +0000 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== 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-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 unknown Thu Sep 11 16:06:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Maya Tomasek Subject: bug#61427: closed (Closing this as this was a mistake) Message-ID: References: <87zg9k4gry.fsf@disroot.org> <20230211103537.24139-3-maya.tomasek@disroot.org> X-Gnu-PR-Message: they-closed 61427 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 61427@debbugs.gnu.org Date: Sat, 11 Feb 2023 10:52:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1676112724-30292-1" This is a multi-part message in MIME format... ------------=_1676112724-30292-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #61427: [PATCH 2/6] gnu: Add libpanel. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 61427@debbugs.gnu.org. --=20 61427: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61427 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1676112724-30292-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 (-) ------------=_1676112724-30292-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1676112724-30292-1--