[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: xdg-desktop-portal: Improve style.
From: |
guix-commits |
Subject: |
02/10: gnu: xdg-desktop-portal: Improve style. |
Date: |
Thu, 26 Sep 2024 01:21:57 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit add9662686f74a39ea4f3fa75c5b81b1debb9a67
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Sep 23 07:04:01 2024 +0800
gnu: xdg-desktop-portal: Improve style.
* gnu/packages/freedesktop.scm (xdg-desktop-portal) [inputs]: Move after
arguments. Drop labels.
[native-inputs]: Move after inputs. Drop labels.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/freedesktop.scm | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index f00f4b3956..664adf0cb2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3001,26 +3001,6 @@ compatible with the well-known scripts of the same
name.")
;; Disable portal tests since they try to use fuse.
(patches (search-patches
"xdg-desktop-portal-disable-portal-tests.patch"))))
(build-system meson-build-system)
- (native-inputs
- `(("pkg-config" ,pkg-config)
- ("glib:bin" ,glib "bin")
- ("gettext" ,gettext-minimal)
- ("python" ,python)
- ("python-dbusmock" ,python-dbusmock)
- ("python-pytest" ,python-pytest)
- ("python-pytest-xdist" ,python-pytest-xdist)))
- (inputs
- `(("bubblewrap" ,bubblewrap)
- ("gdk-pixbuf" ,gdk-pixbuf)
- ("glib" ,glib)
- ("flatpak" ,flatpak)
- ("fontconfig" ,fontconfig)
- ("json-glib" ,json-glib)
- ("libportal" ,libportal)
- ("dbus" ,dbus)
- ("geoclue" ,geoclue)
- ("pipewire" ,pipewire)
- ("fuse" ,fuse)))
(arguments
`(#:configure-flags
(list "-Dsystemd=disabled")
@@ -3034,6 +3014,26 @@ compatible with the well-known scripts of the same
name.")
(find-files "po" "\\.po$"))))
(add-after 'unpack 'set-home-directory
(lambda _ (setenv "HOME" "/tmp"))))))
+ (inputs
+ (list bubblewrap
+ dbus
+ flatpak
+ fontconfig
+ fuse
+ gdk-pixbuf
+ geoclue
+ glib
+ json-glib
+ libportal
+ pipewire))
+ (native-inputs
+ (list gettext-minimal
+ `(,glib "bin")
+ pkg-config
+ python
+ python-dbusmock
+ python-pytest
+ python-pytest-xdist))
(native-search-paths
(list (search-path-specification
(variable "XDG_DESKTOP_PORTAL_DIR")
- branch master updated (8576aaf5f9 -> 404dbd894c), guix-commits, 2024/09/26
- 02/10: gnu: xdg-desktop-portal: Improve style.,
guix-commits <=
- 03/10: gnu: Add cppgir., guix-commits, 2024/09/26
- 06/10: gnu: Add cpm-cmake., guix-commits, 2024/09/26
- 10/10: gnu: telegraph-desktop: Fix exhuberant build memory requirements., guix-commits, 2024/09/26
- 01/10: gnu: xdg-desktop-portal: Update to 1.18.4., guix-commits, 2024/09/26
- 07/10: gnu: Add cpp-ada-url-parser., guix-commits, 2024/09/26
- 04/10: gnu: Add cppgir-for-telegram-desktop., guix-commits, 2024/09/26
- 08/10: gnu: Add libprisma-for-telegram-desktop., guix-commits, 2024/09/26
- 05/10: gnu: simdjson: Update to 3.10.1., guix-commits, 2024/09/26
- 09/10: gnu: telegram-desktop: Update to 5.5.5., guix-commits, 2024/09/26