[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/75: gnu: Add tecla.
From: |
guix-commits |
Subject: |
20/75: gnu: Add tecla. |
Date: |
Fri, 27 Sep 2024 15:42:57 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit bbefbf38327797c1b237757634f1135d73e64f28
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Jul 15 20:36:44 2024 +0200
gnu: Add tecla.
* gnu/packages/gnome.scm (tecla): New variable.
---
gnu/packages/gnome.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 552255daa5..610802a1f9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9271,6 +9271,28 @@ usage and information about running processes.")
devices using the GNOME desktop.")
(license license:lgpl2.1+)))
+(define-public tecla
+ (package
+ (name "tecla")
+ (version "46.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/" name "/"
+ (version-major version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "03qvb526zywhh9059adwm8iz682rckbwm4c9fl4qnnkshsmiw22a"))))
+ (build-system meson-build-system)
+ (arguments (list #:glib-or-gtk? #t))
+ (inputs (list gtk libadwaita))
+ (native-inputs (list `(,glib "bin") gnu-gettext pkg-config))
+ (home-page "https://gitlab.gnome.org/GNOME/tecla")
+ (synopsis "Keyboard layout viewer")
+ (description "Tecla is a keyboard layout viewer based on GTK 4 and
+Libadwaita.")
+ (license license:gpl2+)))
+
(define-public gnome-control-center
(package
(name "gnome-control-center")
- branch gnome-team created (now cfa370fc15), guix-commits, 2024/09/27
- 02/75: gnu: tracker-miners: Update to 3.7.3., guix-commits, 2024/09/27
- 03/75: gnu: baobab: Update to 46.0., guix-commits, 2024/09/27
- 13/75: gnu: gnome-clocks: Update to 46.0., guix-commits, 2024/09/27
- 29/75: gnu: gnome-weather: Update to 46.0., guix-commits, 2024/09/27
- 20/75: gnu: Add tecla.,
guix-commits <=
- 28/75: gnu: gnome-user-docs: Update to 46.1., guix-commits, 2024/09/27
- 39/75: gnu: gnome-mahjongg: Update to 3.40.1., guix-commits, 2024/09/27
- 48/75: gnu: gtk+: Update to 3.24.41., guix-commits, 2024/09/27
- 54/75: gnu: gst-plugins-bad: Update to 1.24.6., guix-commits, 2024/09/27
- 71/75: gnu: glib: Update to 2.80.5., guix-commits, 2024/09/27
- 65/75: gnu: Add munit., guix-commits, 2024/09/27
- 75/75: gnu: libadwaita: Update to 1.6.0., guix-commits, 2024/09/27
- 10/75: gnu: gnome-calculator: Update to 46.1., guix-commits, 2024/09/27
- 12/75: gnu: gnome-characters: Update to 46.0., guix-commits, 2024/09/27
- 07/75: gnu: gnome-bluetooth: Update to 46.0., guix-commits, 2024/09/27