X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 7278F5C43FA for ; Wed, 16 Nov 2016 08:19:01 +0000 (GMT) Received: by mail-wm0-f53.google.com with SMTP id f82so55684519wmf.1 for ; Wed, 16 Nov 2016 00:19:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:organization:mime-version; bh=0JowvWd+j/ZF4Lp9ov2dZY6/tZe6TX/m9ehNXamajBs=; b=znE0kgOqWfRWL42Dv0fhqxrWRQXzeoK61Vv/h9fe+iC9xq+d9R6/UDaUExHla/WyH+ FIKnGjIGlsSW0jU9I3kh363s2dlQi3M2JD9VUL3X87EQpWZjKl1o2dDPqkk8wlqKptDZ m+UaDaLT9Dl7UutrHvKnx2v20idMEcpbtFxxxi9TkL1iFEtLEsWWf+aEHxi2vHgnQzAD in4slGE32+dZRX+O44mOzSOs0xIyRNi2Kom/0sXfRJoXrIkJlHZYiPkeGXC8OLMp/aKp ADrJ9n5h/ZNIkL2PX8YmwThP5wgJxsg3eEWw6wELXwZBwUymxe+WQK6QJE20epi9DkNH pYKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:organization :mime-version; bh=0JowvWd+j/ZF4Lp9ov2dZY6/tZe6TX/m9ehNXamajBs=; b=GF7X8Xb6EzulJOnhvxtL3wpajXZeIL78QhjS2JIWvdWlAEztjQAR+WkBXY0zsa8prg EPm1hIYpWurkrG6PcFsjiGtD1/2KUfC6LpWBgZO6Y4YKsdzhS9VXQIEueVLdidKjADkq FMDjM5Ji4dvCPc6Xs/S+APA57WfiGtlTBa9DBHQyLp6Ev8UWvaKmKhKrGSg+x27jKDEt MskGvyrm/c3D+xRMrzdVN/cn2vewLjQhdx7XhdqxFNc7Qv9IsLeXi9NoM6/LLgrej9eu fuiVxL6PRi9LTGqpQbAx89TI2hE8TZvYBHlk2gQD9Q4lemidYpwdhxID20ZxX+QfhmKY w02g== X-Gm-Message-State: ABUngvczwSW5fjkelACzQR5GM+enJrGfSp0tFlaN198LCOrroUNx1R7AvTDpNJkqa1CUhw== X-Received: by 10.194.71.228 with SMTP id y4mr1167016wju.136.1479284340414; Wed, 16 Nov 2016 00:19:00 -0800 (PST) Received: from Krypton (ircfw00.ugent.be. [157.193.250.249]) by smtp.gmail.com with ESMTPSA id w7sm8653554wmd.24.2016.11.16.00.18.59 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 Nov 2016 00:19:00 -0800 (PST) Date: Wed, 16 Nov 2016 09:18:59 +0100 From: Jens Staal To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] add provides=firefox-esr to testing/firefox Message-ID: <20161116091859.27180511@Krypton> Organization: Home X-Mailer: Claws Mail 3.13.2 (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: multipart/mixed; boundary="MP_/NNW9KnrWDED7wPkTsK0APlZ" --MP_/NNW9KnrWDED7wPkTsK0APlZ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline This patch adds provides firefox-esr to testing/firefox Otherwise, firefox will block installation of alpine-desktop --MP_/NNW9KnrWDED7wPkTsK0APlZ Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-testing-firefox-add-provides-firefox-esr.patch >From 566b99d34e74050971e32f6d982bfd3738c1852b Mon Sep 17 00:00:00 2001 From: Jens Staal Date: Wed, 16 Nov 2016 09:05:26 +0100 Subject: [PATCH] testing/firefox: add provides=firefox-esr www.firefox.com Firefox Web Browser --- testing/firefox/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 76b650e..9be40ea 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -4,7 +4,7 @@ pkgname=firefox pkgver=50.0 _pkgver=$pkgver _xulver=$pkgver -pkgrel=0 +pkgrel=1 pkgdesc="Firefox web browser" url="http://www.firefox.com" arch="all !aarch64" @@ -47,6 +47,7 @@ makedepends="$depends_dev yasm zip " +provides="firefox-esr=$pkgver" install="" subpackages="$pkgname-dev" -- 2.10.2 --MP_/NNW9KnrWDED7wPkTsK0APlZ-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---