X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-vs1-f43.google.com (mail-vs1-f43.google.com [209.85.217.43]) by lists.alpinelinux.org (Postfix) with ESMTP id BF93B5C57EF for ; Fri, 12 Oct 2018 11:07:59 +0000 (GMT) Received: by mail-vs1-f43.google.com with SMTP id z130-v6so11523225vsc.7 for ; Fri, 12 Oct 2018 04:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NYAooBP05c9LK5oXTJrbCX2zmgAtXcQL33rOhen2MXY=; b=UIJbD1GlhYKyb5IKjesNe1WAGLUU1r4wfTTX5Z2D9VY5XM1FPtlRaIyzfsltxxycKZ ILoicUbhuWP+xHcG3hHvUYGhgo0U6Ankp9arKh6BdILAPSo0WUScc2R/3CpWauLoHyke Fv7QtypHhDKxJjwoSOym1tbb1p5wd2F4AFq30531h6M6WYDfAICIKaEK/MIXefraF5K/ 5HpiqbNIsxXm4uBeEBDnZVyQgJbBna0eTgsV13AQhSdgPt8sYcZaF91b2TZIZTteQ8vO AjUcbl7eMYQj2pdqZRX9rNLEbagd+WxwjLy2U7gT1qeLpOUnnraFH2+K/jt42ZdTq5s0 Ltiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NYAooBP05c9LK5oXTJrbCX2zmgAtXcQL33rOhen2MXY=; b=OHHzySw8aXURC0eIgc+hnZvM0qSfScCzoQttus6b2bjqUmbYTjO9ZTINlU8HOAqXpW uZaRZs/pOIPMXKBBa58IxQWzajBVDh73vxl6buPYMGM6ehE+THnB67sphoGbDVbMKIdL fU/sFyi4f+hw6xEApQ1FP7YIWOITlsIR6/+Nb2nBTfMi4MncXXax6tKj2wXUNiVxN0zs swyesDx15s/uO4yFwey5sTBne25wujwPy73GQ0LH7Sra+9AnEV4MFNT4llfKAHkMHmzw nzeNRTdol6l9BXJCfdiaT+yDyWIU3V5n8FfZjtuVF3cznwaX9XZcxZw8fhZI0rBcCro7 5UGw== X-Gm-Message-State: ABuFfojXr0+RPnMEHzsqEfwx/hcktZf4YmJIZssLXlB10+Q95iRG8EZg hItlCfZFcLsp9g1WECxL6Ac2SaI1xoDWp0fba84= X-Google-Smtp-Source: ACcGV60mW6q4RCFRiVsLtkspPyv06TSeczR+MXjuxk4ezTxrA3dKZZqSiSzFnifDy6YaE0mpvNHjREmePDNKzOHLDJA= X-Received: by 2002:a67:6d86:: with SMTP id i128-v6mr1976610vsc.237.1539342478849; Fri, 12 Oct 2018 04:07:58 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <20180717133727.14574-1-marian.buschsieweke@ovgu.de> In-Reply-To: <20180717133727.14574-1-marian.buschsieweke@ovgu.de> From: Leonardo Arena Date: Fri, 12 Oct 2018 13:07:47 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/gajim-plugin-omemo: New aport To: Marian Buschsieweke Cc: alpine-aports Content-Type: multipart/alternative; boundary="000000000000a3e050057806196a" --000000000000a3e050057806196a Content-Type: text/plain; charset="UTF-8" Hi, it got merged with a couple of modifications: On Tue, Jul 17, 2018 at 3:37 PM Marian Buschsieweke < marian.buschsieweke@ovgu.de> wrote: > https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin > Gajim plugin for Multi-End Message and Object Encryption (OMEMO) > --- > testing/gajim-plugin-omemo/APKBUILD | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 testing/gajim-plugin-omemo/APKBUILD > > diff --git a/testing/gajim-plugin-omemo/APKBUILD > b/testing/gajim-plugin-omemo/APKBUILD > new file mode 100644 > index 0000000000..dec8b16454 > --- /dev/null > +++ b/testing/gajim-plugin-omemo/APKBUILD > @@ -0,0 +1,24 @@ > +# Maintainer: Marian Buschsieweke > +pkgname=gajim-plugin-omemo > +_pkgname="${pkgname#gajim-plugin-}" > +pkgver=2.5.14 > +pkgrel=0 > +pkgdesc="Gajim plugin for Multi-End Message and Object Encryption (OMEMO)" > +url="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin" > +arch="noarch" > +license="GPL3" > Correct license id is "GPL-3.0-or-later" or "GPL-3.0-only" (See https://spdx.org/licenses/) > +depends="gajim py3-qrcode py3-axolotl" > +makedepends="py-setuptools python3-dev" > +source="$pkgname-$pkgver.zip:: > https://ftp.gajim.org/plugins_releases/${_pkgname}_${pkgver}.zip" > +builddir="$srcdir"/$_pkgname > +options="!check" > + > I think it's better to keep build() even if it does nothing. Thanks! /eo --000000000000a3e050057806196a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

<= /div>
it got merged with a couple of modifications:

On Tue, Jul 17, 2018 at 3:37 PM Marian Bu= schsieweke <marian.buschsieweke@ovgu.de> wrote:
htt= ps://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin
Gajim plugin for Multi-End Message and Object Encryption (OMEMO)
---
=C2=A0testing/gajim-plugin-omemo/APKBUILD | 24 ++++++++++++++++++++++++
=C2=A01 file changed, 24 insertions(+)
=C2=A0create mode 100644 testing/gajim-plugin-omemo/APKBUILD

diff --git a/testing/gajim-plugin-omemo/APKBUILD b/testing/gajim-plugin-ome= mo/APKBUILD
new file mode 100644
index 0000000000..dec8b16454
--- /dev/null
+++ b/testing/gajim-plugin-omemo/APKBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
+pkgname=3Dgajim-plugin-omemo
+_pkgname=3D"${pkgname#gajim-plugin-}"
+pkgver=3D2.5.14
+pkgrel=3D0
+pkgdesc=3D"Gajim plugin for Multi-End Message and Object Encryption (= OMEMO)"
+url=3D"https://dev.gajim.org/g= ajim/gajim-plugins/wikis/OmemoGajimPlugin"
+arch=3D"noarch"
+license=3D"GPL3"

Correct lic= ense id is "GPL-3.0-or-later" or "GPL-3.0-only"=C2=A0 (= See https://spdx.o= rg/licenses/)
=C2=A0
+depends=3D"gajim py3-qrcode py3-axolotl"
+makedepends=3D"py-setuptools python3-dev"
+source=3D"$pkgname-$pkgver.zip::https://ftp.gajim.org/plugins_releases/${_pkgname}_${pkgver}.zi= p"
+builddir=3D"$srcdir"/$_pkgname
+options=3D"!check"
+

I think it's better to keep build= () even if it does nothing.

Thanks!

/eo
--000000000000a3e050057806196a-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---