mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lxinput: Update to 0.3.6.
* gnu/packages/lxde.scm (lxinput): Update to 0.3.6. [source]: Switch to git-fetch. [native-inputs]: automake, autoconf. Change-Id: I368eea91b5365ef2b7829f941372d5677435e049 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
546da930f7
commit
6d75813aa6
1 changed files with 10 additions and 10 deletions
|
@ -527,22 +527,22 @@ menu spec-compliant desktop menus for LXDE.")
|
||||||
(define-public lxinput
|
(define-public lxinput
|
||||||
(package
|
(package
|
||||||
(name "lxinput")
|
(name "lxinput")
|
||||||
(version "0.3.5")
|
(version "0.3.6")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method url-fetch)
|
(uri
|
||||||
(uri (string-append "mirror://sourceforge/lxde/"
|
(git-reference
|
||||||
"LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/"
|
(url "https://github.com/lxde/lxinput")
|
||||||
"LXInput%200.3.x/" name "-" version ".tar.xz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "13xqxwsb00h20yg514pjmdlvmfqv029nwdy70aaqn0r0jz670sm7"))))
|
||||||
"123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments (list #:configure-flags #~(list "--enable-gtk3")))
|
(arguments (list #:configure-flags #~(list "--enable-gtk3")))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+))
|
(list gtk+))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool))
|
(list automake autoconf pkg-config intltool))
|
||||||
(synopsis "Tool for mouse and keyboard configuration in LXDE")
|
(synopsis "Tool for mouse and keyboard configuration in LXDE")
|
||||||
(description
|
(description
|
||||||
"Lxinput provides a small program to configure keyboard and mouse
|
"Lxinput provides a small program to configure keyboard and mouse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue