diff options
| author | John Khoo <johnkhootf@gmail.com> | 2025-08-25 20:38:23 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-08-30 10:27:55 +0800 |
| commit | 350bcbd103e4e59da3d0bd14c220d6e8ee23b317 (patch) | |
| tree | 933f061de27877dce37ae997e1b6ff1470eebfc6 /gnu | |
| parent | 0a95f0af62b0adc5ef807f0af3bcf6b81b51c6ab (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/lxde.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 1ea6e76a9a3..ba783dec5fb 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -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+ |
