Received: from mail-yb1-f170.google.com (mail-yb1-f170.google.com [209.85.219.170]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 438F5781A59 for ; Sun, 4 Jul 2021 17:26:03 +0000 (UTC) Received: by mail-yb1-f170.google.com with SMTP id i4so25241545ybe.2 for ; Sun, 04 Jul 2021 10:26:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chave-us.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=V4Noj3D2ZOrDkwbiXjj8C+0KJm3MCvWPt8ay5Bxht3M=; b=JPpT2RKHmLLxd2hx06CO9Gd0ZLoQSXFDQ4r5b8qfFfTfeOMC2XTP7NuQn343hYmWjS BVHQEU2Z5Mq4L2n0rlaSvZLI+tGD/kSqocXWJrzplMPcQFplQWi2eSr/EHIQxDXXXokd 1G51/kcp/4wGB5YeRXnsVq7SZd2e/ks893iB2QnP0CPTR/cS0/QrgQGt5FdODH1hNbx1 cXzthC6dfZMQTHVr/pfXcKHhtn8f5kFYXj8ZAIyREHnKTi7LUIsmEmBnbxNLMWMU4aUP oadr+Z58YiiWWlRitYBK4DCfzudJtJj4E0B+i7sN9aRQq93ogQGJW8Q7IPzUqdBm605f wgpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=V4Noj3D2ZOrDkwbiXjj8C+0KJm3MCvWPt8ay5Bxht3M=; b=LCCfWqsfyWvHzTARk5gAdCJO8Z6fGo/1qg9heedzZ89/ZjtpIvtfohB9AoGj4CqglS Coi7IeJD0UizCWj7B2dcs4nb3m3no0u0XB2bh4rSffa/dmaCACW+zKorg+DIQVW0ew26 Hv4t84DXNw90FsEcgf+jXEWqjDatC9ZgSDK+eBKC5NPjeIclz7fVUeY4S7ki0is+S+Rw 57hstw5D7Jkz2xZBnHglHRz6jBHBWrAxlyE9tT191CLV2M1oJmoEXXu1hdo9hgOrbEsJ 8O8ys22JDKoEDtV8HnGyrCr4a2moERZbGSePYq4bJwuWLT8FAE1JRN44FS5iRxBbn0ds SGZw== X-Gm-Message-State: AOAM532qaEqZj5pm1h584smxYbUxhtPydVQ7Dk6tmHuM0w3sl+6+L3vL HvX8mVcbb5OqAWEU9VvaUIwVIb70+3nHo+kU8nBku0V84YBhJQ== X-Google-Smtp-Source: ABdhPJwBb3zwcT6vhJTLYt769C9GitvjjQB66tTyXpQS3/rH6syDr6W0b/Wj7shi9SQNGKUZL0DsO8GqMuEPtfra8Es= X-Received: by 2002:a25:8b12:: with SMTP id i18mr11721289ybl.162.1625419561730; Sun, 04 Jul 2021 10:26:01 -0700 (PDT) MIME-Version: 1.0 From: Carl Chave Date: Sun, 4 Jul 2021 13:27:02 -0400 Message-ID: Subject: Using Depends in APKBUILD To: alpine-devel@alpinelinux.org Content-Type: text/plain; charset="UTF-8" What is the correct way to populate depends in an APKBUILD? The wiki page for creating a package[0] notes for makedepends: "If you set a package in depends, you do not need to add it to makedepends as well." Is the converse true also? I'm working on an APKBUILD for touchegg[1] and built the package for armv7 with multiple makedepends but no depends. When installing the package, it automatically pulled in pugixml. Then there's the "tracing dependencies" step that abuild does, which implies that the depends are being determined automatically. Will someone clarify when entries are needed in depends? Thanks, Carl [0]https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#depends_.26_makedepends [1]https://github.com/JoseExposito/touchegg