diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-11-08 09:00:48 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:05 +0100 |
| commit | faf37926efb3c4800f82a2c3be1826466c5fc19f (patch) | |
| tree | a0e227c509c9c2143ce20e57a459b5797e2347fd /gnu | |
| parent | d7b377c28a89779591428be4570db4d3c9d6a4ab (diff) | |
gnu: Add python-pygobject-3.50.
* gnu/packages/glib.scm (python-pygobject-3.50): New variable.
* gnu/packages/gnome.scm (glade3, blueprint-compiler, libsecret)
(orca)[native-inputs]: Replace python-pygobject with python-pygobject-3.50.
(libpeas, libpeas-2, totem, rhythmbox, network-manager, gedit, endeavour)
(gnome-builder)[inputs]: Likewise.
* gnu/packages/gimp.scm (gimp-3)[inputs]: Likewise.
* gnu/packages/ibus.scm (ibus)[inputs]: Likewise.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gimp.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/glib.scm | 14 | ||||
| -rw-r--r-- | gnu/packages/gnome.scm | 24 | ||||
| -rw-r--r-- | gnu/packages/ibus.scm | 2 |
4 files changed, 28 insertions, 14 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 83d35d0ee0d..f5eddf5975a 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -450,7 +450,7 @@ that is extensible via a plugin system.") libxmu libxt python - python-pygobject + python-pygobject-3.50 gjs libxslt xdg-utils))) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 05aae2fbb8d..cbc2d10420b 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -1113,6 +1113,20 @@ useful for C++.") '((upstream-name . "pygobject"))) (license license:lgpl2.1+))) +(define-public python-pygobject-3.50 + (package + (inherit python-pygobject) + (version "3.50.2") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/pygobject/" + (version-major+minor version) + "/pygobject-" version ".tar.gz")) + (sha256 + (base32 + "1zx7jz9s1qnn52k3kzbz5ykffr9pm3c8hvpwzm4vcz5pm9hbirpc")))))) + (define-public perl-glib (package (name "perl-glib") diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9524a06f13a..a579a9fc446 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3127,7 +3127,7 @@ some form of information without getting in the user's way.") (list gtk+ glade3 python - python-pygobject)) + python-pygobject-3.50)) (native-inputs (list pkg-config gettext-minimal @@ -3174,7 +3174,7 @@ API.") ;; lua-5.1 ;; lua5.1-lgi python - python-pygobject)))) + python-pygobject-3.50)))) (define-public gtkglext (package @@ -3267,7 +3267,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.") itstool libxslt ;for xsltproc python - python-pygobject + python-pygobject-3.50 pkg-config xorg-server-for-tests)) (home-page "https://glade.gnome.org") @@ -3325,7 +3325,7 @@ the GNOME desktop environment.") (native-inputs (list gtk libadwaita python - python-pygobject + python-pygobject-3.50 xorg-server-for-tests)) (inputs (list python)) (synopsis "Template markup language") @@ -5210,7 +5210,7 @@ and the GLib main loop, to integrate well with GNOME applications.") pkg-config python python-dbus - python-pygobject + python-pygobject-3.50 vala)) (propagated-inputs (list glib libgcrypt)) ;required by libsecret-1.pc @@ -6671,7 +6671,7 @@ discovery protocols.") libxtst libxxf86vm python - python-pygobject + python-pygobject-3.50 totem-pl-parser vala xorgproto)) @@ -6797,7 +6797,7 @@ which can read a large number of file formats.") lirc pango python - python-pygobject + python-pygobject-3.50 tdb totem-pl-parser)) (home-page "https://wiki.gnome.org/Apps/Rhythmbox") @@ -7807,7 +7807,7 @@ javascript engine and the GObject introspection framework.") libpeas libsoup python - python-pygobject + python-pygobject-3.50 tepl)) (home-page "https://wiki.gnome.org/Apps/Gedit") (synopsis "GNOME text editor") @@ -8383,7 +8383,7 @@ users.") perl pkg-config python-dbus - python-pygobject + python-pygobject-3.50 python-wrapper vala)) (inputs @@ -10689,7 +10689,7 @@ desktop. It supports multiple calendars, month, week and year view.") libical libpeas libportal - python-pygobject + python-pygobject-3.50 gnome-online-accounts gsettings-desktop-schemas)) (propagated-inputs @@ -11431,7 +11431,7 @@ accessibility infrastructure.") `(,liblouis "python") procps ; for pgrep python - python-pygobject + python-pygobject-3.50 python-pyatspi speech-dispatcher xkbcomp)) @@ -13533,7 +13533,7 @@ GtkTextView widgets.") llvm libostree python - python-pygobject + python-pygobject-3.50 sysprof template-glib vte diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index 815af620fe0..d6fe071d8e9 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -277,7 +277,7 @@ may also simplify input method development.") pango python python-dbus - python-pygobject))) + python-pygobject-3.50))) (native-search-paths (cons (search-path-specification (variable "GUIX_GTK3_IM_MODULE_FILE") |
