unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33401] [PATCH] gnu: Add font-manager.
@ 2018-11-15 21:07 Lprndn
  2020-04-02 16:04 ` bug#33401: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Lprndn @ 2018-11-15 21:07 UTC (permalink / raw)
  To: 33401

---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33401: [PATCH] gnu: Add font-manager.
  2018-11-15 21:07 [bug#33401] [PATCH] gnu: Add font-manager Lprndn
@ 2020-04-02 16:04 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-04-02 16:04 UTC (permalink / raw)
  To: Lprndn, 33401-done

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

Lprndn <guix@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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-02 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-15 21:07 [bug#33401] [PATCH] gnu: Add font-manager Lprndn
2020-04-02 16:04 ` bug#33401: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).