* [bug#60744] [PATCH 1/5] gnu: tepl: Update to 6.4.0.
2023-01-11 21:05 [bug#60744] [PATCH 0/5] Update gedit & friends Liliana Marie Prikler
@ 2023-01-11 20:22 ` Liliana Marie Prikler
2023-01-11 20:22 ` [bug#60744] [PATCH 2/5] gnu: amtk: Update to 5.6.1 Liliana Marie Prikler
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Liliana Marie Prikler @ 2023-01-11 20:22 UTC (permalink / raw)
To: 60744
* 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#60744] [PATCH 2/5] gnu: amtk: Update to 5.6.1.
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 ` Liliana Marie Prikler
2023-01-11 20:22 ` [bug#60744] [PATCH 3/5] gnu: gedit: Update to 44.1 Liliana Marie Prikler
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Liliana Marie Prikler @ 2023-01-11 20:22 UTC (permalink / raw)
To: 60744
* 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#60744] [PATCH 3/5] gnu: gedit: Update to 44.1.
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
2023-01-11 20:58 ` [bug#60744] [PATCH 4/5] gnu: devhelp: Update to 43.0 Liliana Marie Prikler
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Liliana Marie Prikler @ 2023-01-11 20:22 UTC (permalink / raw)
To: 60744
* 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#60744] [PATCH 4/5] gnu: devhelp: Update to 43.0.
2023-01-11 21:05 [bug#60744] [PATCH 0/5] Update gedit & friends Liliana Marie Prikler
` (2 preceding siblings ...)
2023-01-11 20:22 ` [bug#60744] [PATCH 3/5] gnu: gedit: Update to 44.1 Liliana Marie Prikler
@ 2023-01-11 20:58 ` 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
5 siblings, 0 replies; 7+ messages in thread
From: Liliana Marie Prikler @ 2023-01-11 20:58 UTC (permalink / raw)
To: 60744
* 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#60744] [PATCH 5/5] gnu: gnome-latex: Update to 3.44.0.
2023-01-11 21:05 [bug#60744] [PATCH 0/5] Update gedit & friends Liliana Marie Prikler
` (3 preceding siblings ...)
2023-01-11 20:58 ` [bug#60744] [PATCH 4/5] gnu: devhelp: Update to 43.0 Liliana Marie Prikler
@ 2023-01-11 20:58 ` Liliana Marie Prikler
2023-01-22 12:02 ` bug#60744: [PATCH 0/5] Update gedit & friends Liliana Marie Prikler
5 siblings, 0 replies; 7+ messages in thread
From: Liliana Marie Prikler @ 2023-01-11 20:58 UTC (permalink / raw)
To: 60744
* 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#60744] [PATCH 0/5] Update gedit & friends
@ 2023-01-11 21:05 Liliana Marie Prikler
2023-01-11 20:22 ` [bug#60744] [PATCH 1/5] gnu: tepl: Update to 6.4.0 Liliana Marie Prikler
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Liliana Marie Prikler @ 2023-01-11 21:05 UTC (permalink / raw)
To: 60744
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#60744: [PATCH 0/5] Update gedit & friends
2023-01-11 21:05 [bug#60744] [PATCH 0/5] Update gedit & friends Liliana Marie Prikler
` (4 preceding siblings ...)
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 ` Liliana Marie Prikler
5 siblings, 0 replies; 7+ messages in thread
From: Liliana Marie Prikler @ 2023-01-22 12:02 UTC (permalink / raw)
To: 60744-done
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
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-01-22 12:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#60744] [PATCH 3/5] gnu: gedit: Update to 44.1 Liliana Marie Prikler
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
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.