X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id EA1A7DC01C4 for ; Tue, 3 Nov 2015 08:29:54 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id C531ADC00BA for ; Tue, 3 Nov 2015 08:29:54 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 1C0095A153A; Tue, 3 Nov 2015 08:19:20 +0000 (GMT) Date: Tue, 3 Nov 2015 09:29:49 +0100 From: Natanael Copa To: Jiri Horner Cc: alpine-aports@lists.alpinelinux.org, Jiri Horner Subject: Re: [alpine-aports] [PATCH] testing/webkit2gtk: new aport Message-ID: <20151103092949.049b0bc2@ncopa-desktop.alpinelinux.org> In-Reply-To: <1446510767-4912-2-git-send-email-laeqten@gmail.com> References: <1446510767-4912-2-git-send-email-laeqten@gmail.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 3 Nov 2015 00:32:47 +0000 Jiri Horner wrote: > http://webkitgtk.org/ > portable web rendering engine WebKit for GTK+ > --- > community/webkit2gtk/APKBUILD | 95 +++++++++++++++++++++++++ > community/webkit2gtk/disallow-ctype.patch | 11 +++ > community/webkit2gtk/disallow-malloc_trim.patch | 12 ++++ > community/webkit2gtk/fix-execinfo.patch | 20 ++++++ > community/webkit2gtk/fix-isnan.patch | 19 +++++ > 5 files changed, 157 insertions(+) > create mode 100644 community/webkit2gtk/APKBUILD > create mode 100644 community/webkit2gtk/disallow-ctype.patch > create mode 100644 community/webkit2gtk/disallow-malloc_trim.patch > create mode 100644 community/webkit2gtk/fix-execinfo.patch > create mode 100644 community/webkit2gtk/fix-isnan.patch Instead of adding another webktigtk aport, how about upgrade the existing community/webkitgtk? It provides webkit for both gtk2 and gtk3 from same aport. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---