[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/76: gnu: Add libadwaita.
From: |
guix-commits |
Subject: |
14/76: gnu: Add libadwaita. |
Date: |
Mon, 27 Sep 2021 10:18:12 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 26d64403ec6c6ae7504f734fa2551f46fa1c04bd
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 15:25:36 2021 +0000
gnu: Add libadwaita.
* gnu/packages/gnome.scm (libadwaita): New variable.
---
gnu/packages/gnome.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7c4c57a..44e6695 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12488,3 +12488,46 @@ world.")
(description "OCRFeeder is a complete Optical Character Recognition and
Document Analysis and Recognition program.")
(license license:gpl3+)))
+
+(define-public libadwaita
+ (let ((commit "8d66b987a19979d9d7b85dacc6bad5ce0c8743fe")
+ (revision "1"))
+ (package
+ (name "libadwaita")
+ (version (git-version "0.0.1" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.gnome.org/GNOME/libadwaita.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0i3wav6jsyi4w4i2r1rad769m5y5s9djj4zqb7dfyh0bad24ba3q"))))
+ (build-system meson-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'pre-check
+ (lambda* (#:key inputs #:allow-other-keys)
+ ;; Tests require a running X server.
+ (system "Xvfb :1 &")
+ (setenv "DISPLAY" ":1"))))))
+ (native-inputs
+ `(("sassc" ,sassc)
+ ("glib:bin" ,glib "bin")
+ ("gtk-doc" ,gtk-doc/stable)
+ ("pkg-config" ,pkg-config)
+ ("vala" ,vala)
+ ("xvfb" ,xorg-server-for-tests)))
+ (inputs
+ `(("gtk" ,gtk)
+ ("gobject-introspection" ,gobject-introspection)
+ ("libportal" ,libportal)))
+ (home-page "https://gnome.pages.gitlab.gnome.org/libadwaita/")
+ (synopsis "Building blocks for GNOME applications")
+ (description
+ "@code(libadwaita) offers widgets and objects to build GNOME
+applications scaling from desktop workstations to mobile phones. It is the
+successor of @code{libhandy} for GTK4.")
+ (license license:lgpl2.1+))))
- 03/76: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., (continued)
- 03/76: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., guix-commits, 2021/09/27
- 01/76: gnu: vulkan-loader: Fix include path location., guix-commits, 2021/09/27
- 06/76: gnu: gnote: Update to 40.2., guix-commits, 2021/09/27
- 07/76: gnu: gnome-shell-extensions: Update to 40.4., guix-commits, 2021/09/27
- 12/76: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/09/27
- 13/76: gnu: libportal: Update to 0.4., guix-commits, 2021/09/27
- 11/76: gnu: gnome-disk-utility: Update to 40.2., guix-commits, 2021/09/27
- 08/76: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/09/27
- 10/76: gnu: gnome-desktop: Update to 40.4., guix-commits, 2021/09/27
- 09/76: gnu: gnome-user-docs: Update to 40.5., guix-commits, 2021/09/27
- 14/76: gnu: Add libadwaita.,
guix-commits <=
- 17/76: gnu: gnome-system-monitor: Update to 40.1., guix-commits, 2021/09/27
- 18/76: gnu: gnome-calculator: Update to 40.1., guix-commits, 2021/09/27
- 15/76: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/09/27
- 19/76: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/27
- 22/76: gnu: gedit: Update to 40.1., guix-commits, 2021/09/27
- 24/76: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/27
- 27/76: gnu: baobab: Update to 40.0., guix-commits, 2021/09/27
- 33/76: gnu: epiphany: Update to 40.3., guix-commits, 2021/09/27
- 43/76: gnu: gnome-online-accounts: Update to 3.40.0., guix-commits, 2021/09/27
- 42/76: gnu: yelp: Update to 40.3., guix-commits, 2021/09/27