X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id C64205C62B9 for ; Tue, 4 Sep 2018 09:31:57 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 7512C9E1D43; Tue, 4 Sep 2018 09:31:57 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 738949E03BF; Tue, 4 Sep 2018 09:31:56 +0000 (GMT) Date: Tue, 4 Sep 2018 11:31:51 +0200 From: Natanael Copa To: Drew DeVault Cc: alpine-aports@lists.alpinelinux.org, ~sircmpwn/public-inbox@lists.sr.ht Subject: Re: [alpine-aports] [PATCH 3/3] testing/qutebrowser: new aport Message-ID: <20180904113151.0e565c8a@ncopa-desktop.copa.dup.pw> In-Reply-To: <20180805173730.2890-3-sir@cmpwn.com> References: <20180805173730.2890-1-sir@cmpwn.com> <20180805173730.2890-3-sir@cmpwn.com> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; 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 On Sun, 5 Aug 2018 13:37:30 -0400 Drew DeVault wrote: > --- > testing/qutebrowser/APKBUILD | 41 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 41 insertions(+) > create mode 100644 testing/qutebrowser/APKBUILD > > diff --git a/testing/qutebrowser/APKBUILD b/testing/qutebrowser/APKBUILD > new file mode 100644 > index 0000000000..7a8a7bf75f > --- /dev/null > +++ b/testing/qutebrowser/APKBUILD > @@ -0,0 +1,41 @@ > +# Maintainer: Drew DeVault > +pkgname=qutebrowser > +pkgver=1.4.1 > +pkgrel=0 > +pkgdesc="A keyboard-driven, vim-like browser based on PyQT5" > +url="https://qutebrowser.org/" > +arch="noarch" > +license="GPL-3.0-only" > +depends=" > + py3-attrs py3-jinja2 py3-pygments py3-pypeg2 py3-pyqt5 py3-yaml qt5-qtbase > + qt5-qtwebengine I fixed py3-qt5, and updated the depends for qutebrowser. I also added qt5-qtbase-sqlite to depends which seems to be required. Thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---