~ruther/guix-local

350bcbd103e4e59da3d0bd14c220d6e8ee23b317 — John Khoo 10 months ago 0a95f0a
gnu: lxtask: Update to 0.1.12.

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

Change-Id: I8f1590c559aec2edf50ea27505db6c10d286c1b2
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
@@ 188,20 188,20 @@ or external monitor.")
(define-public lxtask
  (package
    (name "lxtask")
    (version "0.1.10")
    (version "0.1.12")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/lxde/LXTask"
                                  "%20%28task%20manager%29/LXTask%20"
                                  (version-major+minor version) ".x/"
                                  "lxtask-" version ".tar.xz"))
              (sha256
               (base32
                "0b2fxg8jjjpk219gh7qa18g45365598nd2bq7rrq0bdvqjdxy5i2"))))
       (method git-fetch)
       (uri
        (git-reference
         (url "https://github.com/lxde/lxtask")
         (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "11vcl0k2yhx59599fdk8gv5jh2gsgh7rmp2syybk3vpmby6p93h4"))))
    (build-system gnu-build-system)
    (arguments (list #:configure-flags #~(list "--enable-gtk3")))
    (inputs (list gtk+))
    (native-inputs (list intltool pkg-config))
    (native-inputs (list automake autoconf intltool pkg-config))
    (synopsis "LXDE task manager")
    (description "LXTask is a lightweight task manager derived from Xfce task
manager with all dependencies on Xfce removed.  LXTask is based on the GTK+