[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
386/401: gnu: gnome-weather: Remove custom typelib wrap and add python p
From: |
guix-commits |
Subject: |
386/401: gnu: gnome-weather: Remove custom typelib wrap and add python phases. |
Date: |
Tue, 18 Aug 2020 16:22:29 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 37808a737bbbcedf5b78cbd9cc32de2d7c7d7233
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 04:58:55 2020 -0400
gnu: gnome-weather: Remove custom typelib wrap and add python phases.
* gnu/packages/gnome.scm (gnome-weather) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 24da4ef..8673f29 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10517,6 +10517,7 @@ associations for GNOME.")
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:python? #t ; To wrap binaries
#:phases
(modify-phases %standard-phases
(add-before 'configure 'skip-gtk-update-icon-cache
@@ -10524,14 +10525,7 @@ associations for GNOME.")
(substitute* "meson_post_install.py"
(("gtk-update-icon-cache")
"true"))
- #t))
- (add-after 'install 'wrap
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
- (wrap-program (string-append out "/bin/gnome-weather")
- `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))
- #t))))))
+ #t)))))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)
("gettext" ,gettext-minimal)
- 356/401: gnu: babl: Include python phases., (continued)
- 356/401: gnu: babl: Include python phases., guix-commits, 2020/08/18
- 357/401: gnu: folks: Include python phases., guix-commits, 2020/08/18
- 358/401: gnu: gegl: Include glib-or-gtk and python phases., guix-commits, 2020/08/18
- 362/401: gnu: grilo-plugins: Include python phases., guix-commits, 2020/08/18
- 370/401: gnu: gnome-color-manager: Include python phases., guix-commits, 2020/08/18
- 371/401: gnu: gnome-control-center: Include python phases., guix-commits, 2020/08/18
- 372/401: gnu: gnome-settings-daemon: Include python phases., guix-commits, 2020/08/18
- 374/401: gnu: mutter: Include python phases., guix-commits, 2020/08/18
- 373/401: gnu: gnome-shell: Include python phases., guix-commits, 2020/08/18
- 380/401: gnu: libcamera: Include python phases., guix-commits, 2020/08/18
- 386/401: gnu: gnome-weather: Remove custom typelib wrap and add python phases.,
guix-commits <=
- 387/401: gnu: orca: Remove custom typelib wrap., guix-commits, 2020/08/18
- 391/401: gnu: rygel: Add python phases., guix-commits, 2020/08/18
- 392/401: gnu: gnome-terminal: Enable gnome shell search provider., guix-commits, 2020/08/18
- 393/401: gnu: gst-plugins-bad: Enable wpewebkit support., guix-commits, 2020/08/18
- 397/401: gnu: flatpak: Update package definition., guix-commits, 2020/08/18
- 400/401: gnu: Add generic desktop services., guix-commits, 2020/08/18
- 299/401: gnu: gnome-themes-extra: Update package definition., guix-commits, 2020/08/18
- 309/401: gnu: orca: Update package definition., guix-commits, 2020/08/18
- 310/401: gnu: gst-editing-services: Update package definition., guix-commits, 2020/08/18
- 322/401: gnu: mutter: Update package definition., guix-commits, 2020/08/18