X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) by lists.alpinelinux.org (Postfix) with ESMTP id 7497D5C49F6 for ; Sat, 12 Nov 2016 14:32:58 +0000 (GMT) Received: by mail-lf0-f44.google.com with SMTP id t196so30796101lff.3 for ; Sat, 12 Nov 2016 06:32:58 -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 :content-transfer-encoding; bh=ym3MBgHPGUsQpMcZh5wJR9AjyeSjnjWYz1//bVWo0I0=; b=yndU3chCgAyymwkKYcNk2XxBtU5DyJMZmQeBjfNtWQJpWEDIh0+jERgxV2XxlbE9ZD VfMuEqOqOOKjiCEr1YpTSGJoViM3xQrnxtYnyBT/LOkXvi7TwGiTyYLiwEMo1pPj0QsO Ubl8EOOFDsyv9cYaJCyYWb2FqYsUZ62yT0f+feSLMrQgeCWQJh2Xv3tXr7OaSP4vwHJh eKgKVkMFnkQlCmvPpC+J7Kwd+UmTJrIdTT79dWtkZsDgx5UO9rks3a5Yee0n387EFpM7 sEZA9ZTaaui387/vIAebeeu8zJq3eHEMwcU88yteTekTKHKUaoR08sYWbU0deylFVWF2 Eg1A== 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:content-transfer-encoding; bh=ym3MBgHPGUsQpMcZh5wJR9AjyeSjnjWYz1//bVWo0I0=; b=IBYpZK6fdAeOV4dR35mpmlxAVm6NHsd3YbzBr4I5a0sujhr6VZxylXmnYUJBDd8VQG d7qEbLpCT+SaGk2gUORkaJj4xPbhRCjfhRNdfozxitd2bwkTiX1fTF1B5mgpXBN9N5XC vMT02LjbinIDBxGdPbmqIfg0wXYePnJt6R/InoxsQs6CLGL2NPJri1tVlYWAhOq/W/P0 9Ix1+270wZ7uk7Ks/Am+n9+559TAG2RHvlkW5lyy7T9nUT24QMIJcMWGqdJF2QNaravT HfMoQfK8xYVApynQ84VrYqO+NGCMxudop7lT/8yGL4S5zwVn3LMI5RQBOKMNgg1H2fJO niEw== X-Gm-Message-State: ABUngvfBs7UQIZk8zo4MvL9RtrMw/cTUfRKKMPCwjMnry0Ws3Wgj9mwgQAN4Z42QLyyh3A== X-Received: by 10.25.212.211 with SMTP id l202mr4703509lfg.89.1478961177301; Sat, 12 Nov 2016 06:32:57 -0800 (PST) Received: from Krypton ([185.86.106.168]) by smtp.gmail.com with ESMTPSA id h143sm3278740lfh.38.2016.11.12.06.32.56 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 12 Nov 2016 06:32:57 -0800 (PST) Date: Sat, 12 Nov 2016 15:32:52 +0100 From: Jens Staal To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] "provides" function in APKGBUILD? Message-ID: <20161112153252.405294b4@Krypton> Organization: Home X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel 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 Hi I was going to package a wine-staging package and perhaps patch firefox to stop its conflict with firefox-esr to block alpine-desktop by letting firefox also provide firefox-esr. What I would need is something similar to Arch linux PKGBUILD variable "provides". I looked at the APKGBUILD wiki info at https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#APKBUILD_variables.2Ffunctions but I could not find any similar variable. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---