GNU bug report logs - #60744
[PATCH 0/5] Update gedit & friends

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Wed, 11 Jan 2023 21:10:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60744 in the body.
You can then email your comments to 60744 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60744; Package guix-patches. (Wed, 11 Jan 2023 21:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 11 Jan 2023 21:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/5] Update gedit & friends
Date: Wed, 11 Jan 2023 22:05:56 +0100
Hi Guix,

I noticed that gedit is mildly outdated, so here are some packages to make it
not so.  If anyone wants to chime in and also update gnome-builder, that'd be
very appreciated, but for now it at least appears to (still) build.

Cheers

Liliana Marie Prikler (5):
  gnu: tepl: Update to 6.4.0.
  gnu: amtk: Update to 5.6.1.
  gnu: gedit: Update to 44.1.
  gnu: devhelp: Update to 43.0.
  gnu: gnome-latex: Update to 3.44.0.

 gnu/packages/gnome.scm | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)


base-commit: 5e4ec8218142eee8e6e148e787381a5ef891c5b1
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60744; Package guix-patches. (Wed, 11 Jan 2023 21:13:01 GMT) Full text and rfc822 format available.

Message #8 received at 60744 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 60744 <at> debbugs.gnu.org
Subject: [PATCH 2/5] gnu: amtk: Update to 5.6.1.
Date: Wed, 11 Jan 2023 21:22:43 +0100
* gnu/packages/gnome.scm (amtk): Update to 5.6.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 31b0ef9501..caa71bf1ed 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6216,7 +6216,7 @@ (define-public aisleriot
 (define-public amtk
   (package
     (name "amtk")
-    (version "5.5.1")
+    (version "5.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/amtk/"
@@ -6224,7 +6224,7 @@ (define-public amtk
                                   "amtk-" version ".tar.xz"))
               (sha256
                (base32
-                "176vplk3inf0pp0prma8478hp0yhziq0krp5a9l47hg22z86v2gc"))))
+                "0a1j2ynsa2nx1rzd55mdyp35d89zd9rfxd9ld4lsqal7bjw1a0fm"))))
     (build-system meson-build-system)
     (native-inputs
      (list gobject-introspection
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60744; Package guix-patches. (Wed, 11 Jan 2023 21:13:02 GMT) Full text and rfc822 format available.

Message #11 received at 60744 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 60744 <at> debbugs.gnu.org
Subject: [PATCH 1/5] gnu: tepl: Update to 6.4.0.
Date: Wed, 11 Jan 2023 21:22:35 +0100
* gnu/packages/gnome.scm (tepl): Update to 6.4.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 09b8056cc9..31b0ef9501 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1048,7 +1048,7 @@ (define-public portablexdr
 (define-public tepl
   (package
     (name "tepl")
-    (version "6.1.2")
+    (version "6.4.0")
     (source
      (origin
        (method url-fetch)
@@ -1058,7 +1058,7 @@ (define-public tepl
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "16x14j3nvsjj7jb2qmxpzygnlcy7sd7p6skv0sqshkwdlp4jxzha"))))
+         "08bkp3wrvmcks0082lfw4a0ian9c6j68rdb43px0bkyhd43b4mjy"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60744; Package guix-patches. (Wed, 11 Jan 2023 21:13:02 GMT) Full text and rfc822 format available.

Message #14 received at 60744 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 60744 <at> debbugs.gnu.org
Subject: [PATCH 3/5] gnu: gedit: Update to 44.1.
Date: Wed, 11 Jan 2023 21:22:55 +0100
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#60744; Package guix-patches. (Wed, 11 Jan 2023 21:13:02 GMT) Full text and rfc822 format available.

Message #17 received at 60744 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 60744 <at> debbugs.gnu.org
Subject: [PATCH 4/5] gnu: devhelp: Update to 43.0.
Date: Wed, 11 Jan 2023 21:58:19 +0100
* gnu/packages/gnome.scm (devhelp): Update to 43.0.
[arguments]: Update ‘skip-gtk-update-icon-cache’ accordingly.
---
 gnu/packages/gnome.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 12c84bfcc2..a3be53fed6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6243,7 +6243,7 @@ (define-public amtk
 (define-public devhelp
   (package
     (name "devhelp")
-    (version "41.3")
+    (version "43.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6251,7 +6251,7 @@ (define-public devhelp
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rxn6kciyfdhnjrcjyf02cn3rki2xgwb4wrg5plbzjvpqasq66ml"))))
+                "016xhpz16b9b13y7wnvkllymb4s2fb6ixvw190204bir0pyyxkk3"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -6260,8 +6260,9 @@ (define-public devhelp
          (add-after 'unpack 'skip-gtk-update-icon-cache
            ;; Don't create 'icon-theme.cache'.
            (lambda _
-             (substitute* "build-aux/meson/meson_post_install.py"
-               (("gtk-update-icon-cache") "true")))))))
+             (substitute* "meson.build"
+               (("gtk_update_icon_cache: true")
+                "gtk_update_icon_cache: false")))))))
     (propagated-inputs
      (list gsettings-desktop-schemas))
     (native-inputs
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60744; Package guix-patches. (Wed, 11 Jan 2023 21:13:03 GMT) Full text and rfc822 format available.

Message #20 received at 60744 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 60744 <at> debbugs.gnu.org
Subject: [PATCH 5/5] gnu: gnome-latex: Update to 3.44.0.
Date: Wed, 11 Jan 2023 21:58:53 +0100
* gnu/packages/gnome.scm (gnome-latex): Update to 3.44.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a3be53fed6..4bae976a61 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12642,7 +12642,7 @@ (define-public glabels
 (define-public gnome-latex
   (package
     (name "gnome-latex")
-    (version "3.41.2")
+    (version "3.44.0")
     (source
      (origin
        (method url-fetch)
@@ -12650,7 +12650,7 @@ (define-public gnome-latex
                            (version-major+minor version)  "/"
                            "gnome-latex-" version ".tar.xz"))
        (sha256
-        (base32 "0cynhmrn99f4f3kddczsc58ak4b9sv2zkfbcyz7z16848nhz047k"))))
+        (base32 "0i77m431ilbaprcwcnnzfckr1g9bfc03lslnqw0yvir8pm057gc8"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list gettext-minimal
-- 
2.38.1





Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 22 Jan 2023 12:03:02 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Sun, 22 Jan 2023 12:03:02 GMT) Full text and rfc822 format available.

Message #25 received at 60744-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 60744-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/5] Update gedit & friends
Date: Sun, 22 Jan 2023 13:02:07 +0100
Am Mittwoch, dem 11.01.2023 um 22:05 +0100 schrieb Liliana Marie
Prikler:
> Hi Guix,
> 
> I noticed that gedit is mildly outdated, so here are some packages to
> make it not so.  If anyone wants to chime in and also update gnome-
> builder, that'd be very appreciated, but for now it at least appears
> to (still) build.
> 
> Cheers
> 
> Liliana Marie Prikler (5):
>   gnu: tepl: Update to 6.4.0.
>   gnu: amtk: Update to 5.6.1.
>   gnu: gedit: Update to 44.1.
>   gnu: devhelp: Update to 43.0.
>   gnu: gnome-latex: Update to 3.44.0.
I pushed these five now.

Cheers




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 19 Feb 2023 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.