From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: Gnome-updates Date: Sat, 30 Apr 2016 16:33:15 +0800 Message-ID: <87pot73390.fsf@member.fsf.org> References: <20160426173717.GA4754@solar> <87potb19ih.fsf@gnu.org> <87r3dr3yyc.fsf@member.fsf.org> <87y47yyhh3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awQLc-0000tv-Lc for guix-devel@gnu.org; Sat, 30 Apr 2016 04:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awQLR-0001ws-0N for guix-devel@gnu.org; Sat, 30 Apr 2016 04:33:51 -0400 Received: from smtp9.openmailbox.org ([62.4.1.43]:43916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awQLQ-0001t3-Qv for guix-devel@gnu.org; Sat, 30 Apr 2016 04:33:44 -0400 In-Reply-To: <87y47yyhh3.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Wed, 27 Apr 2016 21:33:28 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Hi, I have rebase it upon mastet, update more packages to their latest, and test on my x86_64 laptop with 'gnome-desktop-service'. It seems work fine so far. And here are some 'questionable' changes: - Disable a failing rtprtx test of gst-plugins-good. I can pass it using `guix environment', but fail with `guix build'. - Add xdg-desktop-database and xdg-mime-database hooks. I pick it from my old branch, and notice that my old code really requires shared-mime-info and desktop-file-utils to be installed explicitly.. So I factor out the 'manifest-lookup-package' proceduce used by gtk-icon-themes to allow find them in the propagated-inputs in manifest. (or maybe I should lookup for glib? but I think it's ok now since I add them to the gnome meta package) - Drop the 'loaders.cache' file from librsvg. Since we have use gdk-pixbuf+svg for gtk+, gtk+ applications can use SVG without wrap with it. I have tested key-mon (works), but not solfege (too slow to download texlive..). - Disable the Spell plugin of gedit. It now needs gspell, which doesn't work due to enchant can't list dicts of aspell. Report it as: (Does it works before?) - Skip 'test_utf8_inout' of gjs. it fails with gobject-introspection-1.48.0, but use python3 to call the test in Regress.typelib will pass. Report as: (No one notice yet.) Also, 1 test of libsoup on x86_64 fails (other systems fine): . Should we skip it, or retry the build on hydra? I think it's time to merge if the above changes are reviewed to be ok :-)