[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/41: gnu: ruby-ttfunk: Update to 1.5.1.
From: |
julien lepiller |
Subject: |
04/41: gnu: ruby-ttfunk: Update to 1.5.1. |
Date: |
Sat, 1 Sep 2018 17:10:14 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit afb7a3e8d56f34b60c99f5d636a7ce152667fc80
Author: Julien Lepiller <address@hidden>
Date: Sun Aug 26 12:38:32 2018 +0200
gnu: ruby-ttfunk: Update to 1.5.1.
* gnu/packages/ruby.scm (ruby-ttfunk): Update to 1.5.1.
---
gnu/packages/ruby.scm | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 3ead6d7..5bbd81f 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4678,7 +4678,7 @@ binary-to-text encoding. The main modern use of Ascii85
is in PostScript and
(define-public ruby-ttfunk
(package
(name "ruby-ttfunk")
- (version "1.4.0")
+ (version "1.5.1")
(source
(origin
(method url-fetch)
@@ -4689,12 +4689,18 @@ binary-to-text encoding. The main modern use of
Ascii85 is in PostScript and
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1izq84pnm9niyvkzp8k0vl232q9zj41hwmp9na9fzycfh1pbnsl6"))))
+ "1ymcn12n5iws401yz03zsj8rr653fdqq13czsrciq09phgh9jzc5"))))
(build-system ruby-build-system)
(arguments
`(#:test-target "spec"
#:phases
(modify-phases %standard-phases
+ (add-before 'build 'remove-ssh
+ (lambda _
+ ;; remove dependency on an ssh key pair that doesn't exist
+ (substitute* "ttfunk.gemspec"
+ (("spec.signing_key.*") ""))
+ #t))
(add-before 'check 'remove-rubocop
(lambda _
;; remove rubocop as a dependency as not needed for testing
@@ -4702,10 +4708,11 @@ binary-to-text encoding. The main modern use of
Ascii85 is in PostScript and
(("spec.add_development_dependency\\('rubocop'.*") ""))
(substitute* "Rakefile"
(("require 'rubocop/rake_task'") "")
- (("Rubocop::RakeTask.new") ""))
+ (("RuboCop::RakeTask.new") ""))
#t)))))
(native-inputs
`(("ruby-rspec" ,ruby-rspec)
+ ("ruby-yard" ,ruby-yard)
("bundler" ,bundler)))
(synopsis "Font metrics parser for the Prawn PDF generator")
(description
- 15/41: gnu: Add ruby-sass., (continued)
- 15/41: gnu: Add ruby-sass., julien lepiller, 2018/09/01
- 14/41: gnu: Add ruby-sass-spec., julien lepiller, 2018/09/01
- 12/41: gnu: Add ruby-terminfo., julien lepiller, 2018/09/01
- 13/41: gnu: Add ruby-diffy., julien lepiller, 2018/09/01
- 10/41: gnu: Add ruby-rdoc., julien lepiller, 2018/09/01
- 11/41: gnu: Add ruby-sass-listen., julien lepiller, 2018/09/01
- 09/41: gnu: Add ruby-command-line-reporter-3., julien lepiller, 2018/09/01
- 08/41: gnu: Add ruby-command-line-reporter., julien lepiller, 2018/09/01
- 07/41: gnu: Add ruby-colorator., julien lepiller, 2018/09/01
- 05/41: gnu: Add ruby-public-suffix., julien lepiller, 2018/09/01
- 04/41: gnu: ruby-ttfunk: Update to 1.5.1.,
julien lepiller <=
- 02/41: gnu: ruby-i18n: Update to 1.1.0., julien lepiller, 2018/09/01
- 03/41: gnu: ruby-activesupport: Update to 5.2.1., julien lepiller, 2018/09/01
- 01/41: gnu: Add ruby-concurrent., julien lepiller, 2018/09/01
- 06/41: gnu: Add ruby-addressable., julien lepiller, 2018/09/01