GNU bug report logs - #33401
[PATCH] gnu: Add font-manager.

Previous Next

Package: guix-patches;

Reported by: Lprndn <guix <at> lprndn.info>

Date: Thu, 15 Nov 2018 21:21:01 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33401 in the body.
You can then email your comments to 33401 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33401; Package guix-patches. (Thu, 15 Nov 2018 21:21:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lprndn <guix <at> lprndn.info>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 15 Nov 2018 21:21:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lprndn <guix <at> lprndn.info>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add font-manager.
Date: Thu, 15 Nov 2018 22:07:19 +0100
---
 gnu/packages/fontutils.scm | 50 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 09ba9b7e4..01073afeb 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -42,7 +42,10 @@
   #:use-module (gnu packages gperf)
   #:use-module (gnu packages xorg)
   #:use-module (gnu packages gtk)
+  #:use-module (gnu packages gnome)
   #:use-module (gnu packages xml)
+  #:use-module (gnu packages databases)
+  #:use-module (gnu packages file)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -619,6 +622,53 @@ generate bitmaps.")
    (license license:gpl3+)
    (home-page "https://fontforge.github.io/en-US/")))
+(define-public font-manager
+  (package
+   (name "font-manager")
+   (version "0.7.3.1")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append
+                  "https://github.com/FontManager/master/releases/download/"
+                  version "/" name "-0.7.3.tar.bz2"))
+            (sha256
+             (base32 "07316js0ggdaf834ms9f5g64n95kwihkpvs3556s4xakff60fdx0"))))
+   (build-system gnu-build-system)
+   (arguments
+    `(#:configure-flags
+      '("--with-file-roller")
+      #:phases
+      (modify-phases %standard-phases
+        (add-after 'unpack 'noconfigure
+          (lambda _
+            (setenv "NOCONFIGURE" "true")
+            #t)))))
+   (native-inputs
+    `(("pkg-config" ,pkg-config)
+      ("file" ,file)
+      ("vala" ,vala)
+      ("yelp-tools" ,yelp-tools)
+      ("intltool" ,intltool)
+      ("itstool" ,itstool)
+      ("glib" ,glib "bin")))
+   (inputs
+    `(("file-roller" ,file-roller)
+      ("libxml2" ,libxml2)
+      ("json-glib" ,json-glib)
+      ("sqlite" ,sqlite)
+      ("librsvg" ,librsvg)
+      ("gtk+" ,gtk+)
+      ("gucharmap" ,gucharmap)
+      ("libgee" ,libgee)))
+      (home-page "https://fontmanager.github.io/")
+      (synopsis "Simple font management for GTK+ desktop environments")
+      (description "Font Manager is intended to provide a way for average users to
+easily manage desktop fonts, without having to resort to command
+line tools or editing configuration files by hand.
+While designed primarily with the Gnome Desktop Environment in mind, it should
+work well with other Gtk+ desktop environments.")
+      (license license:gpl3+)))
+
 (define-public python2-ufolib
   (package
     (name "python2-ufolib")
-- 
2.19.1




Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Thu, 02 Apr 2020 16:06:02 GMT) Full text and rfc822 format available.

Notification sent to Lprndn <guix <at> lprndn.info>:
bug acknowledged by developer. (Thu, 02 Apr 2020 16:06:02 GMT) Full text and rfc822 format available.

Message #10 received at 33401-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Lprndn <guix <at> lprndn.info>, 33401-done <at> debbugs.gnu.org
Subject: Re: [bug#33401] [PATCH] gnu: Add font-manager.
Date: Thu, 02 Apr 2020 18:04:58 +0200
[Message part 1 (text/plain, inline)]
Lprndn <guix <at> lprndn.info> writes:

> ---
>  gnu/packages/fontutils.scm | 50 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 50 insertions(+)

A variant of this patch was added in
ad8aaf47f50e3b0360b8c27557753333ae44ad5f.  Apologies for the duplicate
work, don't be afraid to bump the tracker after a few weeks to prevent
patches from falling through the cracks!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 01 May 2020 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 353 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.