From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH] gnu: Add surf. Date: Mon, 09 May 2016 18:17:07 +0800 Message-ID: <87vb2nbknw.fsf@member.fsf.org> References: <878tzjirkt.fsf@atonesir.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aziFe-0004h3-TJ for guix-devel@gnu.org; Mon, 09 May 2016 06:17:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aziFb-0008RJ-K9 for guix-devel@gnu.org; Mon, 09 May 2016 06:17:22 -0400 Received: from mail.openmailbox.org ([62.4.1.34]:46706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aziFb-0008RE-Dr for guix-devel@gnu.org; Mon, 09 May 2016 06:17:19 -0400 In-Reply-To: <878tzjirkt.fsf@atonesir.com> (Al McElrath's message of "Mon, 09 May 2016 01:05:54 -0700") 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: Al McElrath Cc: guix-devel@gnu.org Al McElrath writes: > Attached is a patch to add surf, a simple WebKit browser. The > suckless.org site doesn't support HTTPS. > I change it to use glib-or-gtk-build-system and add glib-networking and gsettings-desktop-schemas to make it running and support https. Also user should install dmenu, xprop and maybe st to make surf more useful. Applied, thanks!