From 89e1de2f41831efdaf1861208b72a7f192491101 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 8 Dec 2017 14:48:07 +0100 Subject: gnu: eolie: Update to 0.9.15. * gnu/packages/gnome.scm (eolie): Update to 0.9.15. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2c07d7bd91..cece14c0d8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4055,7 +4055,7 @@ work and the interface is well tested.") (define-public eolie (package (name "eolie") - (version "0.9.13") + (version "0.9.15") (source (origin (method url-fetch) (uri (string-append "https://github.com/gnumdk/eolie/" @@ -4063,7 +4063,7 @@ work and the interface is well tested.") "/eolie-" version ".tar.xz")) (sha256 (base32 - "1khpc6x40y5gm0a3p5fxiva9p1djijxmsh74xinigddnyqbjqw69")))) + "0glydxp1xh85gfidk1l9miqn6qxdbvvk5s3iy0pjlv8nrs3263jd")))) (build-system glib-or-gtk-build-system) (arguments `(#:phases -- cgit v1.2.3 From aa29f8fb02510bea77fa4a5c830caa1400f7c136 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 14 Dec 2017 10:48:28 +0100 Subject: gnu: gucharmap: Use glib-or-gtk-build-system. * gnu/packages/gnome.scm (gucharmap): Use glib-or-gtk-build-system. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cece14c0d8..7b93ddd14e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6632,7 +6632,7 @@ basically a text box in which notes can be written.") (sha256 (base32 "0c1q9w5vql0vvg6g0knxfnv4ap19fg5cdrwndi1cj9lsym92c78j")))) - (build-system gnu-build-system) + (build-system glib-or-gtk-build-system) (native-inputs `(("desktop-file-utils" ,desktop-file-utils) ("glib:bin" ,glib "bin") ; for glib-compile-resources. -- cgit v1.2.3