X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-qk0-f174.google.com (mail-qk0-f174.google.com [209.85.220.174]) by lists.alpinelinux.org (Postfix) with ESMTP id 5BC525C50AF for ; Thu, 9 Mar 2017 00:47:27 +0000 (GMT) Received: by mail-qk0-f174.google.com with SMTP id 1so96133299qkl.3 for ; Wed, 08 Mar 2017 16:47:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references; bh=JuYMcgxJqKzeAtYYlz50HiXEnTMq70uHhuivRFZkju0=; b=X21qh3ZNegd9QZ6dsnArpkDKji+TyrNo4e8q6/JSoCeAdZXIaw+t2bAMxl5MOSZyCC 96dte2OVXHcUhSlO+/ab7nLmiygQPE0wbs1LjJOThlFRGfCalizHCPs35aOV7KAPVgbB f9JKM6rrTwhK9ofW/WT3tV2riF2Z27otfenY7CQHPz9B12RMd3ix/QVga44as7RAd+VN HkhombAfSvlkE/fAJzntav0fAzLOzv1KQ2Fnshl2zJGtMCPWUD3VP9iJ/lnKL9t0Qaru leCjMx09F8/AWcIHrYWaXfR/Z6hbmYyh/YvNM6kgi+WcUcDZZPPAx1UYnitB7cYpWQAM DPsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=JuYMcgxJqKzeAtYYlz50HiXEnTMq70uHhuivRFZkju0=; b=CUpcFQz2YlsMrzsUK0IHRtU0TLBpHAZ4BJ7NXvIEKv1VsRi905Kem5pnQmxSNTTWzQ MFzi8JH5g3pO+C9IS3dQo/TSeEuzywHYdx5R6nxM9NYgl8ZBBmR9tJkbJJJQ+U9YbFyn Vs9bMlCu70u08KFsAt5lRyQ/E8ZAiVuC4+VHu1VerLGOAqGU9i9Z6eJnNOs9Y2qXTFAD t5IZHSocr5a191nThUgCGC9xj3k/Rup50hWiVKYyNu67LSYgNb7UQP1w6F6QU9a5m9yI v3b84k2kPOilHCZZCxmogvmohiL51ElMAaDBMIjS2k0qU8a6VOPiBaskYadEQSkkG30U pVgA== X-Gm-Message-State: AMke39lhtUKGJHKfcGzwj3PgkkSt1yLzS6LXNuxf+pG5flDzbt2FprQi5g2zZG9Avr3DoA== X-Received: by 10.200.48.116 with SMTP id g49mr11090415qte.131.1489020446991; Wed, 08 Mar 2017 16:47:26 -0800 (PST) Received: from alp.lan (c-71-60-35-21.hsd1.pa.comcast.net. [71.60.35.21]) by smtp.gmail.com with ESMTPSA id 23sm3238448qtu.47.2017.03.08.16.47.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Mar 2017 16:47:26 -0800 (PST) From: Daniel Sabogal To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/5] testing/wayland-protocols: use !check instead of stub Date: Wed, 8 Mar 2017 19:47:49 -0500 Message-Id: <20170309004752.27137-2-dsabogalcc@gmail.com> X-Mailer: git-send-email 2.11.1 In-Reply-To: <20170309004752.27137-1-dsabogalcc@gmail.com> References: <20170309004752.27137-1-dsabogalcc@gmail.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/wayland-protocols/APKBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/testing/wayland-protocols/APKBUILD b/testing/wayland-protocols/APKBUILD index 4998c58f80..9432fd7803 100644 --- a/testing/wayland-protocols/APKBUILD +++ b/testing/wayland-protocols/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Valery Kartel pkgname=wayland-protocols pkgver=1.7 -pkgrel=2 +pkgrel=3 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" url="http://wayland.freedesktop.org" arch="noarch" @@ -11,6 +11,7 @@ depends= provides="$pkgname-dev" makedepends="wayland-dev" subpackages= +options="!check" source="https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" @@ -27,10 +28,6 @@ build() { make || return 1 } -check() { - : -} - package() { make DESTDIR="$pkgdir" \ -C "$builddir" install || return 1 -- 2.11.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---