mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: garcon: Update to 0.7.0.
* gnu/packages/xfce.scm (garcon): Update to 0.7.0.
This commit is contained in:
parent
0e1662a6cd
commit
cc86d5254b
1 changed files with 4 additions and 4 deletions
|
@ -238,7 +238,7 @@ (define-public exo
|
|||
(define-public garcon
|
||||
(package
|
||||
(name "garcon")
|
||||
(version "0.6.4")
|
||||
(version "0.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -246,17 +246,17 @@ (define-public garcon
|
|||
"garcon-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bbngb4bn1m325j7y40gky36kn2nlsvqs6xp0wy76x3s0d9lfpnp"))))
|
||||
"08r4dfvdvl178cjajm7ww16lwb7jsfqh3yz614mn84c0a0dvdhw2"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("intltool" ,intltool)
|
||||
("glib:bin" ,glib "bin")))
|
||||
(inputs
|
||||
`(("gtk+-2" ,gtk+-2))); required by garcon-gtk2-1.pc
|
||||
`(("gtk+-2" ,gtk+-2))) ; required by garcon-gtk2-1.pc
|
||||
(propagated-inputs
|
||||
`(("gtk+-3" ,gtk+) ; required by garcon-gtk3-1.pc
|
||||
("libxfce4ui" ,libxfce4ui))) ; required by garcon-gtk3-1.pc
|
||||
("libxfce4ui" ,libxfce4ui))) ; required by garcon-gtk3-1.pc
|
||||
(home-page "https://www.xfce.org/")
|
||||
(synopsis "Implementation of the freedesktop.org menu specification")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue