mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: garcon: Update to 0.4.0.
* gnu/packages/xfce.scm (garcon): Update to 0.4.0.
This commit is contained in:
parent
9ade90ae52
commit
ea3fb8f183
1 changed files with 5 additions and 5 deletions
|
@ -182,21 +182,21 @@ development.")
|
||||||
(define-public garcon
|
(define-public garcon
|
||||||
(package
|
(package
|
||||||
(name "garcon")
|
(name "garcon")
|
||||||
(version "0.2.0")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/xfce/4.10/src/"
|
(uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v7pkvxcayi86z4f173z5l7w270f3g369sa88z59w0y0p7ns7ph2"))))
|
"0wm9pjbwq53s3n3nwvsyf0q8lbmhiy2ln3bn5ncihr9vf5cwhzbq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("glib:bin" ,glib "bin")))
|
("glib:bin" ,glib "bin")))
|
||||||
(propagated-inputs `(("glib" ,glib))) ; required by garcon-1.pc
|
(propagated-inputs
|
||||||
(inputs `(("libxfce4util" ,libxfce4util)))
|
`(("libxfce4ui" ,libxfce4ui))) ; required by garcon-gtk2-1.pc
|
||||||
(home-page "http://www.xfce.org/")
|
(home-page "http://www.xfce.org/")
|
||||||
(synopsis "Implementation of the freedesktop.org menu specification")
|
(synopsis "Implementation of the freedesktop.org menu specification")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue