From unknown Fri Sep 12 09:56:20 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#43605 <43605@debbugs.gnu.org> To: bug#43605 <43605@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add gnome-latex. Reply-To: bug#43605 <43605@debbugs.gnu.org> Date: Fri, 12 Sep 2025 16:56:20 +0000 retitle 43605 [PATCH] gnu: Add gnome-latex. reassign 43605 guix-patches submitter 43605 Vinicius Monego severity 43605 normal tag 43605 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 24 22:18:59 2020 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 25 08:03:45 2020 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 From unknown Fri Sep 12 09:56:20 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, 24 Oct 2020 11:24:04 +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