* [PATCH] gnu: font-dejavu: Update to 2.35.
@ 2016-03-11 10:08 Alex Kost
2016-03-11 12:56 ` Efraim Flashner
0 siblings, 1 reply; 6+ messages in thread
From: Alex Kost @ 2016-03-11 10:08 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 420 bytes --]
I was going to commit several updates including font-dejavu. Happily,
with:
guix refresh -l font-dejavu
I found that many things would be rebuilt (including some big ones like
abiword, libreoffice, gimp, gnome). This happens because 'font-dejavu'
is an input of 'cups-filters' which is an input of 'cups' which is an
input for several things including 'gtk+'.
So my question is: should this update go to master?
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-font-dejavu-Update-to-2.35.patch --]
[-- Type: text/x-patch, Size: 1163 bytes --]
From 013b3b5861892dffa6cd72ae4759394276bbe25f Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
Date: Fri, 11 Mar 2016 11:32:45 +0300
Subject: [PATCH] gnu: font-dejavu: Update to 2.35.
* gnu/packages/fonts.scm (font-dejavu): Update to 2.35.
---
gnu/packages/fonts.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 9dd9f1e..642f60a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -119,7 +119,7 @@ TrueType (TTF) files.")
(define-public font-dejavu
(package
(name "font-dejavu")
- (version "2.34")
+ (version "2.35")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/dejavu/"
@@ -127,7 +127,7 @@ TrueType (TTF) files.")
version ".tar.bz2"))
(sha256
(base32
- "0pgb0a3ngamidacmrvasg51ck3gp8gn93w6sf1s8snwzx4x2r9yh"))))
+ "122d35y93r820zhi6d7m9xhakdib10z51v63lnlg67qhhrardmzn"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
--
2.6.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] gnu: font-dejavu: Update to 2.35.
2016-03-11 10:08 [PATCH] gnu: font-dejavu: Update to 2.35 Alex Kost
@ 2016-03-11 12:56 ` Efraim Flashner
2016-03-11 14:50 ` Ludovic Courtès
0 siblings, 1 reply; 6+ messages in thread
From: Efraim Flashner @ 2016-03-11 12:56 UTC (permalink / raw)
To: Alex Kost; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1008 bytes --]
On Fri, 11 Mar 2016 13:08:17 +0300
Alex Kost <alezost@gmail.com> wrote:
> I was going to commit several updates including font-dejavu. Happily,
> with:
>
> guix refresh -l font-dejavu
>
> I found that many things would be rebuilt (including some big ones like
> abiword, libreoffice, gimp, gnome). This happens because 'font-dejavu'
> is an input of 'cups-filters' which is an input of 'cups' which is an
> input for several things including 'gtk+'.
>
> So my question is: should this update go to master?
>
Some of these I push to core-updates. Rebuilding check means rebuilding 188
packages so I pushed it to core-updates. Currently hydra is building out
security updates to take out some of the grafts so not "distracting" hydra
with large rebuilds is good(tm).
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gnu: font-dejavu: Update to 2.35.
2016-03-11 12:56 ` Efraim Flashner
@ 2016-03-11 14:50 ` Ludovic Courtès
2016-03-12 8:47 ` Alex Kost
0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2016-03-11 14:50 UTC (permalink / raw)
To: Efraim Flashner; +Cc: guix-devel, Alex Kost
Efraim Flashner <efraim@flashner.co.il> skribis:
> On Fri, 11 Mar 2016 13:08:17 +0300
> Alex Kost <alezost@gmail.com> wrote:
>
>> I was going to commit several updates including font-dejavu. Happily,
>> with:
>>
>> guix refresh -l font-dejavu
>>
>> I found that many things would be rebuilt (including some big ones like
>> abiword, libreoffice, gimp, gnome). This happens because 'font-dejavu'
>> is an input of 'cups-filters' which is an input of 'cups' which is an
>> input for several things including 'gtk+'.
>>
>> So my question is: should this update go to master?
>>
>
> Some of these I push to core-updates. Rebuilding check means rebuilding 188
> packages so I pushed it to core-updates. Currently hydra is building out
> security updates to take out some of the grafts so not "distracting" hydra
> with large rebuilds is good(tm).
+1
Thanks,
Ludo'.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gnu: font-dejavu: Update to 2.35.
2016-03-11 14:50 ` Ludovic Courtès
@ 2016-03-12 8:47 ` Alex Kost
2016-03-13 4:27 ` Mark H Weaver
0 siblings, 1 reply; 6+ messages in thread
From: Alex Kost @ 2016-03-12 8:47 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
Ludovic Courtès (2016-03-11 17:50 +0300) wrote:
> Efraim Flashner <efraim@flashner.co.il> skribis:
>
>> On Fri, 11 Mar 2016 13:08:17 +0300
>> Alex Kost <alezost@gmail.com> wrote:
>>
>>> I was going to commit several updates including font-dejavu. Happily,
>>> with:
>>>
>>> guix refresh -l font-dejavu
>>>
>>> I found that many things would be rebuilt (including some big ones like
>>> abiword, libreoffice, gimp, gnome). This happens because 'font-dejavu'
>>> is an input of 'cups-filters' which is an input of 'cups' which is an
>>> input for several things including 'gtk+'.
>>>
>>> So my question is: should this update go to master?
>>
>> Some of these I push to core-updates. Rebuilding check means rebuilding 188
>> packages so I pushed it to core-updates. Currently hydra is building out
>> security updates to take out some of the grafts so not "distracting" hydra
>> with large rebuilds is good(tm).
>
> +1
Sorry, I didn't get it. Should this update be pushed to core-updates?
But not now?
--
Alex
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gnu: font-dejavu: Update to 2.35.
2016-03-12 8:47 ` Alex Kost
@ 2016-03-13 4:27 ` Mark H Weaver
2016-03-13 10:22 ` Alex Kost
0 siblings, 1 reply; 6+ messages in thread
From: Mark H Weaver @ 2016-03-13 4:27 UTC (permalink / raw)
To: Alex Kost; +Cc: guix-devel
Alex Kost <alezost@gmail.com> writes:
> Ludovic Courtès (2016-03-11 17:50 +0300) wrote:
>
>> Efraim Flashner <efraim@flashner.co.il> skribis:
>>
>>> On Fri, 11 Mar 2016 13:08:17 +0300
>>> Alex Kost <alezost@gmail.com> wrote:
>>>
>>>> I was going to commit several updates including font-dejavu. Happily,
>>>> with:
>>>>
>>>> guix refresh -l font-dejavu
>>>>
>>>> I found that many things would be rebuilt (including some big ones like
>>>> abiword, libreoffice, gimp, gnome). This happens because 'font-dejavu'
>>>> is an input of 'cups-filters' which is an input of 'cups' which is an
>>>> input for several things including 'gtk+'.
>>>>
>>>> So my question is: should this update go to master?
>>>
>>> Some of these I push to core-updates. Rebuilding check means rebuilding 188
>>> packages so I pushed it to core-updates. Currently hydra is building out
>>> security updates to take out some of the grafts so not "distracting" hydra
>>> with large rebuilds is good(tm).
>>
>> +1
>
> Sorry, I didn't get it. Should this update be pushed to core-updates?
> But not now?
I think you should push the update to core-updates at your earliest
convenience :)
Mark
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] gnu: font-dejavu: Update to 2.35.
2016-03-13 4:27 ` Mark H Weaver
@ 2016-03-13 10:22 ` Alex Kost
0 siblings, 0 replies; 6+ messages in thread
From: Alex Kost @ 2016-03-13 10:22 UTC (permalink / raw)
To: Mark H Weaver; +Cc: guix-devel
Mark H Weaver (2016-03-13 07:27 +0300) wrote:
> Alex Kost <alezost@gmail.com> writes:
>
>> Ludovic Courtès (2016-03-11 17:50 +0300) wrote:
>>
>>> Efraim Flashner <efraim@flashner.co.il> skribis:
>>>
>>>> On Fri, 11 Mar 2016 13:08:17 +0300
>>>> Alex Kost <alezost@gmail.com> wrote:
>>>>
>>>>> I was going to commit several updates including font-dejavu. Happily,
>>>>> with:
>>>>>
>>>>> guix refresh -l font-dejavu
>>>>>
>>>>> I found that many things would be rebuilt (including some big ones like
>>>>> abiword, libreoffice, gimp, gnome). This happens because 'font-dejavu'
>>>>> is an input of 'cups-filters' which is an input of 'cups' which is an
>>>>> input for several things including 'gtk+'.
>>>>>
>>>>> So my question is: should this update go to master?
>>>>
>>>> Some of these I push to core-updates. Rebuilding check means rebuilding 188
>>>> packages so I pushed it to core-updates. Currently hydra is building out
>>>> security updates to take out some of the grafts so not "distracting" hydra
>>>> with large rebuilds is good(tm).
>>>
>>> +1
>>
>> Sorry, I didn't get it. Should this update be pushed to core-updates?
>> But not now?
>
> I think you should push the update to core-updates at your earliest
> convenience :)
Thanks, that's what I thought. Pushed to core-updates.
--
Alex
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-03-13 10:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-11 10:08 [PATCH] gnu: font-dejavu: Update to 2.35 Alex Kost
2016-03-11 12:56 ` Efraim Flashner
2016-03-11 14:50 ` Ludovic Courtès
2016-03-12 8:47 ` Alex Kost
2016-03-13 4:27 ` Mark H Weaver
2016-03-13 10:22 ` Alex Kost
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.