[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
384/402: gnu: gnome-characters: Remove custom typelib wrap and add pytho
From: |
guix-commits |
Subject: |
384/402: gnu: gnome-characters: Remove custom typelib wrap and add python phases. |
Date: |
Tue, 18 Aug 2020 16:48:33 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 7930253fbdcc6c5648f738b481470bd8c65ba75c
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 04:29:58 2020 -0400
gnu: gnome-characters: Remove custom typelib wrap and add python phases.
* gnu/packages/gnome.scm (gnome-characters) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0e1b82e..24da4ef 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2357,6 +2357,7 @@ documents.")
(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
@@ -2364,15 +2365,6 @@ documents.")
(substitute* "meson_post_install.py"
(("gtk-update-icon-cache")
"true"))
- #t))
- (add-after 'install 'wrap
- (lambda* (#:key outputs #:allow-other-keys)
- ;; GNOME Characters needs Typelib files from GTK and
- ;; gnome-desktop.
- (wrap-program
- (string-append (assoc-ref outputs "out")
- "/bin/gnome-characters")
- `("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH"))))
#t)))))
(native-inputs
`(("gettext" ,gettext-minimal)
- 368/402: gnu: tracker: Include python phases., (continued)
- 368/402: gnu: tracker: Include python phases., guix-commits, 2020/08/18
- 369/402: gnu: gnome-boxes: Include python phases., guix-commits, 2020/08/18
- 370/402: gnu: gnome-color-manager: Include python phases., guix-commits, 2020/08/18
- 371/402: gnu: gnome-control-center: Include python phases., guix-commits, 2020/08/18
- 380/402: gnu: libcamera: Include python phases., guix-commits, 2020/08/18
- 383/402: gnu: eog: Remove custom typelib wrap., guix-commits, 2020/08/18
- 198/402: gnu: libchamplain: Update package definition., guix-commits, 2020/08/18
- 199/402: gnu: libdazzle: Update package definition., guix-commits, 2020/08/18
- 200/402: gnu: libgnomekbd: Update package definition., guix-commits, 2020/08/18
- 382/402: gnu: ibus: Remove custom typelib wrap., guix-commits, 2020/08/18
- 384/402: gnu: gnome-characters: Remove custom typelib wrap and add python phases.,
guix-commits <=
- 386/402: gnu: gnome-weather: Remove custom typelib wrap and add python phases., guix-commits, 2020/08/18
- 391/402: gnu: rygel: Add python phases., guix-commits, 2020/08/18
- 390/402: gnu: gnome-music: Replace custom typelib and python wraps., guix-commits, 2020/08/18
- 395/402: gnu: openni2: Replace openjdk with icedtea., guix-commits, 2020/08/18
- 397/402: gnu: flatpak: Update package definition., guix-commits, 2020/08/18
- 396/402: services: Add udev rules and dbus services to gnome-desktop-service-type., guix-commits, 2020/08/18
- 398/402: Revert "gnu: libpeas: Include python phases.", guix-commits, 2020/08/18
- 400/402: gnu: Add generic desktop services., guix-commits, 2020/08/18
- 401/402: gnu: Add gnome desktop services., guix-commits, 2020/08/18
- 213/402: gnu: libdmapsharing: Update home-page., guix-commits, 2020/08/18