GNU bug report logs -
#66689
[PATCH gnome-team 00/14] Update everything in (gnu packages glib)
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Sun, 22 Oct 2023 20:36: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 66689 in the body.
You can then email your comments to 66689 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:36:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 22 Oct 2023 20:36:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Dear guix,
Let’s try and upgrade that bunch of packages and see how it goes.
Best regards,
Vivien
Vivien Kraus (14):
gnu: xdg-dbus-proxy: Update to 0.1.5.
gnu: template-glib: Update to 3.36.1.
gnu: appstream-glib: Update to 0.8.2.
gnu: sdbus-c++: Update to 1.4.0.
gnu: perl-glib-object-introspection: Update to 0.051.
gnu: perl-glib: Update to 1.3294.
gnu: python-pygobject: Update to 3.46.0.
gnu: glib: Update to 2.78.0.
gnu: glibmm: Update to 2.78.0.
gnu: libsigc++: Update to 3.6.0.
gnu: libaccounts-glib: Update to 1.26.
gnu: dbus-glib: Update to 0.112.
gnu: gobject-introspection: Update to 1.78.1.
gnu: dbus: Update to 1.15.8.
gnu/packages/glib.scm | 85 ++++++++++++++++++++++++-------------------
1 file changed, 48 insertions(+), 37 deletions(-)
base-commit: a7be930240c69207eee87368fe3f6ad57c9e24cf
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:40:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (perl-glib-object-introspection): Update to 0.051.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 01b2a6d323..e7a915f0e7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1085,14 +1085,14 @@ (define-public perl-glib
(define-public perl-glib-object-introspection
(package
(name "perl-glib-object-introspection")
- (version "0.049")
+ (version "0.051")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/"
"Glib-Object-Introspection-" version ".tar.gz"))
(sha256
- (base32 "0mxg6pz8qfyipw0ypr54alij0c4adzg94f62702b2a6hkp5jhij6"))))
+ (base32 "12802l87mx65lswiwlc394fkb74cmsqn88n2qy119b40rhfn2sb5"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:40:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glib): Update to 2.78.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d20b9ef1e5..f2185e08bc 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -218,7 +218,7 @@ (define-public dbus-verbose
(define glib
(package
(name "glib")
- (version "2.76.1")
+ (version "2.78.0")
(source
(origin
(method url-fetch)
@@ -227,7 +227,7 @@ (define glib
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "17x1zpr2avj8hjbpc6hp2sf2885lxac46v0kajsgan3929m0zp23"))
+ (base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:40:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (python-pygobject): Update to 3.46.0.
[snippet]: Also remove test_overrides_gdk.py
---
gnu/packages/glib.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index c715c716a2..d20b9ef1e5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1007,7 +1007,7 @@ (define glibmm
(define-public python-pygobject
(package
(name "python-pygobject")
- (version "3.44.1")
+ (version "3.46.0")
(source
(origin
(method url-fetch)
@@ -1016,7 +1016,7 @@ (define-public python-pygobject
"/pygobject-" version ".tar.xz"))
(sha256
(base32
- "042pmpyaz7bsbr68znnwdqyhs3j3cajib0k45v1hrs8v6b8has1w"))
+ "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1025,7 +1025,8 @@ (define-public python-pygobject
(with-directory-excursion "tests"
;; FIXME: These tests require Gdk and/or Gtk 4.
(for-each delete-file
- '("test_atoms.py" "test_overrides_gtk.py"))
+ '("test_atoms.py" "test_overrides_gtk.py"
+ "test_overrides_gdk.py"))
#t)))))
(build-system meson-build-system)
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:40:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (sdbus-c++): Update to 1.4.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index df61d2d335..01b2a6d323 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1256,7 +1256,7 @@ (define-public sdbus-c++
;; file.
(package
(name "sdbus-c++")
- (version "1.3.0")
+ (version "1.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1265,7 +1265,7 @@ (define-public sdbus-c++
(file-name (git-file-name name version))
(sha256
(base32
- "03maivi3nj4g5wcydk9ih703ivmqkc93yip47wlyjni6dhikzzsb"))))
+ "111l2rl0pg9r5cdrhqpac4v22cnq41skxxfk3cng81l0n05v1sh0"))))
(build-system cmake-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:40:04 GMT)
Full text and
rfc822 format available.
Message #20 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (perl-glib): Update to 1.3294.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e7a915f0e7..c715c716a2 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1059,7 +1059,7 @@ (define-public python-pygobject
(define-public perl-glib
(package
(name "perl-glib")
- (version "1.3293")
+ (version "1.3294")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1067,7 +1067,7 @@ (define-public perl-glib
version ".tar.gz"))
(sha256
(base32
- "005m3inz12xcsd5sr056cm1kbhmxsx2ly88ifbdv6p6cwz0s05kk"))))
+ "1fsw9sjfz1irlhnsk5n1xpb181vvq1dsxrw5vrsp066cdflga5fp"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:40:04 GMT)
Full text and
rfc822 format available.
Message #23 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (appstream-glib): Update to 0.8.2.
[inputs]: replace libsoup with curl.
---
gnu/packages/glib.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 89fab8d8a5..df61d2d335 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -45,6 +45,7 @@ (define-module (gnu packages glib)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpp)
+ #:use-module (gnu packages curl)
#:use-module (gnu packages docbook)
#:use-module (gnu packages documentation)
#:use-module (gnu packages elf)
@@ -1293,7 +1294,7 @@ (define-public sdbus-c++
(define-public appstream-glib
(package
(name "appstream-glib")
- (version "0.7.18")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append "https://people.freedesktop.org/~hughsient/"
@@ -1301,7 +1302,7 @@ (define-public appstream-glib
"appstream-glib-" version ".tar.xz"))
(sha256
(base32
- "00j0kkgf224nzmrha72g8pd72mymhph7vaisj35i4ffy7cpd47na"))))
+ "15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
@@ -1313,12 +1314,13 @@ (define-public appstream-glib
("gdk-pixbuf" ,gdk-pixbuf) ; for .pc file
("libuuid" ,util-linux "lib"))) ; for .pc file
(inputs
- `(("glib" ,glib)
- ("gperf" ,gperf)
- ("gtk+" ,gtk+)
- ("json-glib" ,json-glib)
- ("libarchive" ,libarchive)
- ("libsoup" ,libsoup-minimal-2)))
+ (list
+ glib
+ gperf
+ gtk+
+ json-glib
+ libarchive
+ curl))
(arguments
`(#:configure-flags
(list "-Ddep11=false"
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:41:01 GMT)
Full text and
rfc822 format available.
Message #26 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (template-glib): Update to 3.36.1.
[#:configure-flags]: Update variable name.
---
gnu/packages/glib.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index b6610ab2c7..89fab8d8a5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1398,7 +1398,7 @@ (define perl-net-dbus-glib
(define-public template-glib
(package
(name "template-glib")
- (version "3.34.0")
+ (version "3.36.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1406,10 +1406,12 @@ (define-public template-glib
name "-" version ".tar.xz"))
(sha256
(base32
- "1z9xkin5fyfh071ma9y045jcw83hgx33dfbjraw6cxk0qdmfysr1"))))
+ "00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags '("-D" "enable_gtk_doc=true")))
+ (list
+ #:configure-flags
+ #~(list "-D" "gtk_doc=true")))
(inputs
`(("gettext" ,gettext-minimal)
("glib" ,glib)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:41:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (dbus-glib): Update to 0.112.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index bee9b39976..fb14c16ddc 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -777,7 +777,7 @@ (define itstool
(define dbus-glib
(package
(name "dbus-glib")
- (version "0.110")
+ (version "0.112")
(source (origin
(method url-fetch)
(uri
@@ -785,7 +785,7 @@ (define dbus-glib
version ".tar.gz"))
(sha256
(base32
- "09g8swvc95bk1z6j8sw463p2v0dqmgm2zjfndf7i8sbcyq67dr3w"))))
+ "0fhlkdqyzbh89bdslwsfc5fbdvkiv6g840ami4rnwa6dvz60smbx"))))
(build-system gnu-build-system)
(arguments
(if (%current-target-system)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:42:01 GMT)
Full text and
rfc822 format available.
Message #32 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (xdg-dbus-proxy): Update to 0.1.5.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8af89d60e0..b6610ab2c7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1435,7 +1435,7 @@ (define-public template-glib
(define-public xdg-dbus-proxy
(package
(name "xdg-dbus-proxy")
- (version "0.1.2")
+ (version "0.1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/flatpak/xdg-dbus-proxy"
@@ -1443,7 +1443,7 @@ (define-public xdg-dbus-proxy
"/xdg-dbus-proxy-" version ".tar.xz"))
(sha256
(base32
- "03sj1h0c2l08xa8phw013fnxr4fgav7l2mkjhzf9xk3dykwxcj8p"))))
+ "1yv10v7gpv5z0iii7p3rs2h9wx6sigldycjlkpyyal06iapwy786"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:42:02 GMT)
Full text and
rfc822 format available.
Message #35 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glibmm): Update to 2.78.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index f2185e08bc..5884f452f7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -937,7 +937,7 @@ (define-public libsigc++-2
(define glibmm
(package
(name "glibmm")
- (version "2.76.0")
+ (version "2.78.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -945,7 +945,7 @@ (define glibmm
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "1cia8vrpwzn8zwalws42mga5hi965840m5s8dvfzv55xx86dhdw6"))))
+ "0l7gld1ghynlxdm55l8dn3w4lfbwgrkw7flbdnh04vwrchjqfbjx"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:42:02 GMT)
Full text and
rfc822 format available.
Message #38 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (dbus): Update to 1.15.8.
[native-inputs]: Add the autotools and which.
---
gnu/packages/glib.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 9f8c0dff11..ec0b8a3eca 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -37,6 +37,7 @@
(define-module (gnu packages glib)
#:use-module (gnu packages)
+ #:use-module (gnu packages autotools)
#:use-module (gnu packages backup)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
@@ -106,7 +107,7 @@ (define-module (gnu packages glib)
(define dbus
(package
(name "dbus")
- (version "1.14.0")
+ (version "1.15.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -114,7 +115,7 @@ (define dbus
version ".tar.xz"))
(sha256
(base32
- "1m7bibavml4gx9d67j403l0kzd1a4z8lhrpxb2as3q4nfpiwrmyc"))
+ "016j3rqc8m62bg0h7z4rpvbvm5bg0hbjrld733f0aby8drz5kz44"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments
@@ -156,7 +157,12 @@ (define dbus
xmlto
libxml2 ;for XML_CATALOG_FILES
libxslt
- yelp-tools))
+ yelp-tools
+ which
+ libtool
+ automake
+ autoconf
+ autoconf-archive))
(inputs
(list expat
;; Add a dependency on libx11 so that 'dbus-launch' has support for
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:43:02 GMT)
Full text and
rfc822 format available.
Message #41 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (libsigc++): Update to 3.6.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 5884f452f7..55e3ba3457 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -866,7 +866,7 @@ (define-public libaccounts-glib
(define libsigc++
(package
(name "libsigc++")
- (version "3.0.6")
+ (version "3.6.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libsigc++/"
@@ -874,7 +874,7 @@ (define libsigc++
name "-" version ".tar.xz"))
(sha256
(base32
- "1kn57b039lg20182lnchl1ys27vf34brn43f895cal8nc7sdq3mp"))))
+ "05qf10lp5vxsi5fbzdphqhbzmys12mxvg4gh14p9zqynvwvkpln3"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:43:02 GMT)
Full text and
rfc822 format available.
Message #44 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (libaccounts-glib): Update to 1.26.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 55e3ba3457..bee9b39976 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -813,7 +813,7 @@ (define dbus-glib
(define-public libaccounts-glib
(package
(name "libaccounts-glib")
- (version "1.25")
+ (version "1.26")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -822,7 +822,7 @@ (define-public libaccounts-glib
(file-name (git-file-name name version))
(sha256
(base32
- "19rhk9f97m736d5ia26vfcbjp5kgi454558yhf9mrwm4iw5d9pk4"))))
+ "1fdvvzbz23q5c0jnzryinkmcymd0zcs2pdn4fvibg34pvybb4li9"))))
(build-system meson-build-system)
(native-inputs (list dbus
`(,glib "bin")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 20:44:02 GMT)
Full text and
rfc822 format available.
Message #47 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (gobject-introspection): Update to 1.78.1.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index fb14c16ddc..9f8c0dff11 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -577,14 +577,14 @@ (define (correct-library-name-phase python name)
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.76.1")
+ (version "1.78.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
"gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz"))
(sha256
- (base32 "1grq6wmbi2nbnwffgvsljd481zm6darnk12dvkf02m9lcjzphq8r"))
+ (base32 "1d0vhi83q0xc7kg3zn32wy7n16f3dd5blicyh5v8w9gpkbcsnyxx"))
(patches (search-patches
"gobject-introspection-cc.patch"
"gobject-introspection-girepository.patch"
--
2.41.0
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 22 Oct 2023 22:39:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
bug acknowledged by developer.
(Sun, 22 Oct 2023 22:39:01 GMT)
Full text and
rfc822 format available.
Message #52 received at 66689-done <at> debbugs.gnu.org (full text, mbox):
Am Sonntag, dem 22.10.2023 um 22:33 +0200 schrieb Vivien Kraus:
> Dear guix,
>
> Let’s try and upgrade that bunch of packages and see how it goes.
>
> Best regards,
>
> Vivien
>
> Vivien Kraus (14):
> gnu: xdg-dbus-proxy: Update to 0.1.5.
> gnu: template-glib: Update to 3.36.1.
> gnu: appstream-glib: Update to 0.8.2.
> gnu: sdbus-c++: Update to 1.4.0.
> gnu: perl-glib-object-introspection: Update to 0.051.
> gnu: perl-glib: Update to 1.3294.
> gnu: python-pygobject: Update to 3.46.0.
> gnu: glib: Update to 2.78.0.
> gnu: glibmm: Update to 2.78.0.
> gnu: libsigc++: Update to 3.6.0.
> gnu: libaccounts-glib: Update to 1.26.
> gnu: dbus-glib: Update to 0.112.
> gnu: gobject-introspection: Update to 1.78.1.
> gnu: dbus: Update to 1.15.8.
FYI, we already have a bump from 2.72 to 2.76. I'd rather look at more
leafy stuff right now than rebuilding the world; unless you have a good
reason to do so anyway.
Cheers
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 22:42:02 GMT)
Full text and
rfc822 format available.
Message #55 received at 66689 <at> debbugs.gnu.org (full text, mbox):
reopen 66689
thanks
Am Montag, dem 23.10.2023 um 00:37 +0200 schrieb Liliana Marie Prikler:
> Am Sonntag, dem 22.10.2023 um 22:33 +0200 schrieb Vivien Kraus:
> FYI, we already have a bump from 2.72 to 2.76. I'd rather look at
> more leafy stuff right now than rebuilding the world; unless you have
> a good reason to do so anyway.
Sorry, wrong address.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 22:43:01 GMT)
Full text and
rfc822 format available.
Message #58 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Am Montag, dem 23.10.2023 um 00:40 +0200 schrieb Liliana Marie Prikler:
> reopen 66689
> thanks
>
> Am Montag, dem 23.10.2023 um 00:37 +0200 schrieb Liliana Marie
> Prikler:
> > Am Sonntag, dem 22.10.2023 um 22:33 +0200 schrieb Vivien Kraus:
> > FYI, we already have a bump from 2.72 to 2.76. I'd rather look at
> > more leafy stuff right now than rebuilding the world; unless you
> > have a good reason to do so anyway.
> Sorry, wrong address.
^2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 22:45:02 GMT)
Full text and
rfc822 format available.
Message #61 received at 66689 <at> debbugs.gnu.org (full text, mbox):
reopen 66689
thanks
Am Montag, dem 23.10.2023 um 00:41 +0200 schrieb Liliana Marie Prikler:
> Am Montag, dem 23.10.2023 um 00:40 +0200 schrieb Liliana Marie
> Prikler:
> > reopen 66689
> > thanks
> >
> > Am Montag, dem 23.10.2023 um 00:37 +0200 schrieb Liliana Marie
> > Prikler:
> > > Am Sonntag, dem 22.10.2023 um 22:33 +0200 schrieb Vivien Kraus:
> > > FYI, we already have a bump from 2.72 to 2.76. I'd rather look
> > > at
> > > more leafy stuff right now than rebuilding the world; unless you
> > > have a good reason to do so anyway.
> > Sorry, wrong address.
> ^2
Wrong command this time.
Did not alter fixed versions and reopened.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 22 Oct 2023 22:45:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Sun, 22 Oct 2023 22:47:02 GMT)
Full text and
rfc822 format available.
Message #66 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Am Sonntag, dem 22.10.2023 um 22:30 +0200 schrieb Vivien Kraus:
> * gnu/packages/glib.scm (dbus): Update to 1.15.8.
> [native-inputs]: Add the autotools and which.
Heads up, dbus uses ye olde gnome versioning, so 1.14 is stable.
Cheers
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Mon, 23 Oct 2023 00:49:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
bug acknowledged by developer.
(Mon, 23 Oct 2023 00:49:01 GMT)
Full text and
rfc822 format available.
Message #71 received at 66689-done <at> debbugs.gnu.org (full text, mbox):
Hi Liliana,
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> Am Sonntag, dem 22.10.2023 um 22:33 +0200 schrieb Vivien Kraus:
>> Dear guix,
>>
>> Let’s try and upgrade that bunch of packages and see how it goes.
>>
>> Best regards,
>>
>> Vivien
>>
>> Vivien Kraus (14):
>> gnu: xdg-dbus-proxy: Update to 0.1.5.
>> gnu: template-glib: Update to 3.36.1.
>> gnu: appstream-glib: Update to 0.8.2.
>> gnu: sdbus-c++: Update to 1.4.0.
>> gnu: perl-glib-object-introspection: Update to 0.051.
>> gnu: perl-glib: Update to 1.3294.
>> gnu: python-pygobject: Update to 3.46.0.
>> gnu: glib: Update to 2.78.0.
>> gnu: glibmm: Update to 2.78.0.
>> gnu: libsigc++: Update to 3.6.0.
>> gnu: libaccounts-glib: Update to 1.26.
>> gnu: dbus-glib: Update to 0.112.
>> gnu: gobject-introspection: Update to 1.78.1.
>> gnu: dbus: Update to 1.15.8.
> FYI, we already have a bump from 2.72 to 2.76. I'd rather look at more
> leafy stuff right now than rebuilding the world; unless you have a good
> reason to do so anyway.
We have at least one good reason: 45 is out, and uses 2.78 out of the
box, which is likely at one point or another to be depended upon by some
GNOME application; better safe than sorry, I'd say.
I find this release engineering bill of material of what goes in the GNOME
releases very useful:
<https://ftp2.nluug.nl/windowing/gnome/teams/releng/45.0/versions>.
--
Thanks,
Maxim
Did not alter fixed versions and reopened.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 23 Oct 2023 00:50:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Mon, 23 Oct 2023 01:38:02 GMT)
Full text and
rfc822 format available.
Message #76 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Hi,
Vivien Kraus <vivien <at> planete-kraus.eu> writes:
> * gnu/packages/glib.scm (appstream-glib): Update to 0.8.2.
> [inputs]: replace libsoup with curl.
[...]
> - `(("glib" ,glib)
> - ("gperf" ,gperf)
> - ("gtk+" ,gtk+)
> - ("json-glib" ,json-glib)
> - ("libarchive" ,libarchive)
> - ("libsoup" ,libsoup-minimal-2)))
> + (list
> + glib
> + gperf
> + gtk+
> + json-glib
> + libarchive
> + curl))
This indentation is unconventional; typically we'd use:
(list glib
gperf
...)
--
Thanks,
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Mon, 23 Oct 2023 01:39:02 GMT)
Full text and
rfc822 format available.
Message #79 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Hi,
Vivien Kraus <vivien <at> planete-kraus.eu> writes:
> * gnu/packages/glib.scm (python-pygobject): Update to 3.46.0.
> [snippet]: Also remove test_overrides_gdk.py
> ---
> gnu/packages/glib.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> index c715c716a2..d20b9ef1e5 100644
> --- a/gnu/packages/glib.scm
> +++ b/gnu/packages/glib.scm
> @@ -1007,7 +1007,7 @@ (define glibmm
> (define-public python-pygobject
> (package
> (name "python-pygobject")
> - (version "3.44.1")
> + (version "3.46.0")
> (source
> (origin
> (method url-fetch)
> @@ -1016,7 +1016,7 @@ (define-public python-pygobject
> "/pygobject-" version ".tar.xz"))
> (sha256
> (base32
> - "042pmpyaz7bsbr68znnwdqyhs3j3cajib0k45v1hrs8v6b8has1w"))
> + "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
> (modules '((guix build utils)))
> (snippet
> '(begin
> @@ -1025,7 +1025,8 @@ (define-public python-pygobject
> (with-directory-excursion "tests"
> ;; FIXME: These tests require Gdk and/or Gtk 4.
> (for-each delete-file
> - '("test_atoms.py" "test_overrides_gtk.py"))
> + '("test_atoms.py" "test_overrides_gtk.py"
> + "test_overrides_gdk.py"))
> #t)))))
I like to tackle low hanging fruits, low disruption changes such as
stripping trailing #t from snippets and phases when I upgrade packages.
--
Thanks,
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Mon, 23 Oct 2023 01:42:02 GMT)
Full text and
rfc822 format available.
Message #82 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Hi Liliana,
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> Am Sonntag, dem 22.10.2023 um 22:30 +0200 schrieb Vivien Kraus:
>> * gnu/packages/glib.scm (dbus): Update to 1.15.8.
>> [native-inputs]: Add the autotools and which.
> Heads up, dbus uses ye olde gnome versioning, so 1.14 is stable.
These version scheme discrepancies within the same project is so
annoying that sometimes I think we just shouldn't pay much attention to
it. I think Fedora actually uses whatever is the latest, so it's also
be a stretch to call latest 'unstable', as in experimental buggy
software.
--
Thanks,
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Mon, 23 Oct 2023 01:44:01 GMT)
Full text and
rfc822 format available.
Message #85 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Hi,
Vivien Kraus <vivien <at> planete-kraus.eu> writes:
> * gnu/packages/glib.scm (dbus): Update to 1.15.8.
> [native-inputs]: Add the autotools and which.
'autotools' is not a package. Maybe use etc/committer.scm if you
don't want to spell it all out :-).
> ---
> gnu/packages/glib.scm | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> index 9f8c0dff11..ec0b8a3eca 100644
> --- a/gnu/packages/glib.scm
> +++ b/gnu/packages/glib.scm
> @@ -37,6 +37,7 @@
>
> (define-module (gnu packages glib)
> #:use-module (gnu packages)
> + #:use-module (gnu packages autotools)
> #:use-module (gnu packages backup)
> #:use-module (gnu packages base)
> #:use-module (gnu packages bash)
> @@ -106,7 +107,7 @@ (define-module (gnu packages glib)
> (define dbus
> (package
> (name "dbus")
> - (version "1.14.0")
> + (version "1.15.8")
> (source (origin
> (method url-fetch)
> (uri (string-append
> @@ -114,7 +115,7 @@ (define dbus
> version ".tar.xz"))
> (sha256
> (base32
> - "1m7bibavml4gx9d67j403l0kzd1a4z8lhrpxb2as3q4nfpiwrmyc"))
> + "016j3rqc8m62bg0h7z4rpvbvm5bg0hbjrld733f0aby8drz5kz44"))
> (patches (search-patches "dbus-helper-search-path.patch"))))
> (build-system gnu-build-system)
> (arguments
> @@ -156,7 +157,12 @@ (define dbus
> xmlto
> libxml2 ;for XML_CATALOG_FILES
> libxslt
> - yelp-tools))
> + yelp-tools
> + which
> + libtool
> + automake
> + autoconf
> + autoconf-archive))
Looks like you'll want to select them inputs and call M-x sort-lines on
them.
--
Thanks,
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Mon, 23 Oct 2023 01:46:02 GMT)
Full text and
rfc822 format available.
Message #88 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Vivien,
Vivien Kraus <vivien <at> planete-kraus.eu> writes:
> Dear guix,
>
> Let’s try and upgrade that bunch of packages and see how it goes.
>
> Best regards,
>
> Vivien
>
> Vivien Kraus (14):
> gnu: xdg-dbus-proxy: Update to 0.1.5.
> gnu: template-glib: Update to 3.36.1.
> gnu: appstream-glib: Update to 0.8.2.
> gnu: sdbus-c++: Update to 1.4.0.
> gnu: perl-glib-object-introspection: Update to 0.051.
> gnu: perl-glib: Update to 1.3294.
> gnu: python-pygobject: Update to 3.46.0.
> gnu: glib: Update to 2.78.0.
> gnu: glibmm: Update to 2.78.0.
> gnu: libsigc++: Update to 3.6.0.
> gnu: libaccounts-glib: Update to 1.26.
> gnu: dbus-glib: Update to 0.112.
> gnu: gobject-introspection: Update to 1.78.1.
> gnu: dbus: Update to 1.15.8.
The series LGTM, modulo the few comments I've left in it.
--
Thanks,
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:17:01 GMT)
Full text and
rfc822 format available.
Message #91 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glib): Update to 2.78.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 68cf3e6c9a..22df8a0e9a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -218,7 +218,7 @@ (define-public dbus-verbose
(define glib
(package
(name "glib")
- (version "2.76.1")
+ (version "2.78.0")
(source
(origin
(method url-fetch)
@@ -227,7 +227,7 @@ (define glib
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "17x1zpr2avj8hjbpc6hp2sf2885lxac46v0kajsgan3929m0zp23"))
+ (base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:21:02 GMT)
Full text and
rfc822 format available.
Message #94 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (template-glib): Update to 3.36.1.
[#:configure-flags]: Update variable name.
[inputs]: Update style.
[native-inputs]: Same.
---
gnu/packages/glib.scm | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index b6610ab2c7..af3f15b0ea 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1398,7 +1398,7 @@ (define perl-net-dbus-glib
(define-public template-glib
(package
(name "template-glib")
- (version "3.34.0")
+ (version "3.36.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1406,21 +1406,18 @@ (define-public template-glib
name "-" version ".tar.xz"))
(sha256
(base32
- "1z9xkin5fyfh071ma9y045jcw83hgx33dfbjraw6cxk0qdmfysr1"))))
+ "00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags '("-D" "enable_gtk_doc=true")))
- (inputs
- `(("gettext" ,gettext-minimal)
- ("glib" ,glib)
- ("gobject-introspection" ,gobject-introspection)))
+ (list #:configure-flags #~'("-D" "gtk_doc=true")))
+ (inputs (list gettext-minimal glib gobject-introspection))
(native-inputs
- `(("bison" ,bison)
- ("flex" ,flex)
- ("glib:bin" ,glib "bin") ;; For glib-mkenums
- ("gtk-doc" ,gtk-doc/stable)
- ("pkg-config" ,pkg-config)
- ("vala" ,vala)))
+ (list bison
+ flex
+ `(,glib "bin") ;for glib-mkenums
+ gtk-doc/stable
+ pkg-config
+ vala))
(home-page "https://gitlab.gnome.org/GNOME/template-glib")
(synopsis "Library for template expansion")
(description
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:22:02 GMT)
Full text and
rfc822 format available.
Message #97 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (appstream-glib): Update to 0.8.2.
[native-inputs]: Update style.
[propagated-inputs]: Same.
[inputs]: Replace libsoup with curl. Update style.
[arguments]: Update style.
[description]: Fix lint issue.
Change-Id: Icea8c8330351127d0cc85e74716ebd3c3c4a88fa
---
gnu/packages/glib.scm | 70 +++++++++++++++++++++++--------------------
1 file changed, 37 insertions(+), 33 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index af3f15b0ea..81a7785160 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -45,6 +45,7 @@ (define-module (gnu packages glib)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpp)
+ #:use-module (gnu packages curl)
#:use-module (gnu packages docbook)
#:use-module (gnu packages documentation)
#:use-module (gnu packages elf)
@@ -1293,7 +1294,7 @@ (define-public sdbus-c++
(define-public appstream-glib
(package
(name "appstream-glib")
- (version "0.7.18")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append "https://people.freedesktop.org/~hughsient/"
@@ -1301,45 +1302,48 @@ (define-public appstream-glib
"appstream-glib-" version ".tar.xz"))
(sha256
(base32
- "00j0kkgf224nzmrha72g8pd72mymhph7vaisj35i4ffy7cpd47na"))))
+ "15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi"))))
(build-system meson-build-system)
(native-inputs
- `(("gettext" ,gettext-minimal)
- ("gsettings" ,gsettings-desktop-schemas) ; for ‘org.gnome.system.proxy’
- ("glib:bin" ,glib "bin") ; for glib-compile-resources
- ("pkg-config" ,pkg-config)))
+ (list gettext-minimal
+ `(,glib "bin") ;for glib-compile-resources
+ gsettings-desktop-schemas ;for ‘org.gnome.system.proxy’
+ pkg-config))
(propagated-inputs
- `(("gcab" ,gcab) ; for .pc file
- ("gdk-pixbuf" ,gdk-pixbuf) ; for .pc file
- ("libuuid" ,util-linux "lib"))) ; for .pc file
+ (list gcab ;for .pc file
+ gdk-pixbuf ;same
+ `(,util-linux "lib"))) ;libuuid, for .pc file
(inputs
- `(("glib" ,glib)
- ("gperf" ,gperf)
- ("gtk+" ,gtk+)
- ("json-glib" ,json-glib)
- ("libarchive" ,libarchive)
- ("libsoup" ,libsoup-minimal-2)))
+ (list curl
+ gperf
+ gtk+
+ json-glib
+ libarchive
+ glib))
(arguments
- `(#:configure-flags
- (list "-Ddep11=false"
- "-Dintrospection=false" ; avoid g-ir-scanner dependency
- "-Drpm=false"
- "-Dstemmer=false")
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-tests
- (lambda _
- (substitute* "libappstream-glib/as-self-test.c"
- (("g_test_add_func.*as_test_store_local_appdata_func);") ""))
- #t))
- (add-before 'check 'set-home
- (lambda _
- ;; Some tests want write access there.
- (setenv "HOME" "/tmp"))))))
+ (list
+ #:configure-flags
+ #~(list "-Ddep11=false"
+ "-Dintrospection=false" ; avoid g-ir-scanner dependency
+ "-Drpm=false"
+ "-Dstemmer=false")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-tests
+ (lambda _
+ (substitute* "libappstream-glib/as-self-test.c"
+ (("g_test_add_func.*as_test_store_local_appdata_func);") ""))
+ #t))
+ (add-before 'check 'set-home
+ (lambda _
+ ;; Some tests want write access there.
+ (setenv "HOME" "/tmp"))))))
(home-page "https://github.com/hughsie/appstream-glib")
(synopsis "Library for reading and writing AppStream metadata")
- (description "This library provides objects and helper methods to help
-reading and writing @uref{https://www.freedesktop.org/wiki/Distributions/AppStream,AppStream}
+ (description
+ "This library provides objects and helper methods to help
+reading and writing
+@uref{https://www.freedesktop.org/wiki/Distributions/AppStream,AppStream}
metadata.")
(license license:lgpl2.1+)))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:22:02 GMT)
Full text and
rfc822 format available.
Message #100 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (dbus): Update to 1.15.8.
[arguments]: Update the style.
[native-inputs]: Add the autotools (autoconf, autoconf-archive, automake,
libtool) and which. Sort.
---
gnu/packages/glib.scm | 71 ++++++++++++++++++++++++-------------------
1 file changed, 39 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index f3b00612db..c689781b73 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -37,6 +37,7 @@
(define-module (gnu packages glib)
#:use-module (gnu packages)
+ #:use-module (gnu packages autotools)
#:use-module (gnu packages backup)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
@@ -106,7 +107,7 @@ (define-module (gnu packages glib)
(define dbus
(package
(name "dbus")
- (version "1.14.0")
+ (version "1.15.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -114,49 +115,55 @@ (define dbus
version ".tar.xz"))
(sha256
(base32
- "1m7bibavml4gx9d67j403l0kzd1a4z8lhrpxb2as3q4nfpiwrmyc"))
+ "016j3rqc8m62bg0h7z4rpvbvm5bg0hbjrld733f0aby8drz5kz44"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags
- (list
- ;; Install the system bus socket under /var.
- "--localstatedir=/var"
+ (list
+ #:configure-flags
+ #~(list
+ ;; Install the system bus socket under /var.
+ "--localstatedir=/var"
- ;; Install the session bus socket under /tmp.
- "--with-session-socket-dir=/tmp"
+ ;; Install the session bus socket under /tmp.
+ "--with-session-socket-dir=/tmp"
- ;; Build shared libraries only.
- "--disable-static"
+ ;; Build shared libraries only.
+ "--disable-static"
- ;; Use /etc/dbus-1 for system-wide config.
- ;; Look for configuration file under
- ;; /etc/dbus-1. This is notably required by
- ;; 'dbus-daemon-launch-helper', which looks for
- ;; the 'system.conf' file in that place,
- ;; regardless of what '--config-file' was
- ;; passed to 'dbus-daemon' on the command line;
- ;; see <https://bugs.freedesktop.org/show_bug.cgi?id=92458>.
- "--sysconfdir=/etc")
- #:phases
- (modify-phases %standard-phases
- (replace 'install
- (lambda _
- ;; Don't try to create /var and /etc.
- (invoke "make"
- "localstatedir=/tmp/dummy"
- "sysconfdir=/tmp/dummy"
- "install"))))))
+ ;; Use /etc/dbus-1 for system-wide config.
+ ;; Look for configuration file under
+ ;; /etc/dbus-1. This is notably required by
+ ;; 'dbus-daemon-launch-helper', which looks for
+ ;; the 'system.conf' file in that place,
+ ;; regardless of what '--config-file' was
+ ;; passed to 'dbus-daemon' on the command line;
+ ;; see <https://bugs.freedesktop.org/show_bug.cgi?id=92458>.
+ "--sysconfdir=/etc")
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'install
+ (lambda _
+ ;; Don't try to create /var and /etc.
+ (invoke "make"
+ "localstatedir=/tmp/dummy"
+ "sysconfdir=/tmp/dummy"
+ "install"))))))
(native-inputs
- (list pkg-config
- ;; Dependencies to generate the doc.
+ ;; Some dependencies are required to generate the documentation.
+ (list autoconf
+ autoconf-archive
+ automake
docbook-xml-4.4
docbook-xsl
doxygen
- xmlto
+ libtool
libxml2 ;for XML_CATALOG_FILES
libxslt
- yelp-tools))
+ which
+ xmlto
+ yelp-tools
+ pkg-config))
(inputs
(list expat
;; Add a dependency on libx11 so that 'dbus-launch' has support for
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:23:02 GMT)
Full text and
rfc822 format available.
Message #103 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (sdbus-c++): Update to 1.4.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 81a7785160..282df0df26 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1256,7 +1256,7 @@ (define-public sdbus-c++
;; file.
(package
(name "sdbus-c++")
- (version "1.3.0")
+ (version "1.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1265,7 +1265,7 @@ (define-public sdbus-c++
(file-name (git-file-name name version))
(sha256
(base32
- "03maivi3nj4g5wcydk9ih703ivmqkc93yip47wlyjni6dhikzzsb"))))
+ "111l2rl0pg9r5cdrhqpac4v22cnq41skxxfk3cng81l0n05v1sh0"))))
(build-system cmake-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:24:02 GMT)
Full text and
rfc822 format available.
Message #106 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (libsigc++): Update to 3.6.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 80de2b175d..20ab925088 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -866,7 +866,7 @@ (define-public libaccounts-glib
(define libsigc++
(package
(name "libsigc++")
- (version "3.0.6")
+ (version "3.6.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libsigc++/"
@@ -874,7 +874,7 @@ (define libsigc++
name "-" version ".tar.xz"))
(sha256
(base32
- "1kn57b039lg20182lnchl1ys27vf34brn43f895cal8nc7sdq3mp"))))
+ "05qf10lp5vxsi5fbzdphqhbzmys12mxvg4gh14p9zqynvwvkpln3"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:24:02 GMT)
Full text and
rfc822 format available.
Message #109 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (libaccounts-glib): Update to 1.26.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 20ab925088..90b254c929 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -813,7 +813,7 @@ (define dbus-glib
(define-public libaccounts-glib
(package
(name "libaccounts-glib")
- (version "1.25")
+ (version "1.26")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -822,7 +822,7 @@ (define-public libaccounts-glib
(file-name (git-file-name name version))
(sha256
(base32
- "19rhk9f97m736d5ia26vfcbjp5kgi454558yhf9mrwm4iw5d9pk4"))))
+ "1fdvvzbz23q5c0jnzryinkmcymd0zcs2pdn4fvibg34pvybb4li9"))))
(build-system meson-build-system)
(native-inputs (list dbus
`(,glib "bin")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:25:02 GMT)
Full text and
rfc822 format available.
Message #112 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (perl-glib-object-introspection): Update to 0.051.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 282df0df26..8955221fae 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1085,14 +1085,14 @@ (define-public perl-glib
(define-public perl-glib-object-introspection
(package
(name "perl-glib-object-introspection")
- (version "0.049")
+ (version "0.051")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/"
"Glib-Object-Introspection-" version ".tar.gz"))
(sha256
- (base32 "0mxg6pz8qfyipw0ypr54alij0c4adzg94f62702b2a6hkp5jhij6"))))
+ (base32 "12802l87mx65lswiwlc394fkb74cmsqn88n2qy119b40rhfn2sb5"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:25:02 GMT)
Full text and
rfc822 format available.
Message #115 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (perl-glib): Update to 1.3294.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8955221fae..d249188a4f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1059,7 +1059,7 @@ (define-public python-pygobject
(define-public perl-glib
(package
(name "perl-glib")
- (version "1.3293")
+ (version "1.3294")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1067,7 +1067,7 @@ (define-public perl-glib
version ".tar.gz"))
(sha256
(base32
- "005m3inz12xcsd5sr056cm1kbhmxsx2ly88ifbdv6p6cwz0s05kk"))))
+ "1fsw9sjfz1irlhnsk5n1xpb181vvq1dsxrw5vrsp066cdflga5fp"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:25:03 GMT)
Full text and
rfc822 format available.
Message #118 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (gobject-introspection): Update to 1.78.1.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e52b7a9e06..f3b00612db 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -577,14 +577,14 @@ (define (correct-library-name-phase python name)
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.76.1")
+ (version "1.78.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
"gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz"))
(sha256
- (base32 "1grq6wmbi2nbnwffgvsljd481zm6darnk12dvkf02m9lcjzphq8r"))
+ (base32 "1d0vhi83q0xc7kg3zn32wy7n16f3dd5blicyh5v8w9gpkbcsnyxx"))
(patches (search-patches
"gobject-introspection-cc.patch"
"gobject-introspection-girepository.patch"
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:25:03 GMT)
Full text and
rfc822 format available.
Message #121 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (python-pygobject): Update to 3.46.0.
[snippet]: Also remove test_overrides_gdk.py. Update style.
[arguments]: Update style.
[native-inputs]: Same.
---
gnu/packages/glib.scm | 47 +++++++++++++++++++++----------------------
1 file changed, 23 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d249188a4f..3812284412 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1007,40 +1007,39 @@ (define glibmm
(define-public python-pygobject
(package
(name "python-pygobject")
- (version "3.44.1")
+ (version "3.46.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/pygobject/"
- (version-major+minor version)
- "/pygobject-" version ".tar.xz"))
+ (version-major+minor version) "/pygobject-" version
+ ".tar.xz"))
(sha256
- (base32
- "042pmpyaz7bsbr68znnwdqyhs3j3cajib0k45v1hrs8v6b8has1w"))
+ (base32 "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
(modules '((guix build utils)))
(snippet
- '(begin
- ;; We disable these tests in a snippet so that they are inherited
- ;; by the Python 2 variant which is built differently.
- (with-directory-excursion "tests"
- ;; FIXME: These tests require Gdk and/or Gtk 4.
- (for-each delete-file
- '("test_atoms.py" "test_overrides_gtk.py"))
- #t)))))
+ ;; We disable these tests in a snippet so that they are inherited
+ ;; by the Python 2 variant which is built differently.
+ #~(with-directory-excursion "tests"
+ ;; FIXME: These tests require Gdk and/or Gtk 4.
+ (for-each delete-file
+ '("test_atoms.py" "test_overrides_gtk.py"
+ "test_overrides_gdk.py"))))))
(build-system meson-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; The default 90 seconds can be too low on slower machines.
- (invoke "meson" "test" "--timeout-multiplier" "5")))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ ;; The default 90 seconds can be too low on slower machines.
+ (invoke "meson" "test" "--timeout-multiplier" "5")))))))
(native-inputs
- `(("glib-bin" ,glib "bin")
- ("pkg-config" ,pkg-config)
- ("python-pytest" ,python-pytest)
- ("python-wrapper" ,python-wrapper))) ; For patching shebangs
+ (list `(,glib "bin")
+ pkg-config
+ python-pytest
+ python-wrapper)) ; For patching shebangs
(inputs
(list python python-pycairo gobject-introspection))
(propagated-inputs
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:26:03 GMT)
Full text and
rfc822 format available.
Message #124 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Dear guix,
I’m not sure what the strategy for gnome-teams should be; either aim for GNOME
44 as soon as possible, or push as many upgrades as possible.
If you think the strategy should be to make breaking updates, here is a revised patch series.
Best regards,
Vivien
Vivien Kraus (14):
gnu: xdg-dbus-proxy: Update to 0.1.5.
gnu: template-glib: Update to 3.36.1.
gnu: appstream-glib: Update to 0.8.2.
gnu: sdbus-c++: Update to 1.4.0.
gnu: perl-glib-object-introspection: Update to 0.051.
gnu: perl-glib: Update to 1.3294.
gnu: python-pygobject: Update to 3.46.0.
gnu: glib: Update to 2.78.0.
gnu: glibmm: Update to 2.78.0.
gnu: libsigc++: Update to 3.6.0.
gnu: libaccounts-glib: Update to 1.26.
gnu: dbus-glib: Update to 0.112.
gnu: gobject-introspection: Update to 1.78.1.
gnu: dbus: Update to 1.15.8.
gnu/packages/glib.scm | 251 ++++++++++++++++++++++--------------------
1 file changed, 129 insertions(+), 122 deletions(-)
base-commit: e38d6a9c2fba815ac34e74baa843f15e33846813
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:26:03 GMT)
Full text and
rfc822 format available.
Message #127 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glib): Update to 2.78.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3812284412..e4710cc623 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -218,7 +218,7 @@ (define-public dbus-verbose
(define glib
(package
(name "glib")
- (version "2.76.1")
+ (version "2.78.0")
(source
(origin
(method url-fetch)
@@ -227,7 +227,7 @@ (define glib
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "17x1zpr2avj8hjbpc6hp2sf2885lxac46v0kajsgan3929m0zp23"))
+ (base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:26:03 GMT)
Full text and
rfc822 format available.
Message #130 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (xdg-dbus-proxy): Update to 0.1.5.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8af89d60e0..b6610ab2c7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1435,7 +1435,7 @@ (define-public template-glib
(define-public xdg-dbus-proxy
(package
(name "xdg-dbus-proxy")
- (version "0.1.2")
+ (version "0.1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/flatpak/xdg-dbus-proxy"
@@ -1443,7 +1443,7 @@ (define-public xdg-dbus-proxy
"/xdg-dbus-proxy-" version ".tar.xz"))
(sha256
(base32
- "03sj1h0c2l08xa8phw013fnxr4fgav7l2mkjhzf9xk3dykwxcj8p"))))
+ "1yv10v7gpv5z0iii7p3rs2h9wx6sigldycjlkpyyal06iapwy786"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:26:04 GMT)
Full text and
rfc822 format available.
Message #133 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glibmm): Update to 2.78.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e4710cc623..80de2b175d 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -937,7 +937,7 @@ (define-public libsigc++-2
(define glibmm
(package
(name "glibmm")
- (version "2.76.0")
+ (version "2.78.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -945,7 +945,7 @@ (define glibmm
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "1cia8vrpwzn8zwalws42mga5hi965840m5s8dvfzv55xx86dhdw6"))))
+ "0l7gld1ghynlxdm55l8dn3w4lfbwgrkw7flbdnh04vwrchjqfbjx"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 06:26:04 GMT)
Full text and
rfc822 format available.
Message #136 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (dbus-glib): Update to 0.112.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 90b254c929..e52b7a9e06 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -777,7 +777,7 @@ (define itstool
(define dbus-glib
(package
(name "dbus-glib")
- (version "0.110")
+ (version "0.112")
(source (origin
(method url-fetch)
(uri
@@ -785,7 +785,7 @@ (define dbus-glib
version ".tar.gz"))
(sha256
(base32
- "09g8swvc95bk1z6j8sw463p2v0dqmgm2zjfndf7i8sbcyq67dr3w"))))
+ "0fhlkdqyzbh89bdslwsfc5fbdvkiv6g840ami4rnwa6dvz60smbx"))))
(build-system gnu-build-system)
(arguments
(if (%current-target-system)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 07:44:02 GMT)
Full text and
rfc822 format available.
Message #139 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Am Dienstag, dem 24.10.2023 um 08:19 +0200 schrieb Vivien Kraus:
> Dear guix,
>
> I’m not sure what the strategy for gnome-teams should be; either aim
> for GNOME 44 as soon as possible, or push as many upgrades as
> possible.
>
> If you think the strategy should be to make breaking updates, here is
> a revised patch series.
I'm personally against moving targets, but if CI lights green, I'll be
happy to push this series. Watch out for gstreamer and webkitgtk tho.
Cheers
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 07:45:01 GMT)
Full text and
rfc822 format available.
Message #142 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Am Sonntag, dem 22.10.2023 um 16:20 +0200 schrieb Vivien Kraus:
> * gnu/packages/glib.scm (template-glib): Update to 3.36.1.
> [#:configure-flags]: Update variable name.
> [inputs]: Update style.
> [native-inputs]: Same.
Should be "Drop labels". for inputs. I personally prefer having an
extra commit for style, but you do you.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 07:46:02 GMT)
Full text and
rfc822 format available.
Message #145 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Am Sonntag, dem 22.10.2023 um 16:26 +0200 schrieb Vivien Kraus:
> * gnu/packages/glib.scm (appstream-glib): Update to 0.8.2.
> [native-inputs]: Update style.
> [propagated-inputs]: Same.
> [inputs]: Replace libsoup with curl. Update style.
> [arguments]: Update style.
> [description]: Fix lint issue.
Should be "Drop labels." for inputs and "Convert to list of G-
Expressions" for arguments. I'd really like a split betweeen style
changes and non-style changes here :)
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 07:48:02 GMT)
Full text and
rfc822 format available.
Message #148 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Am Sonntag, dem 22.10.2023 um 16:39 +0200 schrieb Vivien Kraus:
> * gnu/packages/glib.scm (python-pygobject): Update to 3.46.0.
> [snippet]: Also remove test_overrides_gdk.py. Update style.
Should be "Convert to G-Expression" for the style update.
> [arguments]: Update style.
> [native-inputs]: Same.
> ---
As before.
Cheers
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 07:50:01 GMT)
Full text and
rfc822 format available.
Message #151 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Am Sonntag, dem 22.10.2023 um 22:30 +0200 schrieb Vivien Kraus:
> * gnu/packages/glib.scm (dbus): Update to 1.15.8.
> [arguments]: Update the style.
> [native-inputs]: Add the autotools (autoconf, autoconf-archive,
> automake,
> libtool) and which. Sort.
Instead of "the autotools", just spell out the names of the packages.
Do we really need them all – if so, why?
The rest of the series LGTM modulo the comments made at the start and
the individual packages.
Cheers
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:46:01 GMT)
Full text and
rfc822 format available.
Message #154 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (xdg-dbus-proxy): Update to 0.1.5.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8af89d60e0..b6610ab2c7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1435,7 +1435,7 @@ (define-public template-glib
(define-public xdg-dbus-proxy
(package
(name "xdg-dbus-proxy")
- (version "0.1.2")
+ (version "0.1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/flatpak/xdg-dbus-proxy"
@@ -1443,7 +1443,7 @@ (define-public xdg-dbus-proxy
"/xdg-dbus-proxy-" version ".tar.xz"))
(sha256
(base32
- "03sj1h0c2l08xa8phw013fnxr4fgav7l2mkjhzf9xk3dykwxcj8p"))))
+ "1yv10v7gpv5z0iii7p3rs2h9wx6sigldycjlkpyyal06iapwy786"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:46:02 GMT)
Full text and
rfc822 format available.
Message #157 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (template-glib): Update to 3.36.1.
[#:configure-flags]: Update variable name.
Change-Id: I90761ccfe4f4200060b7cbf05de7be9fc91fa850
---
gnu/packages/glib.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index b6610ab2c7..cddb3f6d0a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1398,7 +1398,7 @@ (define perl-net-dbus-glib
(define-public template-glib
(package
(name "template-glib")
- (version "3.34.0")
+ (version "3.36.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1406,10 +1406,10 @@ (define-public template-glib
name "-" version ".tar.xz"))
(sha256
(base32
- "1z9xkin5fyfh071ma9y045jcw83hgx33dfbjraw6cxk0qdmfysr1"))))
+ "00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags '("-D" "enable_gtk_doc=true")))
+ `(#:configure-flags '("-D" "gtk_doc=true")))
(inputs
`(("gettext" ,gettext-minimal)
("glib" ,glib)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:47:02 GMT)
Full text and
rfc822 format available.
Message #160 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glib): Update to 2.78.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 1012d2190b..ce11b9aeda 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -218,7 +218,7 @@ (define-public dbus-verbose
(define glib
(package
(name "glib")
- (version "2.76.1")
+ (version "2.78.0")
(source
(origin
(method url-fetch)
@@ -227,7 +227,7 @@ (define glib
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "17x1zpr2avj8hjbpc6hp2sf2885lxac46v0kajsgan3929m0zp23"))
+ (base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:48:01 GMT)
Full text and
rfc822 format available.
Message #163 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (template-glib) [arguments]: Convert to list of G-Expressions.
[inputs]: Drop labels.
[native-inputs]: Drop labels.
Change-Id: Ie9bc77f9cba1f8248af0c81bb2667c035e596d47
---
gnu/packages/glib.scm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index cddb3f6d0a..af3f15b0ea 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1409,18 +1409,15 @@ (define-public template-glib
"00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags '("-D" "gtk_doc=true")))
- (inputs
- `(("gettext" ,gettext-minimal)
- ("glib" ,glib)
- ("gobject-introspection" ,gobject-introspection)))
+ (list #:configure-flags #~'("-D" "gtk_doc=true")))
+ (inputs (list gettext-minimal glib gobject-introspection))
(native-inputs
- `(("bison" ,bison)
- ("flex" ,flex)
- ("glib:bin" ,glib "bin") ;; For glib-mkenums
- ("gtk-doc" ,gtk-doc/stable)
- ("pkg-config" ,pkg-config)
- ("vala" ,vala)))
+ (list bison
+ flex
+ `(,glib "bin") ;for glib-mkenums
+ gtk-doc/stable
+ pkg-config
+ vala))
(home-page "https://gitlab.gnome.org/GNOME/template-glib")
(synopsis "Library for template expansion")
(description
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:48:02 GMT)
Full text and
rfc822 format available.
Message #166 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glibmm): Update to 2.78.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ce11b9aeda..3f4d055074 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -937,7 +937,7 @@ (define-public libsigc++-2
(define glibmm
(package
(name "glibmm")
- (version "2.76.0")
+ (version "2.78.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -945,7 +945,7 @@ (define glibmm
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "1cia8vrpwzn8zwalws42mga5hi965840m5s8dvfzv55xx86dhdw6"))))
+ "0l7gld1ghynlxdm55l8dn3w4lfbwgrkw7flbdnh04vwrchjqfbjx"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:48:02 GMT)
Full text and
rfc822 format available.
Message #169 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (appstream-glib): Update to 0.8.2.
[native-inputs]: Update style.
[propagated-inputs]: Same.
[inputs]: Replace libsoup with curl. Update style.
[arguments]: Update style.
[description]: Fix lint issue.
Change-Id: Icea8c8330351127d0cc85e74716ebd3c3c4a88fa
---
gnu/packages/glib.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index af3f15b0ea..40de477d75 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -45,6 +45,7 @@ (define-module (gnu packages glib)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpp)
+ #:use-module (gnu packages curl)
#:use-module (gnu packages docbook)
#:use-module (gnu packages documentation)
#:use-module (gnu packages elf)
@@ -1293,7 +1294,7 @@ (define-public sdbus-c++
(define-public appstream-glib
(package
(name "appstream-glib")
- (version "0.7.18")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append "https://people.freedesktop.org/~hughsient/"
@@ -1301,7 +1302,7 @@ (define-public appstream-glib
"appstream-glib-" version ".tar.xz"))
(sha256
(base32
- "00j0kkgf224nzmrha72g8pd72mymhph7vaisj35i4ffy7cpd47na"))))
+ "15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
@@ -1318,7 +1319,7 @@ (define-public appstream-glib
("gtk+" ,gtk+)
("json-glib" ,json-glib)
("libarchive" ,libarchive)
- ("libsoup" ,libsoup-minimal-2)))
+ ("curl" ,curl)))
(arguments
`(#:configure-flags
(list "-Ddep11=false"
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:49:01 GMT)
Full text and
rfc822 format available.
Message #172 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (appstream-glib) [native-inputs]: Drop labels, sort.
[propagated-inputs]: Drop labels.
[inputs]: Drop labels, sort.
[arguments]: Use gexp.
[#:phases 'patch-tests]: Remove trailing #t.
[description]: Break long line.
Change-Id: I504df11ec6fc5b9d9fe70e4e32e7910f93eeb81e
---
gnu/packages/glib.scm | 64 ++++++++++++++++++++++---------------------
1 file changed, 33 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 40de477d75..3f70808e3c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1305,42 +1305,44 @@ (define-public appstream-glib
"15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi"))))
(build-system meson-build-system)
(native-inputs
- `(("gettext" ,gettext-minimal)
- ("gsettings" ,gsettings-desktop-schemas) ; for ‘org.gnome.system.proxy’
- ("glib:bin" ,glib "bin") ; for glib-compile-resources
- ("pkg-config" ,pkg-config)))
+ (list gettext-minimal
+ `(,glib "bin") ;for glib-compile-resources
+ gsettings-desktop-schemas ;for ‘org.gnome.system.proxy’
+ pkg-config))
(propagated-inputs
- `(("gcab" ,gcab) ; for .pc file
- ("gdk-pixbuf" ,gdk-pixbuf) ; for .pc file
- ("libuuid" ,util-linux "lib"))) ; for .pc file
+ (list gcab ;for .pc file
+ gdk-pixbuf ;same
+ `(,util-linux "lib"))) ;libuuid, for .pc file
(inputs
- `(("glib" ,glib)
- ("gperf" ,gperf)
- ("gtk+" ,gtk+)
- ("json-glib" ,json-glib)
- ("libarchive" ,libarchive)
- ("curl" ,curl)))
+ (list curl
+ gperf
+ gtk+
+ json-glib
+ libarchive
+ glib))
(arguments
- `(#:configure-flags
- (list "-Ddep11=false"
- "-Dintrospection=false" ; avoid g-ir-scanner dependency
- "-Drpm=false"
- "-Dstemmer=false")
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-tests
- (lambda _
- (substitute* "libappstream-glib/as-self-test.c"
- (("g_test_add_func.*as_test_store_local_appdata_func);") ""))
- #t))
- (add-before 'check 'set-home
- (lambda _
- ;; Some tests want write access there.
- (setenv "HOME" "/tmp"))))))
+ (list
+ #:configure-flags
+ #~(list "-Ddep11=false"
+ "-Dintrospection=false" ; avoid g-ir-scanner dependency
+ "-Drpm=false"
+ "-Dstemmer=false")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-tests
+ (lambda _
+ (substitute* "libappstream-glib/as-self-test.c"
+ (("g_test_add_func.*as_test_store_local_appdata_func);") ""))))
+ (add-before 'check 'set-home
+ (lambda _
+ ;; Some tests want write access there.
+ (setenv "HOME" "/tmp"))))))
(home-page "https://github.com/hughsie/appstream-glib")
(synopsis "Library for reading and writing AppStream metadata")
- (description "This library provides objects and helper methods to help
-reading and writing @uref{https://www.freedesktop.org/wiki/Distributions/AppStream,AppStream}
+ (description
+ "This library provides objects and helper methods to help
+reading and writing
+@uref{https://www.freedesktop.org/wiki/Distributions/AppStream,AppStream}
metadata.")
(license license:lgpl2.1+)))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:49:02 GMT)
Full text and
rfc822 format available.
Message #175 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (libsigc++): Update to 3.6.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3f4d055074..66f2a16448 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -866,7 +866,7 @@ (define-public libaccounts-glib
(define libsigc++
(package
(name "libsigc++")
- (version "3.0.6")
+ (version "3.6.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libsigc++/"
@@ -874,7 +874,7 @@ (define libsigc++
name "-" version ".tar.xz"))
(sha256
(base32
- "1kn57b039lg20182lnchl1ys27vf34brn43f895cal8nc7sdq3mp"))))
+ "05qf10lp5vxsi5fbzdphqhbzmys12mxvg4gh14p9zqynvwvkpln3"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:50:01 GMT)
Full text and
rfc822 format available.
Message #178 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (libaccounts-glib): Update to 1.26.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 66f2a16448..aab5401c95 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -813,7 +813,7 @@ (define dbus-glib
(define-public libaccounts-glib
(package
(name "libaccounts-glib")
- (version "1.25")
+ (version "1.26")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -822,7 +822,7 @@ (define-public libaccounts-glib
(file-name (git-file-name name version))
(sha256
(base32
- "19rhk9f97m736d5ia26vfcbjp5kgi454558yhf9mrwm4iw5d9pk4"))))
+ "1fdvvzbz23q5c0jnzryinkmcymd0zcs2pdn4fvibg34pvybb4li9"))))
(build-system meson-build-system)
(native-inputs (list dbus
`(,glib "bin")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:50:02 GMT)
Full text and
rfc822 format available.
Message #181 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (sdbus-c++): Update to 1.4.0.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3f70808e3c..e9393dd534 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1256,7 +1256,7 @@ (define-public sdbus-c++
;; file.
(package
(name "sdbus-c++")
- (version "1.3.0")
+ (version "1.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1265,7 +1265,7 @@ (define-public sdbus-c++
(file-name (git-file-name name version))
(sha256
(base32
- "03maivi3nj4g5wcydk9ih703ivmqkc93yip47wlyjni6dhikzzsb"))))
+ "111l2rl0pg9r5cdrhqpac4v22cnq41skxxfk3cng81l0n05v1sh0"))))
(build-system cmake-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:51:02 GMT)
Full text and
rfc822 format available.
Message #184 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (perl-glib-object-introspection): Update to 0.051.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e9393dd534..9ab6002338 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1085,14 +1085,14 @@ (define-public perl-glib
(define-public perl-glib-object-introspection
(package
(name "perl-glib-object-introspection")
- (version "0.049")
+ (version "0.051")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/"
"Glib-Object-Introspection-" version ".tar.gz"))
(sha256
- (base32 "0mxg6pz8qfyipw0ypr54alij0c4adzg94f62702b2a6hkp5jhij6"))))
+ (base32 "12802l87mx65lswiwlc394fkb74cmsqn88n2qy119b40rhfn2sb5"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:51:02 GMT)
Full text and
rfc822 format available.
Message #187 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (dbus-glib): Update to 0.112.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index aab5401c95..d34cb826fb 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -777,7 +777,7 @@ (define itstool
(define dbus-glib
(package
(name "dbus-glib")
- (version "0.110")
+ (version "0.112")
(source (origin
(method url-fetch)
(uri
@@ -785,7 +785,7 @@ (define dbus-glib
version ".tar.gz"))
(sha256
(base32
- "09g8swvc95bk1z6j8sw463p2v0dqmgm2zjfndf7i8sbcyq67dr3w"))))
+ "0fhlkdqyzbh89bdslwsfc5fbdvkiv6g840ami4rnwa6dvz60smbx"))))
(build-system gnu-build-system)
(arguments
(if (%current-target-system)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:51:02 GMT)
Full text and
rfc822 format available.
Message #190 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (perl-glib): Update to 1.3294.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 9ab6002338..ba827e0531 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1059,7 +1059,7 @@ (define-public python-pygobject
(define-public perl-glib
(package
(name "perl-glib")
- (version "1.3293")
+ (version "1.3294")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1067,7 +1067,7 @@ (define-public perl-glib
version ".tar.gz"))
(sha256
(base32
- "005m3inz12xcsd5sr056cm1kbhmxsx2ly88ifbdv6p6cwz0s05kk"))))
+ "1fsw9sjfz1irlhnsk5n1xpb181vvq1dsxrw5vrsp066cdflga5fp"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:51:03 GMT)
Full text and
rfc822 format available.
Message #193 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Dear guix,
I split my commits to update the style after the update.
Best regards,
Vivien
Vivien Kraus (17):
gnu: xdg-dbus-proxy: Update to 0.1.5.
gnu: template-glib: Update to 3.36.1.
gnu: template-glib: Update style.
gnu: appstream-glib: Update to 0.8.2.
gnu: appstream-glib: Update style.
gnu: sdbus-c++: Update to 1.4.0.
gnu: perl-glib-object-introspection: Update to 0.051.
gnu: perl-glib: Update to 1.3294.
gnu: python-pygobject: Update to 3.46.0.
gnu: python-pygobject: Update style.
gnu: glib: Update to 2.78.0.
gnu: glibmm: Update to 2.78.0.
gnu: libsigc++: Update to 3.6.0.
gnu: libaccounts-glib: Update to 1.26.
gnu: dbus-glib: Update to 0.112.
gnu: gobject-introspection: Update to 1.78.1.
gnu: dbus: Update to 1.15.8.
gnu/packages/glib.scm | 248 ++++++++++++++++++++++--------------------
1 file changed, 128 insertions(+), 120 deletions(-)
base-commit: 2677bf985c0025d04ffdcff31763978b633dbc58
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:51:03 GMT)
Full text and
rfc822 format available.
Message #196 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (python-pygobject): Update to 3.46.0.
[snippet]: Also remove test_overrides_gdk.py.
Change-Id: Ia046b0a597097e27c48428ec893b241d17b9006d
---
gnu/packages/glib.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ba827e0531..2c813fd594 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1007,7 +1007,7 @@ (define glibmm
(define-public python-pygobject
(package
(name "python-pygobject")
- (version "3.44.1")
+ (version "3.46.0")
(source
(origin
(method url-fetch)
@@ -1016,7 +1016,7 @@ (define-public python-pygobject
"/pygobject-" version ".tar.xz"))
(sha256
(base32
- "042pmpyaz7bsbr68znnwdqyhs3j3cajib0k45v1hrs8v6b8has1w"))
+ "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1025,7 +1025,8 @@ (define-public python-pygobject
(with-directory-excursion "tests"
;; FIXME: These tests require Gdk and/or Gtk 4.
(for-each delete-file
- '("test_atoms.py" "test_overrides_gtk.py"))
+ '("test_atoms.py" "test_overrides_gtk.py"
+ "test_overrides_gdk.py"))
#t)))))
(build-system meson-build-system)
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:51:04 GMT)
Full text and
rfc822 format available.
Message #199 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (gobject-introspection): Update to 1.78.1.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d34cb826fb..3c1a2080d7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -577,14 +577,14 @@ (define (correct-library-name-phase python name)
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.76.1")
+ (version "1.78.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
"gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz"))
(sha256
- (base32 "1grq6wmbi2nbnwffgvsljd481zm6darnk12dvkf02m9lcjzphq8r"))
+ (base32 "1d0vhi83q0xc7kg3zn32wy7n16f3dd5blicyh5v8w9gpkbcsnyxx"))
(patches (search-patches
"gobject-introspection-cc.patch"
"gobject-introspection-girepository.patch"
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:52:01 GMT)
Full text and
rfc822 format available.
Message #202 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (python-pygobject) [origin sha256]: Update indentation.
[snippet]: Convert to G-Expression. Remove trailing #f.
[arguments]: Convert to list of G-Expressions.
[native-inputs]: Drop labels.
Change-Id: I325de196b79cbdd0acaed3c40be42aa7335abcae
---
gnu/packages/glib.scm | 42 ++++++++++++++++++++----------------------
1 file changed, 20 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 2c813fd594..1012d2190b 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1015,33 +1015,31 @@ (define-public python-pygobject
(version-major+minor version)
"/pygobject-" version ".tar.xz"))
(sha256
- (base32
- "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
+ (base32 "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
(modules '((guix build utils)))
(snippet
- '(begin
- ;; We disable these tests in a snippet so that they are inherited
- ;; by the Python 2 variant which is built differently.
- (with-directory-excursion "tests"
- ;; FIXME: These tests require Gdk and/or Gtk 4.
- (for-each delete-file
- '("test_atoms.py" "test_overrides_gtk.py"
- "test_overrides_gdk.py"))
- #t)))))
+ ;; We disable these tests in a snippet so that they are inherited
+ ;; by the Python 2 variant which is built differently.
+ #~(with-directory-excursion "tests"
+ ;; FIXME: These tests require Gdk and/or Gtk 4.
+ (for-each delete-file
+ '("test_atoms.py" "test_overrides_gtk.py"
+ "test_overrides_gdk.py"))))))
(build-system meson-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; The default 90 seconds can be too low on slower machines.
- (invoke "meson" "test" "--timeout-multiplier" "5")))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ ;; The default 90 seconds can be too low on slower machines.
+ (invoke "meson" "test" "--timeout-multiplier" "5")))))))
(native-inputs
- `(("glib-bin" ,glib "bin")
- ("pkg-config" ,pkg-config)
- ("python-pytest" ,python-pytest)
- ("python-wrapper" ,python-wrapper))) ; For patching shebangs
+ (list `(,glib "bin")
+ pkg-config
+ python-pytest
+ python-wrapper)) ; For patching shebangs
(inputs
(list python python-pycairo gobject-introspection))
(propagated-inputs
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Tue, 24 Oct 2023 19:52:02 GMT)
Full text and
rfc822 format available.
Message #205 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (dbus): Update to 1.15.8.
[arguments]: Update the style.
[native-inputs]: Add autoconf, autoconf-archive, automake, libtool and
which. Sort.
Change-Id: I1833eb51ab37f138ec4d007230d84b541d66170d
---
gnu/packages/glib.scm | 73 ++++++++++++++++++++++++-------------------
1 file changed, 41 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3c1a2080d7..2e3c5f0e8b 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -37,6 +37,7 @@
(define-module (gnu packages glib)
#:use-module (gnu packages)
+ #:use-module (gnu packages autotools)
#:use-module (gnu packages backup)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
@@ -106,7 +107,7 @@ (define-module (gnu packages glib)
(define dbus
(package
(name "dbus")
- (version "1.14.0")
+ (version "1.15.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -114,49 +115,57 @@ (define dbus
version ".tar.xz"))
(sha256
(base32
- "1m7bibavml4gx9d67j403l0kzd1a4z8lhrpxb2as3q4nfpiwrmyc"))
+ "016j3rqc8m62bg0h7z4rpvbvm5bg0hbjrld733f0aby8drz5kz44"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags
- (list
- ;; Install the system bus socket under /var.
- "--localstatedir=/var"
+ (list
+ #:configure-flags
+ #~(list
+ ;; Install the system bus socket under /var.
+ "--localstatedir=/var"
- ;; Install the session bus socket under /tmp.
- "--with-session-socket-dir=/tmp"
+ ;; Install the session bus socket under /tmp.
+ "--with-session-socket-dir=/tmp"
- ;; Build shared libraries only.
- "--disable-static"
+ ;; Build shared libraries only.
+ "--disable-static"
- ;; Use /etc/dbus-1 for system-wide config.
- ;; Look for configuration file under
- ;; /etc/dbus-1. This is notably required by
- ;; 'dbus-daemon-launch-helper', which looks for
- ;; the 'system.conf' file in that place,
- ;; regardless of what '--config-file' was
- ;; passed to 'dbus-daemon' on the command line;
- ;; see <https://bugs.freedesktop.org/show_bug.cgi?id=92458>.
- "--sysconfdir=/etc")
- #:phases
- (modify-phases %standard-phases
- (replace 'install
- (lambda _
- ;; Don't try to create /var and /etc.
- (invoke "make"
- "localstatedir=/tmp/dummy"
- "sysconfdir=/tmp/dummy"
- "install"))))))
+ ;; Use /etc/dbus-1 for system-wide config.
+ ;; Look for configuration file under
+ ;; /etc/dbus-1. This is notably required by
+ ;; 'dbus-daemon-launch-helper', which looks for
+ ;; the 'system.conf' file in that place,
+ ;; regardless of what '--config-file' was
+ ;; passed to 'dbus-daemon' on the command line;
+ ;; see <https://bugs.freedesktop.org/show_bug.cgi?id=92458>.
+ "--sysconfdir=/etc")
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'install
+ (lambda _
+ ;; Don't try to create /var and /etc.
+ (invoke "make"
+ "localstatedir=/tmp/dummy"
+ "sysconfdir=/tmp/dummy"
+ "install"))))))
(native-inputs
- (list pkg-config
- ;; Dependencies to generate the doc.
+ ;; Some dependencies are required to generate the documentation. Also,
+ ;; quoting NEWS for 1.15.8: “Autotools-generated files are no longer
+ ;; included in the tarball release.”
+ (list autoconf
+ autoconf-archive
+ automake
docbook-xml-4.4
docbook-xsl
doxygen
- xmlto
+ libtool
libxml2 ;for XML_CATALOG_FILES
libxslt
- yelp-tools))
+ which
+ xmlto
+ yelp-tools
+ pkg-config))
(inputs
(list expat
;; Add a dependency on libx11 so that 'dbus-launch' has support for
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:49:02 GMT)
Full text and
rfc822 format available.
Message #208 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Dear guix,
QA did not pick up the V3. I suspect it is because the dates are not in
order. I reset them, so maybe it will work now.
I also fixed 2 commit messages.
Best regards,
Vivien
Vivien Kraus (17):
gnu: xdg-dbus-proxy: Update to 0.1.5.
gnu: template-glib: Update to 3.36.1.
gnu: template-glib: Update style.
gnu: appstream-glib: Update to 0.8.2.
gnu: appstream-glib: Update style.
gnu: sdbus-c++: Update to 1.4.0.
gnu: perl-glib-object-introspection: Update to 0.051.
gnu: perl-glib: Update to 1.3294.
gnu: python-pygobject: Update to 3.46.0.
gnu: python-pygobject: Update style.
gnu: glib: Update to 2.78.0.
gnu: glibmm: Update to 2.78.0.
gnu: libsigc++: Update to 3.6.0.
gnu: libaccounts-glib: Update to 1.26.
gnu: dbus-glib: Update to 0.112.
gnu: gobject-introspection: Update to 1.78.1.
gnu: dbus: Update to 1.15.8.
gnu/packages/glib.scm | 248 ++++++++++++++++++++++--------------------
1 file changed, 128 insertions(+), 120 deletions(-)
base-commit: 2677bf985c0025d04ffdcff31763978b633dbc58
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:49:02 GMT)
Full text and
rfc822 format available.
Message #211 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (template-glib): Update to 3.36.1.
[#:configure-flags]: Update variable name.
Change-Id: I90761ccfe4f4200060b7cbf05de7be9fc91fa850
---
gnu/packages/glib.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index b6610ab2c7..cddb3f6d0a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1398,7 +1398,7 @@ (define perl-net-dbus-glib
(define-public template-glib
(package
(name "template-glib")
- (version "3.34.0")
+ (version "3.36.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1406,10 +1406,10 @@ (define-public template-glib
name "-" version ".tar.xz"))
(sha256
(base32
- "1z9xkin5fyfh071ma9y045jcw83hgx33dfbjraw6cxk0qdmfysr1"))))
+ "00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags '("-D" "enable_gtk_doc=true")))
+ `(#:configure-flags '("-D" "gtk_doc=true")))
(inputs
`(("gettext" ,gettext-minimal)
("glib" ,glib)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:49:03 GMT)
Full text and
rfc822 format available.
Message #214 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (template-glib) [arguments]: Convert to list of G-Expressions.
[inputs]: Drop labels.
[native-inputs]: Drop labels.
Change-Id: Ie9bc77f9cba1f8248af0c81bb2667c035e596d47
---
gnu/packages/glib.scm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index cddb3f6d0a..af3f15b0ea 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1409,18 +1409,15 @@ (define-public template-glib
"00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags '("-D" "gtk_doc=true")))
- (inputs
- `(("gettext" ,gettext-minimal)
- ("glib" ,glib)
- ("gobject-introspection" ,gobject-introspection)))
+ (list #:configure-flags #~'("-D" "gtk_doc=true")))
+ (inputs (list gettext-minimal glib gobject-introspection))
(native-inputs
- `(("bison" ,bison)
- ("flex" ,flex)
- ("glib:bin" ,glib "bin") ;; For glib-mkenums
- ("gtk-doc" ,gtk-doc/stable)
- ("pkg-config" ,pkg-config)
- ("vala" ,vala)))
+ (list bison
+ flex
+ `(,glib "bin") ;for glib-mkenums
+ gtk-doc/stable
+ pkg-config
+ vala))
(home-page "https://gitlab.gnome.org/GNOME/template-glib")
(synopsis "Library for template expansion")
(description
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:50:01 GMT)
Full text and
rfc822 format available.
Message #217 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glibmm): Update to 2.78.0.
Change-Id: I6751a06ff21351564381421d414ddc94bd0a0046
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ce11b9aeda..3f4d055074 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -937,7 +937,7 @@ (define-public libsigc++-2
(define glibmm
(package
(name "glibmm")
- (version "2.76.0")
+ (version "2.78.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -945,7 +945,7 @@ (define glibmm
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "1cia8vrpwzn8zwalws42mga5hi965840m5s8dvfzv55xx86dhdw6"))))
+ "0l7gld1ghynlxdm55l8dn3w4lfbwgrkw7flbdnh04vwrchjqfbjx"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:50:02 GMT)
Full text and
rfc822 format available.
Message #220 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (appstream-glib): Update to 0.8.2.
[native-inputs]: Update style.
[propagated-inputs]: Same.
[inputs]: Replace libsoup with curl. Update style.
[arguments]: Update style.
[description]: Fix lint issue.
Change-Id: Icea8c8330351127d0cc85e74716ebd3c3c4a88fa
---
gnu/packages/glib.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index af3f15b0ea..40de477d75 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -45,6 +45,7 @@ (define-module (gnu packages glib)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpp)
+ #:use-module (gnu packages curl)
#:use-module (gnu packages docbook)
#:use-module (gnu packages documentation)
#:use-module (gnu packages elf)
@@ -1293,7 +1294,7 @@ (define-public sdbus-c++
(define-public appstream-glib
(package
(name "appstream-glib")
- (version "0.7.18")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append "https://people.freedesktop.org/~hughsient/"
@@ -1301,7 +1302,7 @@ (define-public appstream-glib
"appstream-glib-" version ".tar.xz"))
(sha256
(base32
- "00j0kkgf224nzmrha72g8pd72mymhph7vaisj35i4ffy7cpd47na"))))
+ "15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
@@ -1318,7 +1319,7 @@ (define-public appstream-glib
("gtk+" ,gtk+)
("json-glib" ,json-glib)
("libarchive" ,libarchive)
- ("libsoup" ,libsoup-minimal-2)))
+ ("curl" ,curl)))
(arguments
`(#:configure-flags
(list "-Ddep11=false"
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:50:03 GMT)
Full text and
rfc822 format available.
Message #223 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (appstream-glib) [native-inputs]: Drop labels, sort.
[propagated-inputs]: Drop labels.
[inputs]: Drop labels, sort.
[arguments]: Convert to list of G-Expressions.
[#:phases 'patch-tests]: Remove trailing #t.
[description]: Break long line.
Change-Id: I504df11ec6fc5b9d9fe70e4e32e7910f93eeb81e
---
gnu/packages/glib.scm | 64 ++++++++++++++++++++++---------------------
1 file changed, 33 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 40de477d75..3f70808e3c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1305,42 +1305,44 @@ (define-public appstream-glib
"15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi"))))
(build-system meson-build-system)
(native-inputs
- `(("gettext" ,gettext-minimal)
- ("gsettings" ,gsettings-desktop-schemas) ; for ‘org.gnome.system.proxy’
- ("glib:bin" ,glib "bin") ; for glib-compile-resources
- ("pkg-config" ,pkg-config)))
+ (list gettext-minimal
+ `(,glib "bin") ;for glib-compile-resources
+ gsettings-desktop-schemas ;for ‘org.gnome.system.proxy’
+ pkg-config))
(propagated-inputs
- `(("gcab" ,gcab) ; for .pc file
- ("gdk-pixbuf" ,gdk-pixbuf) ; for .pc file
- ("libuuid" ,util-linux "lib"))) ; for .pc file
+ (list gcab ;for .pc file
+ gdk-pixbuf ;same
+ `(,util-linux "lib"))) ;libuuid, for .pc file
(inputs
- `(("glib" ,glib)
- ("gperf" ,gperf)
- ("gtk+" ,gtk+)
- ("json-glib" ,json-glib)
- ("libarchive" ,libarchive)
- ("curl" ,curl)))
+ (list curl
+ gperf
+ gtk+
+ json-glib
+ libarchive
+ glib))
(arguments
- `(#:configure-flags
- (list "-Ddep11=false"
- "-Dintrospection=false" ; avoid g-ir-scanner dependency
- "-Drpm=false"
- "-Dstemmer=false")
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-tests
- (lambda _
- (substitute* "libappstream-glib/as-self-test.c"
- (("g_test_add_func.*as_test_store_local_appdata_func);") ""))
- #t))
- (add-before 'check 'set-home
- (lambda _
- ;; Some tests want write access there.
- (setenv "HOME" "/tmp"))))))
+ (list
+ #:configure-flags
+ #~(list "-Ddep11=false"
+ "-Dintrospection=false" ; avoid g-ir-scanner dependency
+ "-Drpm=false"
+ "-Dstemmer=false")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-tests
+ (lambda _
+ (substitute* "libappstream-glib/as-self-test.c"
+ (("g_test_add_func.*as_test_store_local_appdata_func);") ""))))
+ (add-before 'check 'set-home
+ (lambda _
+ ;; Some tests want write access there.
+ (setenv "HOME" "/tmp"))))))
(home-page "https://github.com/hughsie/appstream-glib")
(synopsis "Library for reading and writing AppStream metadata")
- (description "This library provides objects and helper methods to help
-reading and writing @uref{https://www.freedesktop.org/wiki/Distributions/AppStream,AppStream}
+ (description
+ "This library provides objects and helper methods to help
+reading and writing
+@uref{https://www.freedesktop.org/wiki/Distributions/AppStream,AppStream}
metadata.")
(license license:lgpl2.1+)))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:51:01 GMT)
Full text and
rfc822 format available.
Message #226 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (libsigc++): Update to 3.6.0.
Change-Id: Ib17c03b359122d46ccace887e7583e3e94ed76c3
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3f4d055074..66f2a16448 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -866,7 +866,7 @@ (define-public libaccounts-glib
(define libsigc++
(package
(name "libsigc++")
- (version "3.0.6")
+ (version "3.6.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libsigc++/"
@@ -874,7 +874,7 @@ (define libsigc++
name "-" version ".tar.xz"))
(sha256
(base32
- "1kn57b039lg20182lnchl1ys27vf34brn43f895cal8nc7sdq3mp"))))
+ "05qf10lp5vxsi5fbzdphqhbzmys12mxvg4gh14p9zqynvwvkpln3"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:51:02 GMT)
Full text and
rfc822 format available.
Message #229 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (libaccounts-glib): Update to 1.26.
Change-Id: I593ece04e448e6a19360f596b43ad06c2f1cc796
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 66f2a16448..aab5401c95 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -813,7 +813,7 @@ (define dbus-glib
(define-public libaccounts-glib
(package
(name "libaccounts-glib")
- (version "1.25")
+ (version "1.26")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -822,7 +822,7 @@ (define-public libaccounts-glib
(file-name (git-file-name name version))
(sha256
(base32
- "19rhk9f97m736d5ia26vfcbjp5kgi454558yhf9mrwm4iw5d9pk4"))))
+ "1fdvvzbz23q5c0jnzryinkmcymd0zcs2pdn4fvibg34pvybb4li9"))))
(build-system meson-build-system)
(native-inputs (list dbus
`(,glib "bin")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:52:02 GMT)
Full text and
rfc822 format available.
Message #232 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (sdbus-c++): Update to 1.4.0.
Change-Id: Ied3879a562bfea385ff7f626f35389e380a44a63
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3f70808e3c..e9393dd534 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1256,7 +1256,7 @@ (define-public sdbus-c++
;; file.
(package
(name "sdbus-c++")
- (version "1.3.0")
+ (version "1.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1265,7 +1265,7 @@ (define-public sdbus-c++
(file-name (git-file-name name version))
(sha256
(base32
- "03maivi3nj4g5wcydk9ih703ivmqkc93yip47wlyjni6dhikzzsb"))))
+ "111l2rl0pg9r5cdrhqpac4v22cnq41skxxfk3cng81l0n05v1sh0"))))
(build-system cmake-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:52:02 GMT)
Full text and
rfc822 format available.
Message #235 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (perl-glib-object-introspection): Update to 0.051.
Change-Id: I7e6c79bca58d9054df186566ce2bf019764dc131
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e9393dd534..9ab6002338 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1085,14 +1085,14 @@ (define-public perl-glib
(define-public perl-glib-object-introspection
(package
(name "perl-glib-object-introspection")
- (version "0.049")
+ (version "0.051")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/"
"Glib-Object-Introspection-" version ".tar.gz"))
(sha256
- (base32 "0mxg6pz8qfyipw0ypr54alij0c4adzg94f62702b2a6hkp5jhij6"))))
+ (base32 "12802l87mx65lswiwlc394fkb74cmsqn88n2qy119b40rhfn2sb5"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:52:03 GMT)
Full text and
rfc822 format available.
Message #238 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (dbus-glib): Update to 0.112.
Change-Id: I9630b1ece91bd5f32fd96142403146506724c5ec
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index aab5401c95..d34cb826fb 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -777,7 +777,7 @@ (define itstool
(define dbus-glib
(package
(name "dbus-glib")
- (version "0.110")
+ (version "0.112")
(source (origin
(method url-fetch)
(uri
@@ -785,7 +785,7 @@ (define dbus-glib
version ".tar.gz"))
(sha256
(base32
- "09g8swvc95bk1z6j8sw463p2v0dqmgm2zjfndf7i8sbcyq67dr3w"))))
+ "0fhlkdqyzbh89bdslwsfc5fbdvkiv6g840ami4rnwa6dvz60smbx"))))
(build-system gnu-build-system)
(arguments
(if (%current-target-system)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:53:01 GMT)
Full text and
rfc822 format available.
Message #241 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (perl-glib): Update to 1.3294.
Change-Id: I8cfc1d61e6c5d0b5e37f1eb210951c9c609650d9
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 9ab6002338..ba827e0531 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1059,7 +1059,7 @@ (define-public python-pygobject
(define-public perl-glib
(package
(name "perl-glib")
- (version "1.3293")
+ (version "1.3294")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1067,7 +1067,7 @@ (define-public perl-glib
version ".tar.gz"))
(sha256
(base32
- "005m3inz12xcsd5sr056cm1kbhmxsx2ly88ifbdv6p6cwz0s05kk"))))
+ "1fsw9sjfz1irlhnsk5n1xpb181vvq1dsxrw5vrsp066cdflga5fp"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:53:02 GMT)
Full text and
rfc822 format available.
Message #244 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (gobject-introspection): Update to 1.78.1.
Change-Id: If76a6305f176f08c1b389c52ecd9d265ece1459d
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d34cb826fb..3c1a2080d7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -577,14 +577,14 @@ (define (correct-library-name-phase python name)
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.76.1")
+ (version "1.78.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
"gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz"))
(sha256
- (base32 "1grq6wmbi2nbnwffgvsljd481zm6darnk12dvkf02m9lcjzphq8r"))
+ (base32 "1d0vhi83q0xc7kg3zn32wy7n16f3dd5blicyh5v8w9gpkbcsnyxx"))
(patches (search-patches
"gobject-introspection-cc.patch"
"gobject-introspection-girepository.patch"
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:54:01 GMT)
Full text and
rfc822 format available.
Message #247 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (python-pygobject): Update to 3.46.0.
[snippet]: Also remove test_overrides_gdk.py.
Change-Id: Ia046b0a597097e27c48428ec893b241d17b9006d
---
gnu/packages/glib.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ba827e0531..2c813fd594 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1007,7 +1007,7 @@ (define glibmm
(define-public python-pygobject
(package
(name "python-pygobject")
- (version "3.44.1")
+ (version "3.46.0")
(source
(origin
(method url-fetch)
@@ -1016,7 +1016,7 @@ (define-public python-pygobject
"/pygobject-" version ".tar.xz"))
(sha256
(base32
- "042pmpyaz7bsbr68znnwdqyhs3j3cajib0k45v1hrs8v6b8has1w"))
+ "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1025,7 +1025,8 @@ (define-public python-pygobject
(with-directory-excursion "tests"
;; FIXME: These tests require Gdk and/or Gtk 4.
(for-each delete-file
- '("test_atoms.py" "test_overrides_gtk.py"))
+ '("test_atoms.py" "test_overrides_gtk.py"
+ "test_overrides_gdk.py"))
#t)))))
(build-system meson-build-system)
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:54:02 GMT)
Full text and
rfc822 format available.
Message #250 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (xdg-dbus-proxy): Update to 0.1.5.
Change-Id: I6d50590dba59a0f177b73bf055a2b9c21ceadd25
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8af89d60e0..b6610ab2c7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1435,7 +1435,7 @@ (define-public template-glib
(define-public xdg-dbus-proxy
(package
(name "xdg-dbus-proxy")
- (version "0.1.2")
+ (version "0.1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/flatpak/xdg-dbus-proxy"
@@ -1443,7 +1443,7 @@ (define-public xdg-dbus-proxy
"/xdg-dbus-proxy-" version ".tar.xz"))
(sha256
(base32
- "03sj1h0c2l08xa8phw013fnxr4fgav7l2mkjhzf9xk3dykwxcj8p"))))
+ "1yv10v7gpv5z0iii7p3rs2h9wx6sigldycjlkpyyal06iapwy786"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:54:02 GMT)
Full text and
rfc822 format available.
Message #253 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (python-pygobject) [origin sha256]: Update indentation.
[snippet]: Convert to G-Expression. Remove trailing #f.
[arguments]: Convert to list of G-Expressions.
[native-inputs]: Drop labels.
Change-Id: I325de196b79cbdd0acaed3c40be42aa7335abcae
---
gnu/packages/glib.scm | 42 ++++++++++++++++++++----------------------
1 file changed, 20 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 2c813fd594..1012d2190b 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1015,33 +1015,31 @@ (define-public python-pygobject
(version-major+minor version)
"/pygobject-" version ".tar.xz"))
(sha256
- (base32
- "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
+ (base32 "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
(modules '((guix build utils)))
(snippet
- '(begin
- ;; We disable these tests in a snippet so that they are inherited
- ;; by the Python 2 variant which is built differently.
- (with-directory-excursion "tests"
- ;; FIXME: These tests require Gdk and/or Gtk 4.
- (for-each delete-file
- '("test_atoms.py" "test_overrides_gtk.py"
- "test_overrides_gdk.py"))
- #t)))))
+ ;; We disable these tests in a snippet so that they are inherited
+ ;; by the Python 2 variant which is built differently.
+ #~(with-directory-excursion "tests"
+ ;; FIXME: These tests require Gdk and/or Gtk 4.
+ (for-each delete-file
+ '("test_atoms.py" "test_overrides_gtk.py"
+ "test_overrides_gdk.py"))))))
(build-system meson-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; The default 90 seconds can be too low on slower machines.
- (invoke "meson" "test" "--timeout-multiplier" "5")))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ ;; The default 90 seconds can be too low on slower machines.
+ (invoke "meson" "test" "--timeout-multiplier" "5")))))))
(native-inputs
- `(("glib-bin" ,glib "bin")
- ("pkg-config" ,pkg-config)
- ("python-pytest" ,python-pytest)
- ("python-wrapper" ,python-wrapper))) ; For patching shebangs
+ (list `(,glib "bin")
+ pkg-config
+ python-pytest
+ python-wrapper)) ; For patching shebangs
(inputs
(list python python-pycairo gobject-introspection))
(propagated-inputs
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:55:01 GMT)
Full text and
rfc822 format available.
Message #256 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (dbus): Update to 1.15.8.
[arguments]: Convert to list of G-Expressions.
[native-inputs]: Add autoconf, autoconf-archive, automake, libtool and
which. Sort.
Change-Id: I1833eb51ab37f138ec4d007230d84b541d66170d
---
gnu/packages/glib.scm | 73 ++++++++++++++++++++++++-------------------
1 file changed, 41 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3c1a2080d7..2e3c5f0e8b 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -37,6 +37,7 @@
(define-module (gnu packages glib)
#:use-module (gnu packages)
+ #:use-module (gnu packages autotools)
#:use-module (gnu packages backup)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
@@ -106,7 +107,7 @@ (define-module (gnu packages glib)
(define dbus
(package
(name "dbus")
- (version "1.14.0")
+ (version "1.15.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -114,49 +115,57 @@ (define dbus
version ".tar.xz"))
(sha256
(base32
- "1m7bibavml4gx9d67j403l0kzd1a4z8lhrpxb2as3q4nfpiwrmyc"))
+ "016j3rqc8m62bg0h7z4rpvbvm5bg0hbjrld733f0aby8drz5kz44"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags
- (list
- ;; Install the system bus socket under /var.
- "--localstatedir=/var"
+ (list
+ #:configure-flags
+ #~(list
+ ;; Install the system bus socket under /var.
+ "--localstatedir=/var"
- ;; Install the session bus socket under /tmp.
- "--with-session-socket-dir=/tmp"
+ ;; Install the session bus socket under /tmp.
+ "--with-session-socket-dir=/tmp"
- ;; Build shared libraries only.
- "--disable-static"
+ ;; Build shared libraries only.
+ "--disable-static"
- ;; Use /etc/dbus-1 for system-wide config.
- ;; Look for configuration file under
- ;; /etc/dbus-1. This is notably required by
- ;; 'dbus-daemon-launch-helper', which looks for
- ;; the 'system.conf' file in that place,
- ;; regardless of what '--config-file' was
- ;; passed to 'dbus-daemon' on the command line;
- ;; see <https://bugs.freedesktop.org/show_bug.cgi?id=92458>.
- "--sysconfdir=/etc")
- #:phases
- (modify-phases %standard-phases
- (replace 'install
- (lambda _
- ;; Don't try to create /var and /etc.
- (invoke "make"
- "localstatedir=/tmp/dummy"
- "sysconfdir=/tmp/dummy"
- "install"))))))
+ ;; Use /etc/dbus-1 for system-wide config.
+ ;; Look for configuration file under
+ ;; /etc/dbus-1. This is notably required by
+ ;; 'dbus-daemon-launch-helper', which looks for
+ ;; the 'system.conf' file in that place,
+ ;; regardless of what '--config-file' was
+ ;; passed to 'dbus-daemon' on the command line;
+ ;; see <https://bugs.freedesktop.org/show_bug.cgi?id=92458>.
+ "--sysconfdir=/etc")
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'install
+ (lambda _
+ ;; Don't try to create /var and /etc.
+ (invoke "make"
+ "localstatedir=/tmp/dummy"
+ "sysconfdir=/tmp/dummy"
+ "install"))))))
(native-inputs
- (list pkg-config
- ;; Dependencies to generate the doc.
+ ;; Some dependencies are required to generate the documentation. Also,
+ ;; quoting NEWS for 1.15.8: “Autotools-generated files are no longer
+ ;; included in the tarball release.”
+ (list autoconf
+ autoconf-archive
+ automake
docbook-xml-4.4
docbook-xsl
doxygen
- xmlto
+ libtool
libxml2 ;for XML_CATALOG_FILES
libxslt
- yelp-tools))
+ which
+ xmlto
+ yelp-tools
+ pkg-config))
(inputs
(list expat
;; Add a dependency on libx11 so that 'dbus-launch' has support for
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 16:55:02 GMT)
Full text and
rfc822 format available.
Message #259 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glib): Update to 2.78.0.
Change-Id: Ibfe1f44e15510ccb2e7fd002be63c5dceab34ca1
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 1012d2190b..ce11b9aeda 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -218,7 +218,7 @@ (define-public dbus-verbose
(define glib
(package
(name "glib")
- (version "2.76.1")
+ (version "2.78.0")
(source
(origin
(method url-fetch)
@@ -227,7 +227,7 @@ (define glib
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "17x1zpr2avj8hjbpc6hp2sf2885lxac46v0kajsgan3929m0zp23"))
+ (base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 17:58:02 GMT)
Full text and
rfc822 format available.
Message #262 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (appstream-glib) [native-inputs]: Drop labels, sort.
[propagated-inputs]: Drop labels.
[inputs]: Drop labels, sort.
[arguments]: Convert to list of G-Expressions.
[#:phases 'patch-tests]: Remove trailing #t.
[description]: Break long line.
Change-Id: I504df11ec6fc5b9d9fe70e4e32e7910f93eeb81e
---
gnu/packages/glib.scm | 64 ++++++++++++++++++++++---------------------
1 file changed, 33 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 40de477d75..3f70808e3c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1305,42 +1305,44 @@ (define-public appstream-glib
"15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi"))))
(build-system meson-build-system)
(native-inputs
- `(("gettext" ,gettext-minimal)
- ("gsettings" ,gsettings-desktop-schemas) ; for ‘org.gnome.system.proxy’
- ("glib:bin" ,glib "bin") ; for glib-compile-resources
- ("pkg-config" ,pkg-config)))
+ (list gettext-minimal
+ `(,glib "bin") ;for glib-compile-resources
+ gsettings-desktop-schemas ;for ‘org.gnome.system.proxy’
+ pkg-config))
(propagated-inputs
- `(("gcab" ,gcab) ; for .pc file
- ("gdk-pixbuf" ,gdk-pixbuf) ; for .pc file
- ("libuuid" ,util-linux "lib"))) ; for .pc file
+ (list gcab ;for .pc file
+ gdk-pixbuf ;same
+ `(,util-linux "lib"))) ;libuuid, for .pc file
(inputs
- `(("glib" ,glib)
- ("gperf" ,gperf)
- ("gtk+" ,gtk+)
- ("json-glib" ,json-glib)
- ("libarchive" ,libarchive)
- ("curl" ,curl)))
+ (list curl
+ gperf
+ gtk+
+ json-glib
+ libarchive
+ glib))
(arguments
- `(#:configure-flags
- (list "-Ddep11=false"
- "-Dintrospection=false" ; avoid g-ir-scanner dependency
- "-Drpm=false"
- "-Dstemmer=false")
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-tests
- (lambda _
- (substitute* "libappstream-glib/as-self-test.c"
- (("g_test_add_func.*as_test_store_local_appdata_func);") ""))
- #t))
- (add-before 'check 'set-home
- (lambda _
- ;; Some tests want write access there.
- (setenv "HOME" "/tmp"))))))
+ (list
+ #:configure-flags
+ #~(list "-Ddep11=false"
+ "-Dintrospection=false" ; avoid g-ir-scanner dependency
+ "-Drpm=false"
+ "-Dstemmer=false")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-tests
+ (lambda _
+ (substitute* "libappstream-glib/as-self-test.c"
+ (("g_test_add_func.*as_test_store_local_appdata_func);") ""))))
+ (add-before 'check 'set-home
+ (lambda _
+ ;; Some tests want write access there.
+ (setenv "HOME" "/tmp"))))))
(home-page "https://github.com/hughsie/appstream-glib")
(synopsis "Library for reading and writing AppStream metadata")
- (description "This library provides objects and helper methods to help
-reading and writing @uref{https://www.freedesktop.org/wiki/Distributions/AppStream,AppStream}
+ (description
+ "This library provides objects and helper methods to help
+reading and writing
+@uref{https://www.freedesktop.org/wiki/Distributions/AppStream,AppStream}
metadata.")
(license license:lgpl2.1+)))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 17:58:02 GMT)
Full text and
rfc822 format available.
Message #265 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (sdbus-c++): Update to 1.4.0.
Change-Id: Ied3879a562bfea385ff7f626f35389e380a44a63
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3f70808e3c..e9393dd534 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1256,7 +1256,7 @@ (define-public sdbus-c++
;; file.
(package
(name "sdbus-c++")
- (version "1.3.0")
+ (version "1.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1265,7 +1265,7 @@ (define-public sdbus-c++
(file-name (git-file-name name version))
(sha256
(base32
- "03maivi3nj4g5wcydk9ih703ivmqkc93yip47wlyjni6dhikzzsb"))))
+ "111l2rl0pg9r5cdrhqpac4v22cnq41skxxfk3cng81l0n05v1sh0"))))
(build-system cmake-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 17:59:01 GMT)
Full text and
rfc822 format available.
Message #268 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (libaccounts-glib): Update to 1.26.
Change-Id: I593ece04e448e6a19360f596b43ad06c2f1cc796
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 66f2a16448..aab5401c95 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -813,7 +813,7 @@ (define dbus-glib
(define-public libaccounts-glib
(package
(name "libaccounts-glib")
- (version "1.25")
+ (version "1.26")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -822,7 +822,7 @@ (define-public libaccounts-glib
(file-name (git-file-name name version))
(sha256
(base32
- "19rhk9f97m736d5ia26vfcbjp5kgi454558yhf9mrwm4iw5d9pk4"))))
+ "1fdvvzbz23q5c0jnzryinkmcymd0zcs2pdn4fvibg34pvybb4li9"))))
(build-system meson-build-system)
(native-inputs (list dbus
`(,glib "bin")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 17:59:02 GMT)
Full text and
rfc822 format available.
Message #271 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (dbus-glib): Update to 0.112.
Change-Id: I9630b1ece91bd5f32fd96142403146506724c5ec
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index aab5401c95..d34cb826fb 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -777,7 +777,7 @@ (define itstool
(define dbus-glib
(package
(name "dbus-glib")
- (version "0.110")
+ (version "0.112")
(source (origin
(method url-fetch)
(uri
@@ -785,7 +785,7 @@ (define dbus-glib
version ".tar.gz"))
(sha256
(base32
- "09g8swvc95bk1z6j8sw463p2v0dqmgm2zjfndf7i8sbcyq67dr3w"))))
+ "0fhlkdqyzbh89bdslwsfc5fbdvkiv6g840ami4rnwa6dvz60smbx"))))
(build-system gnu-build-system)
(arguments
(if (%current-target-system)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 17:59:02 GMT)
Full text and
rfc822 format available.
Message #274 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (perl-glib-object-introspection): Update to 0.051.
Change-Id: I7e6c79bca58d9054df186566ce2bf019764dc131
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e9393dd534..9ab6002338 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1085,14 +1085,14 @@ (define-public perl-glib
(define-public perl-glib-object-introspection
(package
(name "perl-glib-object-introspection")
- (version "0.049")
+ (version "0.051")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/"
"Glib-Object-Introspection-" version ".tar.gz"))
(sha256
- (base32 "0mxg6pz8qfyipw0ypr54alij0c4adzg94f62702b2a6hkp5jhij6"))))
+ (base32 "12802l87mx65lswiwlc394fkb74cmsqn88n2qy119b40rhfn2sb5"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 17:59:03 GMT)
Full text and
rfc822 format available.
Message #277 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Am Freitag, dem 27.10.2023 um 18:42 +0200 schrieb Vivien Kraus:
> * gnu/packages/glib.scm (appstream-glib): Update to 0.8.2.
> [native-inputs]: Update style.
> [propagated-inputs]: Same.
> [inputs]: Replace libsoup with curl. Update style.
> [arguments]: Update style.
> [description]: Fix lint issue.
Should just be
[inputs]: Replace libsoup with curl.
The style updates have already been moved to another commit :)
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:00:02 GMT)
Full text and
rfc822 format available.
Message #280 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (perl-glib): Update to 1.3294.
Change-Id: I8cfc1d61e6c5d0b5e37f1eb210951c9c609650d9
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 9ab6002338..ba827e0531 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1059,7 +1059,7 @@ (define-public python-pygobject
(define-public perl-glib
(package
(name "perl-glib")
- (version "1.3293")
+ (version "1.3294")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1067,7 +1067,7 @@ (define-public perl-glib
version ".tar.gz"))
(sha256
(base32
- "005m3inz12xcsd5sr056cm1kbhmxsx2ly88ifbdv6p6cwz0s05kk"))))
+ "1fsw9sjfz1irlhnsk5n1xpb181vvq1dsxrw5vrsp066cdflga5fp"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:00:03 GMT)
Full text and
rfc822 format available.
Message #283 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (gobject-introspection): Update to 1.78.1.
Change-Id: If76a6305f176f08c1b389c52ecd9d265ece1459d
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d34cb826fb..3c1a2080d7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -577,14 +577,14 @@ (define (correct-library-name-phase python name)
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.76.1")
+ (version "1.78.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
"gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz"))
(sha256
- (base32 "1grq6wmbi2nbnwffgvsljd481zm6darnk12dvkf02m9lcjzphq8r"))
+ (base32 "1d0vhi83q0xc7kg3zn32wy7n16f3dd5blicyh5v8w9gpkbcsnyxx"))
(patches (search-patches
"gobject-introspection-cc.patch"
"gobject-introspection-girepository.patch"
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:01:01 GMT)
Full text and
rfc822 format available.
Message #286 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (python-pygobject): Update to 3.46.0.
[snippet]: Also remove test_overrides_gdk.py.
Change-Id: Ia046b0a597097e27c48428ec893b241d17b9006d
---
gnu/packages/glib.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ba827e0531..2c813fd594 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1007,7 +1007,7 @@ (define glibmm
(define-public python-pygobject
(package
(name "python-pygobject")
- (version "3.44.1")
+ (version "3.46.0")
(source
(origin
(method url-fetch)
@@ -1016,7 +1016,7 @@ (define-public python-pygobject
"/pygobject-" version ".tar.xz"))
(sha256
(base32
- "042pmpyaz7bsbr68znnwdqyhs3j3cajib0k45v1hrs8v6b8has1w"))
+ "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1025,7 +1025,8 @@ (define-public python-pygobject
(with-directory-excursion "tests"
;; FIXME: These tests require Gdk and/or Gtk 4.
(for-each delete-file
- '("test_atoms.py" "test_overrides_gtk.py"))
+ '("test_atoms.py" "test_overrides_gtk.py"
+ "test_overrides_gdk.py"))
#t)))))
(build-system meson-build-system)
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:01:02 GMT)
Full text and
rfc822 format available.
Message #289 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Am Freitag, dem 27.10.2023 um 18:42 +0200 schrieb Vivien Kraus:
> * gnu/packages/glib.scm (appstream-glib) [native-inputs]: Drop
> labels, sort.
> [propagated-inputs]: Drop labels.
> [inputs]: Drop labels, sort.
Should be
[inputs]: Drop labels. Sort alphabetically.
You have that horizontal space :)
> [arguments]: Convert to list of G-Expressions.
> [#:phases 'patch-tests]: Remove trailing #t.
> [description]: Break long line.
>
> Change-Id: I504df11ec6fc5b9d9fe70e4e32e7910f93eeb81e
> ---
Otherwise SGTM, but we still have the CI waiting thing going on.
Cheers
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:01:02 GMT)
Full text and
rfc822 format available.
Message #292 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (xdg-dbus-proxy): Update to 0.1.5.
Change-Id: I6d50590dba59a0f177b73bf055a2b9c21ceadd25
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8af89d60e0..b6610ab2c7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1435,7 +1435,7 @@ (define-public template-glib
(define-public xdg-dbus-proxy
(package
(name "xdg-dbus-proxy")
- (version "0.1.2")
+ (version "0.1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/flatpak/xdg-dbus-proxy"
@@ -1443,7 +1443,7 @@ (define-public xdg-dbus-proxy
"/xdg-dbus-proxy-" version ".tar.xz"))
(sha256
(base32
- "03sj1h0c2l08xa8phw013fnxr4fgav7l2mkjhzf9xk3dykwxcj8p"))))
+ "1yv10v7gpv5z0iii7p3rs2h9wx6sigldycjlkpyyal06iapwy786"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:02:02 GMT)
Full text and
rfc822 format available.
Message #295 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (python-pygobject) [origin sha256]: Update indentation.
[snippet]: Convert to G-Expression. Remove trailing #f.
[arguments]: Convert to list of G-Expressions.
[native-inputs]: Drop labels.
Change-Id: I325de196b79cbdd0acaed3c40be42aa7335abcae
---
gnu/packages/glib.scm | 42 ++++++++++++++++++++----------------------
1 file changed, 20 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 2c813fd594..1012d2190b 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1015,33 +1015,31 @@ (define-public python-pygobject
(version-major+minor version)
"/pygobject-" version ".tar.xz"))
(sha256
- (base32
- "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
+ (base32 "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
(modules '((guix build utils)))
(snippet
- '(begin
- ;; We disable these tests in a snippet so that they are inherited
- ;; by the Python 2 variant which is built differently.
- (with-directory-excursion "tests"
- ;; FIXME: These tests require Gdk and/or Gtk 4.
- (for-each delete-file
- '("test_atoms.py" "test_overrides_gtk.py"
- "test_overrides_gdk.py"))
- #t)))))
+ ;; We disable these tests in a snippet so that they are inherited
+ ;; by the Python 2 variant which is built differently.
+ #~(with-directory-excursion "tests"
+ ;; FIXME: These tests require Gdk and/or Gtk 4.
+ (for-each delete-file
+ '("test_atoms.py" "test_overrides_gtk.py"
+ "test_overrides_gdk.py"))))))
(build-system meson-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; The default 90 seconds can be too low on slower machines.
- (invoke "meson" "test" "--timeout-multiplier" "5")))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ ;; The default 90 seconds can be too low on slower machines.
+ (invoke "meson" "test" "--timeout-multiplier" "5")))))))
(native-inputs
- `(("glib-bin" ,glib "bin")
- ("pkg-config" ,pkg-config)
- ("python-pytest" ,python-pytest)
- ("python-wrapper" ,python-wrapper))) ; For patching shebangs
+ (list `(,glib "bin")
+ pkg-config
+ python-pytest
+ python-wrapper)) ; For patching shebangs
(inputs
(list python python-pycairo gobject-introspection))
(propagated-inputs
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:02:02 GMT)
Full text and
rfc822 format available.
Message #298 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (template-glib): Update to 3.36.1.
[#:configure-flags]: Update variable name.
Change-Id: I90761ccfe4f4200060b7cbf05de7be9fc91fa850
---
gnu/packages/glib.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index b6610ab2c7..cddb3f6d0a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1398,7 +1398,7 @@ (define perl-net-dbus-glib
(define-public template-glib
(package
(name "template-glib")
- (version "3.34.0")
+ (version "3.36.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1406,10 +1406,10 @@ (define-public template-glib
name "-" version ".tar.xz"))
(sha256
(base32
- "1z9xkin5fyfh071ma9y045jcw83hgx33dfbjraw6cxk0qdmfysr1"))))
+ "00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags '("-D" "enable_gtk_doc=true")))
+ `(#:configure-flags '("-D" "gtk_doc=true")))
(inputs
`(("gettext" ,gettext-minimal)
("glib" ,glib)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:02:02 GMT)
Full text and
rfc822 format available.
Message #301 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glib): Update to 2.78.0.
Change-Id: Ibfe1f44e15510ccb2e7fd002be63c5dceab34ca1
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 1012d2190b..ce11b9aeda 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -218,7 +218,7 @@ (define-public dbus-verbose
(define glib
(package
(name "glib")
- (version "2.76.1")
+ (version "2.78.0")
(source
(origin
(method url-fetch)
@@ -227,7 +227,7 @@ (define glib
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "17x1zpr2avj8hjbpc6hp2sf2885lxac46v0kajsgan3929m0zp23"))
+ (base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:02:03 GMT)
Full text and
rfc822 format available.
Message #304 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (template-glib) [arguments]: Convert to list of G-Expressions.
[inputs]: Drop labels.
[native-inputs]: Drop labels.
Change-Id: Ie9bc77f9cba1f8248af0c81bb2667c035e596d47
---
gnu/packages/glib.scm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index cddb3f6d0a..af3f15b0ea 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1409,18 +1409,15 @@ (define-public template-glib
"00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags '("-D" "gtk_doc=true")))
- (inputs
- `(("gettext" ,gettext-minimal)
- ("glib" ,glib)
- ("gobject-introspection" ,gobject-introspection)))
+ (list #:configure-flags #~'("-D" "gtk_doc=true")))
+ (inputs (list gettext-minimal glib gobject-introspection))
(native-inputs
- `(("bison" ,bison)
- ("flex" ,flex)
- ("glib:bin" ,glib "bin") ;; For glib-mkenums
- ("gtk-doc" ,gtk-doc/stable)
- ("pkg-config" ,pkg-config)
- ("vala" ,vala)))
+ (list bison
+ flex
+ `(,glib "bin") ;for glib-mkenums
+ gtk-doc/stable
+ pkg-config
+ vala))
(home-page "https://gitlab.gnome.org/GNOME/template-glib")
(synopsis "Library for template expansion")
(description
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:02:03 GMT)
Full text and
rfc822 format available.
Message #307 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (glibmm): Update to 2.78.0.
Change-Id: I6751a06ff21351564381421d414ddc94bd0a0046
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ce11b9aeda..3f4d055074 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -937,7 +937,7 @@ (define-public libsigc++-2
(define glibmm
(package
(name "glibmm")
- (version "2.76.0")
+ (version "2.78.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glibmm/"
@@ -945,7 +945,7 @@ (define glibmm
"/glibmm-" version ".tar.xz"))
(sha256
(base32
- "1cia8vrpwzn8zwalws42mga5hi965840m5s8dvfzv55xx86dhdw6"))))
+ "0l7gld1ghynlxdm55l8dn3w4lfbwgrkw7flbdnh04vwrchjqfbjx"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:02:04 GMT)
Full text and
rfc822 format available.
Message #310 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (libsigc++): Update to 3.6.0.
Change-Id: Ib17c03b359122d46ccace887e7583e3e94ed76c3
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3f4d055074..66f2a16448 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -866,7 +866,7 @@ (define-public libaccounts-glib
(define libsigc++
(package
(name "libsigc++")
- (version "3.0.6")
+ (version "3.6.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libsigc++/"
@@ -874,7 +874,7 @@ (define libsigc++
name "-" version ".tar.xz"))
(sha256
(base32
- "1kn57b039lg20182lnchl1ys27vf34brn43f895cal8nc7sdq3mp"))))
+ "05qf10lp5vxsi5fbzdphqhbzmys12mxvg4gh14p9zqynvwvkpln3"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:03:01 GMT)
Full text and
rfc822 format available.
Message #313 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (dbus): Update to 1.15.8.
[arguments]: Convert to list of G-Expressions.
[native-inputs]: Add autoconf, autoconf-archive, automake, libtool and
which. Sort.
Change-Id: I1833eb51ab37f138ec4d007230d84b541d66170d
---
gnu/packages/glib.scm | 73 ++++++++++++++++++++++++-------------------
1 file changed, 41 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3c1a2080d7..2e3c5f0e8b 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -37,6 +37,7 @@
(define-module (gnu packages glib)
#:use-module (gnu packages)
+ #:use-module (gnu packages autotools)
#:use-module (gnu packages backup)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
@@ -106,7 +107,7 @@ (define-module (gnu packages glib)
(define dbus
(package
(name "dbus")
- (version "1.14.0")
+ (version "1.15.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -114,49 +115,57 @@ (define dbus
version ".tar.xz"))
(sha256
(base32
- "1m7bibavml4gx9d67j403l0kzd1a4z8lhrpxb2as3q4nfpiwrmyc"))
+ "016j3rqc8m62bg0h7z4rpvbvm5bg0hbjrld733f0aby8drz5kz44"))
(patches (search-patches "dbus-helper-search-path.patch"))))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags
- (list
- ;; Install the system bus socket under /var.
- "--localstatedir=/var"
+ (list
+ #:configure-flags
+ #~(list
+ ;; Install the system bus socket under /var.
+ "--localstatedir=/var"
- ;; Install the session bus socket under /tmp.
- "--with-session-socket-dir=/tmp"
+ ;; Install the session bus socket under /tmp.
+ "--with-session-socket-dir=/tmp"
- ;; Build shared libraries only.
- "--disable-static"
+ ;; Build shared libraries only.
+ "--disable-static"
- ;; Use /etc/dbus-1 for system-wide config.
- ;; Look for configuration file under
- ;; /etc/dbus-1. This is notably required by
- ;; 'dbus-daemon-launch-helper', which looks for
- ;; the 'system.conf' file in that place,
- ;; regardless of what '--config-file' was
- ;; passed to 'dbus-daemon' on the command line;
- ;; see <https://bugs.freedesktop.org/show_bug.cgi?id=92458>.
- "--sysconfdir=/etc")
- #:phases
- (modify-phases %standard-phases
- (replace 'install
- (lambda _
- ;; Don't try to create /var and /etc.
- (invoke "make"
- "localstatedir=/tmp/dummy"
- "sysconfdir=/tmp/dummy"
- "install"))))))
+ ;; Use /etc/dbus-1 for system-wide config.
+ ;; Look for configuration file under
+ ;; /etc/dbus-1. This is notably required by
+ ;; 'dbus-daemon-launch-helper', which looks for
+ ;; the 'system.conf' file in that place,
+ ;; regardless of what '--config-file' was
+ ;; passed to 'dbus-daemon' on the command line;
+ ;; see <https://bugs.freedesktop.org/show_bug.cgi?id=92458>.
+ "--sysconfdir=/etc")
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'install
+ (lambda _
+ ;; Don't try to create /var and /etc.
+ (invoke "make"
+ "localstatedir=/tmp/dummy"
+ "sysconfdir=/tmp/dummy"
+ "install"))))))
(native-inputs
- (list pkg-config
- ;; Dependencies to generate the doc.
+ ;; Some dependencies are required to generate the documentation. Also,
+ ;; quoting NEWS for 1.15.8: “Autotools-generated files are no longer
+ ;; included in the tarball release.”
+ (list autoconf
+ autoconf-archive
+ automake
docbook-xml-4.4
docbook-xsl
doxygen
- xmlto
+ libtool
libxml2 ;for XML_CATALOG_FILES
libxslt
- yelp-tools))
+ which
+ xmlto
+ yelp-tools
+ pkg-config))
(inputs
(list expat
;; Add a dependency on libx11 so that 'dbus-launch' has support for
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:04:02 GMT)
Full text and
rfc822 format available.
Message #316 received at 66689 <at> debbugs.gnu.org (full text, mbox):
Dear guix,
I reordered the patches so that QA will sort them in the correct order. I did
not add you in CC because they are the exact same commits, apart from the
date. So, I’m saving you some spam.
Maybe that will please QA?
Best regards,
Vivien.
Vivien Kraus (17):
gnu: xdg-dbus-proxy: Update to 0.1.5.
gnu: template-glib: Update to 3.36.1.
gnu: template-glib: Update style.
gnu: appstream-glib: Update to 0.8.2.
gnu: appstream-glib: Update style.
gnu: sdbus-c++: Update to 1.4.0.
gnu: perl-glib-object-introspection: Update to 0.051.
gnu: perl-glib: Update to 1.3294.
gnu: python-pygobject: Update to 3.46.0.
gnu: python-pygobject: Update style.
gnu: glib: Update to 2.78.0.
gnu: glibmm: Update to 2.78.0.
gnu: libsigc++: Update to 3.6.0.
gnu: libaccounts-glib: Update to 1.26.
gnu: dbus-glib: Update to 0.112.
gnu: gobject-introspection: Update to 1.78.1.
gnu: dbus: Update to 1.15.8.
gnu/packages/glib.scm | 248 ++++++++++++++++++++++--------------------
1 file changed, 128 insertions(+), 120 deletions(-)
base-commit: 2677bf985c0025d04ffdcff31763978b633dbc58
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66689
; Package
guix-patches
.
(Fri, 27 Oct 2023 18:04:02 GMT)
Full text and
rfc822 format available.
Message #319 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (appstream-glib): Update to 0.8.2.
[native-inputs]: Update style.
[propagated-inputs]: Same.
[inputs]: Replace libsoup with curl. Update style.
[arguments]: Update style.
[description]: Fix lint issue.
Change-Id: Icea8c8330351127d0cc85e74716ebd3c3c4a88fa
---
gnu/packages/glib.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index af3f15b0ea..40de477d75 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -45,6 +45,7 @@ (define-module (gnu packages glib)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpp)
+ #:use-module (gnu packages curl)
#:use-module (gnu packages docbook)
#:use-module (gnu packages documentation)
#:use-module (gnu packages elf)
@@ -1293,7 +1294,7 @@ (define-public sdbus-c++
(define-public appstream-glib
(package
(name "appstream-glib")
- (version "0.7.18")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append "https://people.freedesktop.org/~hughsient/"
@@ -1301,7 +1302,7 @@ (define-public appstream-glib
"appstream-glib-" version ".tar.xz"))
(sha256
(base32
- "00j0kkgf224nzmrha72g8pd72mymhph7vaisj35i4ffy7cpd47na"))))
+ "15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
@@ -1318,7 +1319,7 @@ (define-public appstream-glib
("gtk+" ,gtk+)
("json-glib" ,json-glib)
("libarchive" ,libarchive)
- ("libsoup" ,libsoup-minimal-2)))
+ ("curl" ,curl)))
(arguments
`(#:configure-flags
(list "-Ddep11=false"
--
2.41.0
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sat, 04 Nov 2023 07:11:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
bug acknowledged by developer.
(Sat, 04 Nov 2023 07:11:02 GMT)
Full text and
rfc822 format available.
Message #324 received at 66689-done <at> debbugs.gnu.org (full text, mbox):
Am Freitag, dem 27.10.2023 um 18:45 +0200 schrieb Vivien Kraus:
> Dear guix,
>
> QA did not pick up the V3. I suspect it is because the dates are not
> in order. I reset them, so maybe it will work now.
>
> I also fixed 2 commit messages.
The packages build locally, so I pushed them to minimize the number of
world rebuilds going on. Might have amended the commit messages a bit.
Cheers
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 02 Dec 2023 12:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.