[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/285: gnu: Add gnome-font-viewer.
From: |
guix-commits |
Subject: |
115/285: gnu: Add gnome-font-viewer. |
Date: |
Sun, 29 Dec 2019 20:44:12 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 452564d60121c3bb2a4540625db1f076397daf7c
Author: Raghav Gururajan <address@hidden>
Date: Tue Dec 24 08:04:16 2019 -0500
gnu: Add gnome-font-viewer.
* gnu/packages/gnome.scm (gnome-font-viewer): New variable.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/gnome.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fbf219c..e6acec5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -718,6 +718,42 @@ and keep up to date translations of documentation.")
(description "Disk management utility for GNOME.")
(license license:gpl2+)))
+(define-public gnome-font-viewer
+ (package
+ (name "gnome-font-viewer")
+ (version "3.30.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/gnome-font-viewer/"
+ (version-major+minor version)
+ "/gnome-font-viewer-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1wwnx2zrlbd2d6np7m9s78alx6j6ranrnh1g2z6zrv9qcj8rpzz5"))))
+ (build-system meson-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'patch-post-install-script
+ (lambda _
+ (substitute* "meson-postinstall.sh"
+ (("update-desktop-database") (which "true")))
+ #t)))))
+ (native-inputs
+ `(("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin")
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("glib" ,glib)
+ ("gnome-desktop" ,gnome-desktop)
+ ("gtk+" ,gtk+)))
+ (home-page "https://gitlab.gnome.org/GNOME/gnome-font-viewer")
+ (synopsis "GNOME Fonts")
+ (description "Application to show you the fonts installed on your computer
+for your use as thumbnails. Selecting any thumbnails shows the full view of
how
+the font would look under various sizes.")
+ (license license:gpl2+)))
+
(define-public gcr
(package
(name "gcr")
- 145/285: gnu: gaupol: Update to 1.7., (continued)
- 145/285: gnu: gaupol: Update to 1.7., guix-commits, 2019/12/29
- 137/285: gnu: Add axoloti-patcher-next., guix-commits, 2019/12/29
- 146/285: gnu: xvid: Update source uri., guix-commits, 2019/12/29
- 148/285: gnu: msgpack: Update to 3.2.1., guix-commits, 2019/12/29
- 147/285: gnu: nginx: Update to 1.17.7., guix-commits, 2019/12/29
- 150/285: gnu: pan: Update to 0.146., guix-commits, 2019/12/29
- 149/285: gnu: dovecot: Update to 2.3.9.2 [fixes CVE-2019-19722]., guix-commits, 2019/12/29
- 152/285: gnu: lxtask: Update to 0.1.9., guix-commits, 2019/12/29
- 156/285: gnu: squashfs-tools: Update to 4.4., guix-commits, 2019/12/29
- 158/285: gnu: Add dvdbackup., guix-commits, 2019/12/29
- 115/285: gnu: Add gnome-font-viewer.,
guix-commits <=
- 120/285: gnu: xmobar: Update to 0.32., guix-commits, 2019/12/29
- 151/285: gnu: perl-email-sender: Update to 1.300034., guix-commits, 2019/12/29
- 128/285: gnu: Add python-fastentrypoints., guix-commits, 2019/12/29
- 133/285: gnu: Add newlib-nano-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 132/285: gnu: Add newlib-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 139/285: gnu: libebml: Update to 1.3.10., guix-commits, 2019/12/29
- 143/285: gnu: obs: Update to 24.0.4., guix-commits, 2019/12/29
- 153/285: gnu: lxtask: Don't use NAME in source URI., guix-commits, 2019/12/29
- 154/285: gnu: btrfs-progs: Update to 5.4., guix-commits, 2019/12/29
- 159/285: gnu: Add python-pathos., guix-commits, 2019/12/29