gnu: xfce4-xkb-plugin: Update to 0.8.1.
* gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.8.1. [inputs] Add libwnck. Remove libwnck-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8c6cfdd766
commit
3802d759da
1 changed files with 3 additions and 3 deletions
|
@ -470,7 +470,7 @@ applications, and includes a search bar to search for applications.")
|
||||||
(define-public xfce4-xkb-plugin
|
(define-public xfce4-xkb-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-xkb-plugin")
|
(name "xfce4-xkb-plugin")
|
||||||
(version "0.7.1")
|
(version "0.8.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
|
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
|
||||||
|
@ -478,7 +478,7 @@ applications, and includes a search bar to search for applications.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10g65j5ia389ahhn3b9hr52ghpp0817fk0m60rfrv4wrzqrjxzk1"))))
|
"18b7cnaf3zxm598p2i47vim3kbbi8w923ia1hwabdph1c89cz7n1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
@ -486,7 +486,7 @@ applications, and includes a search bar to search for applications.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("garcon" ,garcon)
|
`(("garcon" ,garcon)
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,librsvg)
|
||||||
("libwnck" ,libwnck-2)
|
("libwnck" ,libwnck)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxfce4ui" ,libxfce4ui)
|
("libxfce4ui" ,libxfce4ui)
|
||||||
("libxklavier" ,libxklavier)
|
("libxklavier" ,libxklavier)
|
||||||
|
|
Reference in a new issue