[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: garcon: Update to 4.16.1.
From: |
guix-commits |
Subject: |
08/12: gnu: garcon: Update to 4.16.1. |
Date: |
Sat, 16 Jan 2021 17:42:32 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit fb7fb10d47fc4632ef840cee79a70f859acb7e35
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Jan 15 20:11:54 2021 +0100
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>
---
gnu/packages/xfce.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c57944e..fe8c3ce 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -344,7 +344,7 @@ development.")
(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 @@ development.")
"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
- branch master updated (2a333f2 -> e0701ff), guix-commits, 2021/01/16
- 01/12: services: qemu-binfmt: 'guix-support?' defaults to #t., guix-commits, 2021/01/16
- 02/12: gnu: diffoscope: Update to 164., guix-commits, 2021/01/16
- 03/12: gnu: mkvtoolnix: Update to 52.0.0., guix-commits, 2021/01/16
- 04/12: gnu: thunar: Update to 4.16.2., guix-commits, 2021/01/16
- 08/12: gnu: garcon: Update to 4.16.1.,
guix-commits <=
- 10/12: services: openntpd: Remove support for deprecated "-s" option., guix-commits, 2021/01/16
- 11/12: gnu: python-pep517: Update to 0.9.1., guix-commits, 2021/01/16
- 05/12: gnu: xfwm4: Update to 4.16.1., guix-commits, 2021/01/16
- 06/12: gnu: xfconf: Install bash completion., guix-commits, 2021/01/16
- 07/12: gnu: xfce4-cpufreq-plugin: Update to 1.2.3., guix-commits, 2021/01/16
- 09/12: gnu: xfce4-whiskermenu-plugin: Update to 2.5.2., guix-commits, 2021/01/16
- 12/12: gnu: Add markets., guix-commits, 2021/01/16