~ruther/guix-local

9ea651d868dcdbcff4051b5b07220a8984b0f1c6 — John Khoo 10 months ago 9e15747
gnu: lxde-icon-theme: Update to 0.5.2.

* gnu/packages/lxde.scm (lxde-icon-theme): Update to 0.5.2.
[source]: Switch to git-fetch.
[native-inputs]: Add automake, autoconf.

Change-Id: If8b49d0f56792140cc0bdd3ab68c24ba084dd771
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 10 insertions(+), 10 deletions(-)

M gnu/packages/lxde.scm
M gnu/packages/lxde.scm => gnu/packages/lxde.scm +10 -10
@@ 468,19 468,19 @@ menu spec-compliant desktop menus for LXDE.")
(define-public lxde-icon-theme
  (package
    (name "lxde-icon-theme")
    (version "0.5.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/lxde/LXDE%20Icon%20Theme/"
                           "lxde-icon-theme-" version "/"
                           name "-" version ".tar.xz"))
    (version "0.5.2")
    (source (origin
       (method git-fetch)
       (uri
        (git-reference
         (url "https://github.com/lxde/lxde-icon-theme")
         (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "0v4i6x86fr2hbx4fb2si7y2qzmj7h6hcjwaifnin18r8kwwvgl73"))))
        (base32 "0sv3pzvxs1gxa7dpqs7zls3wc7kj9x8w99i4h56mdsc6vz61y3mp"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config))
     (list automake autoconf pkg-config))
    (synopsis "LXDE default icon theme based on nuoveXT2")
    (description
     "Lxde-icon-theme provides an default icon theme for LXDE.")