From a531055b0b7bc3a5f70129120a5fe4eeed99cb4e Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 8 Dec 2020 21:27:41 -0500 Subject: gnu: yelp-tools: Restore a comment. * gnu/packages/gnome.scm (yelp-tools)[propagated-inputs]: Restore a comment deleted in commit 416b1b9f56b514677660b56992cea1c78e00f519. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 64fded105a..a55900f9a1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6785,6 +6785,7 @@ freedesktop.org help system specification.") (inputs `(("yelp-xsl" ,yelp-xsl))) (propagated-inputs + ;; Needed by `yelp-build', `yelp-check' or 'yelp.m4'. `(("itstool" ,itstool) ("xmllint" ,libxml2) ("xsltproc" ,libxslt))) -- cgit v1.2.3 From 9c4910c5e816bf0a19b87673c0762784e1ec4574 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 18 Dec 2020 22:33:36 +0100 Subject: gnu: simple-scan: Update to 3.38.2. * gnu/packages/gnome.scm (simple-scan): Update to 3.38.2. --- 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 a55900f9a1..aff8f89640 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6457,7 +6457,7 @@ USB transfers with your high-level application or system daemon.") (define-public simple-scan (package (name "simple-scan") - (version "3.38.1") + (version "3.38.2") (source (origin (method url-fetch) @@ -6465,7 +6465,7 @@ USB transfers with your high-level application or system daemon.") (version-major+minor version) "/" "simple-scan-" version ".tar.xz")) (sha256 - (base32 "0grscz96bwj79ka4qvxh8h75avdx6824k8k38ylmaj6xbl6gi0hy")))) + (base32 "02sdkhxgr6i7iy481h4xavgaqd0a5dlsipzwrm4qd242jrr813d8")))) (build-system meson-build-system) ;; TODO: Fix icons in home screen, About dialogue, and scan menu. (arguments -- cgit v1.2.3 From caee6ec7c8c9ce7ef1e90963190396cda1f6ad4c Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Fri, 18 Dec 2020 12:57:26 +0100 Subject: gnu: komikku: Update to 0.24.0. * gnu/packages/gnome.scm (komikku): Update to 0.24.0. [inputs] Replace python-cloudscraper with python-requests. Signed-off-by: Efraim Flashner --- gnu/packages/gnome.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index aff8f89640..3d99b49ae2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11936,7 +11936,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.23.0") + (version "0.24.0") (source (origin (method git-fetch) @@ -11946,7 +11946,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1xh3qmf2pk80qxj528lajjcwg7mps72s1zz8cj388av58p8l3hyw")))) + "010p32zrim245y0l784yp0rasqcqlyr3lrxwl3r1876x83qhs6q3")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t @@ -11978,7 +11978,6 @@ integrated profiler via Sysprof, debugging support, and more.") ("libnotify" ,libnotify) ("libsecret" ,libsecret) ("python-beautifulsoup4" ,python-beautifulsoup4) - ("python-cloudscraper" ,python-cloudscraper) ("python-dateparser" ,python-dateparser) ("python-keyring" ,python-keyring) ("python-lxml" ,python-lxml) @@ -11987,6 +11986,7 @@ integrated profiler via Sysprof, debugging support, and more.") ("python-pure-protobuf" ,python-pure-protobuf) ("python-pycairo" ,python-pycairo) ("python-pygobject" ,python-pygobject) + ("python-requests" ,python-requests) ("python-unidecode" ,python-unidecode))) (native-inputs `(("desktop-file-utils" ,desktop-file-utils) -- cgit v1.2.3 From f3e0dc63e18c4f4acce1b1d336d23a90beccb77a Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Sat, 19 Dec 2020 12:50:01 +0100 Subject: gnu: gnome-builder: Disable jedi plugin. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As pointed out in #45272, it is broken. * gnu/packages/gnome.scm (gnome-builder)[#:configure-flags] Add -Dplugin_jedi=false. Signed-off-by: Ludovic Courtès --- gnu/packages/gnome.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3d99b49ae2..f7263b5841 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11876,6 +11876,9 @@ libraries. Applications do not need to be recompiled--or even restarted.") "-Dplugin_clang=false" "-Dplugin_flatpak=false" "-Dplugin_glade=false" + ;; XXX: This one has been shown not to work in + ;; + "-Dplugin_jedi=false" ;; ... except this one. "-Dplugin_update_manager=false") #:phases -- cgit v1.2.3