From unknown Fri Sep 12 09:56:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43605] [PATCH] gnu: Add gnome-latex. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Sep 2020 02:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43605 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43605@debbugs.gnu.org Cc: Vinicius Monego X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160100033917776 (code B ref -1); Fri, 25 Sep 2020 02:19:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Sep 2020 02:18:59 +0000 Received: from localhost ([127.0.0.1]:42160 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLdK7-0004ce-5t for submit@debbugs.gnu.org; Thu, 24 Sep 2020 22:18:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:50998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLdK2-0004cS-DD for submit@debbugs.gnu.org; Thu, 24 Sep 2020 22:18:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42726) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kLdK1-00012z-UX for guix-patches@gnu.org; Thu, 24 Sep 2020 22:18:54 -0400 Received: from mout01.posteo.de ([185.67.36.65]:48070) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kLdJz-0004lO-IF for guix-patches@gnu.org; Thu, 24 Sep 2020 22:18:53 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 3046B16005C for ; Fri, 25 Sep 2020 04:18:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1601000328; bh=t2HF7PPo0WIL2A/L9jYQeZp9Y/IMmJhe2Q8NgE4kSXU=; h=From:To:Cc:Subject:Date:From; b=YWkMY9UhB1JUhMRz02tMOlWoFS/QiC27rvQefj1mWGfulC7v134/A0ezhwqz93yLN cqQKnrGDySH8udsixLzgg/ULgK4PGU+2TOTeE9jxlxTzKBwkf1FJrfq/n1dms+Aer9 abCg6J/6Uip9JNoUXpu6TNDjwKYQAHRyfEztu7H1Ln2cVzOiwqDUa7j7+OmCi40+Ny 7OMRQLt3VOrz5N1eIfUqk7e5wQbLKPsAF5rfwUmP06jkGomzRXUC9UmB4v3gbkkX34 ggoSUKbN6y/C4xCdFHpB7ykUNK6n/LBFxA8P4u00KNK+DlmB9ssf7YPR6Odyqhyn2f InGIXledxLEjg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4ByFvp2cKYz6tmd; Fri, 25 Sep 2020 04:18:45 +0200 (CEST) From: Vinicius Monego Date: Thu, 24 Sep 2020 23:17:55 -0300 Message-Id: <20200925021755.48419-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/24 22:18:48 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) * gnu/packages/gnome.scm (gnome-latex): New variable. --- Version 3.38.0 was released recently but it requires tepl>=5 which requires glib>=2.64 (Guix has glib@2.62 on master) gnu/packages/gnome.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d727f18ed8..405a228f67 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11021,6 +11021,48 @@ designed to work with various laser/ink-jet peel-off label and business card sheets that you’ll find at most office supply stores.") (license license:gpl3+))) +(define-public gnome-latex + (package + (name "gnome-latex") + (version "3.36.0") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/" name "/" + (version-major+minor version) "/" + "gnome-latex-" version ".tar.xz")) + (sha256 + (base32 "1869kr1zhcp04mzbi67lwgk497w840dbbc7427i9yh9b9s7j6mqn")))) + (build-system glib-or-gtk-build-system) + (native-inputs + `(("gettext" ,gettext-minimal) + ("glib:bin" ,glib "bin") + ("gobject-introspection" ,gobject-introspection) + ("gtk-doc" ,gtk-doc) + ("intltool" ,intltool) + ("itstool" ,itstool) + ("pkg-config" ,pkg-config) + ("vala" ,vala))) + (inputs + `(("amtk" ,amtk) + ("dconf" ,dconf) + ("glib" ,glib) + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) + ("gspell" ,gspell) + ("gtk+" ,gtk+) + ("gtksourceview" ,gtksourceview) + ("libgee" ,libgee) + ("tepl" ,tepl) + ("uchardet" ,uchardet))) + (home-page "https://wiki.gnome.org/Apps/GNOME-LaTeX") + (synopsis "LaTeX editor for the GNOME desktop") + (description + "GNOME LaTeX is a LaTeX editor for the GNOME desktop. It has features +such as build tools, completion of LaTeX commands, structure navigation, +symbol tables, document templates, project management, spell-checking, menus +and toolbars.") + (license license:gpl3+))) + (define-public libratbag (package (name "libratbag") -- 2.20.1 From unknown Fri Sep 12 09:56:07 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: Vinicius Monego Subject: bug#43605: closed (Re: [bug#43605] [PATCH] gnu: Add gnome-latex.) Message-ID: References: <87a6xedpww.fsf@gnu.org> <20200925021755.48419-1-monego@posteo.net> X-Gnu-PR-Message: they-closed 43605 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 43605@debbugs.gnu.org Date: Fri, 25 Sep 2020 12:04:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1601035442-25875-1" This is a multi-part message in MIME format... ------------=_1601035442-25875-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #43605: [PATCH] gnu: Add gnome-latex. 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 43605@debbugs.gnu.org. --=20 43605: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D43605 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1601035442-25875-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 43605-done) by debbugs.gnu.org; 25 Sep 2020 12:03:45 +0000 Received: from localhost ([127.0.0.1]:42937 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLmS0-0006is-S1 for submit@debbugs.gnu.org; Fri, 25 Sep 2020 08:03:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLmRz-0006id-Au for 43605-done@debbugs.gnu.org; Fri, 25 Sep 2020 08:03:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34153) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kLmRr-0003hY-4y; Fri, 25 Sep 2020 08:03:38 -0400 Received: from [2a01:e0a:19b:d9a0:ec26:a22:2e08:e47e] (port=45908 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kLmRl-0003NA-Ju; Fri, 25 Sep 2020 08:03:31 -0400 From: Mathieu Othacehe To: Vinicius Monego Subject: Re: [bug#43605] [PATCH] gnu: Add gnome-latex. References: <20200925021755.48419-1-monego@posteo.net> Date: Fri, 25 Sep 2020 14:03:27 +0200 In-Reply-To: <20200925021755.48419-1-monego@posteo.net> (Vinicius Monego's message of "Thu, 24 Sep 2020 23:17:55 -0300") Message-ID: <87a6xedpww.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43605-done Cc: 43605-done@debbugs.gnu.org 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: -3.3 (---) Hello, > Version 3.38.0 was released recently but it requires tepl>=5 which requires glib>=2.64 (Guix has glib@2.62 on master) I added this note as a comment and pushed. Thanks, Mathieu ------------=_1601035442-25875-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Sep 2020 02:18:59 +0000 Received: from localhost ([127.0.0.1]:42160 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLdK7-0004ce-5t for submit@debbugs.gnu.org; Thu, 24 Sep 2020 22:18:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:50998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLdK2-0004cS-DD for submit@debbugs.gnu.org; Thu, 24 Sep 2020 22:18:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42726) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kLdK1-00012z-UX for guix-patches@gnu.org; Thu, 24 Sep 2020 22:18:54 -0400 Received: from mout01.posteo.de ([185.67.36.65]:48070) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kLdJz-0004lO-IF for guix-patches@gnu.org; Thu, 24 Sep 2020 22:18:53 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 3046B16005C for ; Fri, 25 Sep 2020 04:18:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1601000328; bh=t2HF7PPo0WIL2A/L9jYQeZp9Y/IMmJhe2Q8NgE4kSXU=; h=From:To:Cc:Subject:Date:From; b=YWkMY9UhB1JUhMRz02tMOlWoFS/QiC27rvQefj1mWGfulC7v134/A0ezhwqz93yLN cqQKnrGDySH8udsixLzgg/ULgK4PGU+2TOTeE9jxlxTzKBwkf1FJrfq/n1dms+Aer9 abCg6J/6Uip9JNoUXpu6TNDjwKYQAHRyfEztu7H1Ln2cVzOiwqDUa7j7+OmCi40+Ny 7OMRQLt3VOrz5N1eIfUqk7e5wQbLKPsAF5rfwUmP06jkGomzRXUC9UmB4v3gbkkX34 ggoSUKbN6y/C4xCdFHpB7ykUNK6n/LBFxA8P4u00KNK+DlmB9ssf7YPR6Odyqhyn2f InGIXledxLEjg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4ByFvp2cKYz6tmd; Fri, 25 Sep 2020 04:18:45 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: Add gnome-latex. Date: Thu, 24 Sep 2020 23:17:55 -0300 Message-Id: <20200925021755.48419-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/24 22:18:48 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego 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.3 (--) * gnu/packages/gnome.scm (gnome-latex): New variable. --- Version 3.38.0 was released recently but it requires tepl>=5 which requires glib>=2.64 (Guix has glib@2.62 on master) gnu/packages/gnome.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d727f18ed8..405a228f67 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11021,6 +11021,48 @@ designed to work with various laser/ink-jet peel-off label and business card sheets that you’ll find at most office supply stores.") (license license:gpl3+))) +(define-public gnome-latex + (package + (name "gnome-latex") + (version "3.36.0") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/" name "/" + (version-major+minor version) "/" + "gnome-latex-" version ".tar.xz")) + (sha256 + (base32 "1869kr1zhcp04mzbi67lwgk497w840dbbc7427i9yh9b9s7j6mqn")))) + (build-system glib-or-gtk-build-system) + (native-inputs + `(("gettext" ,gettext-minimal) + ("glib:bin" ,glib "bin") + ("gobject-introspection" ,gobject-introspection) + ("gtk-doc" ,gtk-doc) + ("intltool" ,intltool) + ("itstool" ,itstool) + ("pkg-config" ,pkg-config) + ("vala" ,vala))) + (inputs + `(("amtk" ,amtk) + ("dconf" ,dconf) + ("glib" ,glib) + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) + ("gspell" ,gspell) + ("gtk+" ,gtk+) + ("gtksourceview" ,gtksourceview) + ("libgee" ,libgee) + ("tepl" ,tepl) + ("uchardet" ,uchardet))) + (home-page "https://wiki.gnome.org/Apps/GNOME-LaTeX") + (synopsis "LaTeX editor for the GNOME desktop") + (description + "GNOME LaTeX is a LaTeX editor for the GNOME desktop. It has features +such as build tools, completion of LaTeX commands, structure navigation, +symbol tables, document templates, project management, spell-checking, menus +and toolbars.") + (license license:gpl3+))) + (define-public libratbag (package (name "libratbag") -- 2.20.1 ------------=_1601035442-25875-1--