mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libportal: Update to 0.4.
* gnu/packages/freedesktop.scm (libportal): Update to 0.4. [source]: Use the version as commit field.
This commit is contained in:
parent
75fda6a011
commit
1e02955ea4
1 changed files with 40 additions and 42 deletions
|
@ -2303,20 +2303,18 @@ fallback to generic Systray support if none of those are available.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public libportal
|
(define-public libportal
|
||||||
(let ((commit "bff3289")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "libportal")
|
(name "libportal")
|
||||||
(version (git-version "0.3" revision commit))
|
(version "0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/flatpak/libportal")
|
(url "https://github.com/flatpak/libportal")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"104b91qircr1i9jkmm6f725awywky52aimrki303kiaadn2v8b5i"))))
|
"1jh6wd96y4i218zbmmqw12zir8p88nm8dlsa3yx3lsqxd5c1krky"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -2344,7 +2342,7 @@ fallback to generic Systray support if none of those are available.")
|
||||||
(synopsis "Flatpak portal library")
|
(synopsis "Flatpak portal library")
|
||||||
(description
|
(description
|
||||||
"libportal provides GIO-style async APIs for most Flatpak portals.")
|
"libportal provides GIO-style async APIs for most Flatpak portals.")
|
||||||
(license license:lgpl2.1+))))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public xdg-desktop-portal
|
(define-public xdg-desktop-portal
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue