me
/
guix
Archived
1
0
Fork 0

gnu: libadwaita: Update to 1.1.0.

* gnu/packages/gnome.scm (libadwaita): Update to 1.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Alexandros Theodotou 2022-04-09 00:53:42 +00:00 committed by Ludovic Courtès
parent 7735e8ed90
commit d22bee814c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 36 additions and 37 deletions

View File

@ -71,6 +71,7 @@
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;; Copyright © 2022 Leo Nikkilä <hello@lnikki.la> ;;; Copyright © 2022 Leo Nikkilä <hello@lnikki.la>
;;; Copyright © 2022 Rene Saavedra <nanuui@protonmail.com> ;;; Copyright © 2022 Rene Saavedra <nanuui@protonmail.com>
;;; Copyright © 2022 Alexandros Theodotou <alex@zrythm.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -12575,45 +12576,43 @@ Document Analysis and Recognition program.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public libadwaita (define-public libadwaita
(let ((commit "8d66b987a19979d9d7b85dacc6bad5ce0c8743fe") (package
(revision "1")) (name "libadwaita")
(package (version "1.1.0")
(name "libadwaita") (source (origin
(version (git-version "0.0.1" revision commit)) (method url-fetch)
(source (origin (uri (string-append "mirror://gnome/sources/libadwaita/"
(method git-fetch) (version-major+minor version) "/"
(uri (git-reference "libadwaita-" version ".tar.xz"))
(url "https://gitlab.gnome.org/GNOME/libadwaita.git") (sha256
(commit commit))) (base32
(file-name (git-file-name name version)) "03h14mrm453bn03f48rmpf85pvg5cnzzab27cs1c43417s09ixdg"))))
(sha256 (build-system meson-build-system)
(base32 (arguments
"0i3wav6jsyi4w4i2r1rad769m5y5s9djj4zqb7dfyh0bad24ba3q")))) `(#:phases
(build-system meson-build-system) (modify-phases %standard-phases
(arguments (add-before 'check 'pre-check
`(#:phases (lambda* (#:key inputs #:allow-other-keys)
(modify-phases %standard-phases ;; Tests require a running X server.
(add-before 'check 'pre-check (system "Xvfb :1 &")
(lambda* (#:key inputs #:allow-other-keys) (setenv "DISPLAY" ":1"))))))
;; Tests require a running X server. (native-inputs
(system "Xvfb :1 &") `(("sassc" ,sassc)
(setenv "DISPLAY" ":1")))))) ("glib:bin" ,glib "bin")
(native-inputs ("gtk-doc" ,gtk-doc/stable)
`(("sassc" ,sassc) ("pkg-config" ,pkg-config)
("glib:bin" ,glib "bin") ("vala" ,vala)
("gtk-doc" ,gtk-doc/stable) ("xvfb" ,xorg-server-for-tests)
("pkg-config" ,pkg-config) ("gettext" ,gettext-minimal)))
("vala" ,vala) (inputs
("xvfb" ,xorg-server-for-tests))) (list gtk gobject-introspection libportal))
(inputs (home-page "https://gnome.pages.gitlab.gnome.org/libadwaita/")
(list gtk gobject-introspection libportal)) (synopsis "Building blocks for GNOME applications")
(home-page "https://gnome.pages.gitlab.gnome.org/libadwaita/") (description
(synopsis "Building blocks for GNOME applications") "@code{libadwaita} offers widgets and objects to build GNOME
(description
"@code{libadwaita} offers widgets and objects to build GNOME
applications scaling from desktop workstations to mobile phones. It is the applications scaling from desktop workstations to mobile phones. It is the
successor of @code{libhandy} for GTK4.") successor of @code{libhandy} for GTK4.")
(license license:lgpl2.1+)))) (license license:lgpl2.1+)))
(define-public gnome-power-manager (define-public gnome-power-manager
(package (package