unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 60744@debbugs.gnu.org
Subject: [bug#60744] [PATCH 3/5] gnu: gedit: Update to 44.1.
Date: Wed, 11 Jan 2023 21:22:55 +0100	[thread overview]
Message-ID: <cdff188656b3798fd0f10ddc40ca5ba47cb262b8.camel@gmail.com> (raw)
In-Reply-To: <80918597ee30a0ccdfcaa0bba44a5fbc23ac2fca.camel@gmail.com>

* gnu/packages/gnome.scm (gedit): Update to 44.1.
[native-inputs]: Add gtk-doc.
[inputs]: Add amtk and tepl.
---
 gnu/packages/gnome.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index caa71bf1ed..12c84bfcc2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7872,7 +7872,7 @@ (define-public gjs
 (define-public gedit
   (package
     (name "gedit")
-    (version "42.2")
+    (version "44.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7880,7 +7880,7 @@ (define-public gedit
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1jlgzihi4ywvlr4xj2vbnnxzar8j3mwj0jcn8jp6dh0a3w8jjqiw"))))
+                "1nlgbnagahymb8l41kgz3nwc4p9cj3zx39428z6zik44fa6kfqh4"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -7916,6 +7916,7 @@ (define-public gedit
      (list desktop-file-utils           ;for update-desktop-database
            `(,glib "bin")               ;for glib-mkenums, etc.
            gobject-introspection
+           gtk-doc
            intltool
            itstool
            libxml2
@@ -7924,6 +7925,7 @@ (define-public gedit
            vala))
     (inputs
      (list adwaita-icon-theme
+           amtk
            bash-minimal
            glib
            gsettings-desktop-schemas
@@ -7933,7 +7935,8 @@ (define-public gedit
            libpeas
            libsoup
            python
-           python-pygobject))
+           python-pygobject
+           tepl))
     (home-page "https://wiki.gnome.org/Apps/Gedit")
     (synopsis "GNOME text editor")
     (description "While aiming at simplicity and ease of use, gedit is a
-- 
2.38.1





  parent reply	other threads:[~2023-01-11 21:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-11 21:05 [bug#60744] [PATCH 0/5] Update gedit & friends Liliana Marie Prikler
2023-01-11 20:22 ` [bug#60744] [PATCH 1/5] gnu: tepl: Update to 6.4.0 Liliana Marie Prikler
2023-01-11 20:22 ` [bug#60744] [PATCH 2/5] gnu: amtk: Update to 5.6.1 Liliana Marie Prikler
2023-01-11 20:22 ` Liliana Marie Prikler [this message]
2023-01-11 20:58 ` [bug#60744] [PATCH 4/5] gnu: devhelp: Update to 43.0 Liliana Marie Prikler
2023-01-11 20:58 ` [bug#60744] [PATCH 5/5] gnu: gnome-latex: Update to 3.44.0 Liliana Marie Prikler
2023-01-22 12:02 ` bug#60744: [PATCH 0/5] Update gedit & friends Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cdff188656b3798fd0f10ddc40ca5ba47cb262b8.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=60744@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).