guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] list-packages: Add an "alt" attribute for the logos.


From: Alex Sassmannshausen
Subject: Re: [PATCH] list-packages: Add an "alt" attribute for the logos.
Date: Sun, 18 Aug 2013 00:56:14 +0200

Beat me to it, with a virtually identical change. :-)

alex

On Sat Aug 17 21:56:44 2013 Cyril Roelandt <address@hidden> wrote:
> * build-aux/list-packages.scm (package->sxml): add an alternative text
> for the   logos of the packages.
> ---
>   build-aux/list-packages.scm | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/build-aux/list-packages.scm b/build-aux/list-packages.scm
> index a1bea69..3f17b87 100755
> --- a/build-aux/list-packages.scm
> +++ b/build-aux/list-packages.scm
> @@ -115,7 +115,8 @@ exec guile -l "$0"                                        
>                    \
>                                           ((? string? url)
>                                             `(img (@ (src ,url)
>                                                               (height "35em")
> -                                                           (class 
> "package-logo"))))
> +                                                           (class 
> "package-logo")
> +                                                           (alt ("Logo of " 
> ,(package-name
> package))))))                                         (_ #f))
>                                     (p ,(package-description package))
>                                     ,(license package)
> -- 
> 1.8.3.1
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]