mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: garcon: Update to 4.16.1.
* gnu/packages/xfce.scm (garcon): Update to 4.16.1. [native-inputs]: Add gobject-introspection, sorted alphabeticaly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
948e5c9148
commit
fb7fb10d47
1 changed files with 5 additions and 4 deletions
|
@ -344,7 +344,7 @@ (define-public exo
|
|||
(define-public garcon
|
||||
(package
|
||||
(name "garcon")
|
||||
(version "0.8.0")
|
||||
(version "4.16.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -352,12 +352,13 @@ (define-public garcon
|
|||
"garcon-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fx19953fnrk93lak66y3zqbn4n1qvpc77ynzzgdnj5wwngdh4a8"))))
|
||||
"07fjsgdjqxbcm84ga3cl495782k381k6mwksyrks3zf1l8klk4c4"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
`(("glib:bin" ,glib "bin")
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("intltool" ,intltool)
|
||||
("glib:bin" ,glib "bin")))
|
||||
("pkg-config" ,pkg-config)))
|
||||
(propagated-inputs
|
||||
`(("gtk+-3" ,gtk+) ; required by garcon-gtk3-1.pc
|
||||
("libxfce4ui" ,libxfce4ui))) ; required by garcon-gtk3-1.pc
|
||||
|
|
Loading…
Reference in a new issue