[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: libmateweather: Update inputs.
From: |
Efraim Flashner |
Subject: |
06/06: gnu: libmateweather: Update inputs. |
Date: |
Sun, 3 Sep 2017 11:01:22 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 5804c7b616a39c05280aaabf3cec753db5fc6002
Author: Efraim Flashner <address@hidden>
Date: Sun Sep 3 15:27:04 2017 +0300
gnu: libmateweather: Update inputs.
* gnu/packages/mate.scm (libmateweather)[inputs]: Remove gdk-pixpuf.
Move dconf ...
[native-inputs]: ... to here.
---
gnu/packages/mate.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8e39588..c64e261 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -133,14 +133,13 @@ desktop and the mate-about program.")
"0z6vfh42fv9rqjrraqfpf6h9nd9h662bxy3l3r48j19xvxrwmx3a"))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags
+ '(#:configure-flags
(list (string-append "--with-zoneinfo-dir="
(assoc-ref %build-inputs "tzdata")
"/share/zoneinfo"))
#:phases
(modify-phases %standard-phases
- (add-before
- 'check 'pre-check
+ (add-before 'check 'fix-tzdata-location
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "data/check-timezones.sh"
(("/usr/share/zoneinfo/zone.tab")
@@ -150,11 +149,10 @@ desktop and the mate-about program.")
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)
+ ("dconf" ,dconf)
("glib:bin" ,glib "bin")))
(inputs
- `(("dconf" ,dconf)
- ("gdk-pixbuf" ,gdk-pixbuf)
- ("gtk+" ,gtk+)
+ `(("gtk+" ,gtk+)
("tzdata" ,tzdata)))
(propagated-inputs
;; both of these are requires.private in mateweather.pc
- branch master updated (3c7c916 -> 5804c7b), Efraim Flashner, 2017/09/03
- 02/06: gnu: mate-icon-theme: Remove 'gtk+' from native-inputs., Efraim Flashner, 2017/09/03
- 04/06: gnu: mate-themes: Update to 3.22.13., Efraim Flashner, 2017/09/03
- 01/06: gnu: mate: Use https., Efraim Flashner, 2017/09/03
- 03/06: gnu: mate-themes: Update inputs., Efraim Flashner, 2017/09/03
- 06/06: gnu: libmateweather: Update inputs.,
Efraim Flashner <=
- 05/06: gnu: mate-desktop: Add 'gtk-doc' back to native-inputs., Efraim Flashner, 2017/09/03