Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 664C4780FB8 for ; Tue, 24 Dec 2019 18:32:08 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id 46F864400C6; Tue, 24 Dec 2019 19:32:07 +0100 (CET) Date: Tue, 24 Dec 2019 19:32:07 +0100 From: Kevin Daudt To: Galen Abell Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [PATCH v2] testing/dino: new aport Message-ID: <20191224183207.GB846450@alpha> References: <20191224055341.GA846450@alpha> <20191224174255.2105-1-galen@galenabell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191224174255.2105-1-galen@galenabell.com> On Tue, Dec 24, 2019 at 12:42:55PM -0500, Galen Abell wrote: > https://dino.im > Modern Jabber/XMPP client > testing/ > --- > Thanks for the feedback! This patch changes the package name to Dino and > fixes the package version as requested. > > testing/dino/APKBUILD | 49 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 49 insertions(+) > create mode 100644 testing/dino/APKBUILD > > diff --git a/testing/dino/APKBUILD b/testing/dino/APKBUILD > new file mode 100644 > index 0000000000..f1860e8687 > --- /dev/null > +++ b/testing/dino/APKBUILD > @@ -0,0 +1,49 @@ > +# Contributor: Galen Abell > +# Maintainer: Galen Abell > +pkgname="dino" > +pkgver="0_git20191224" > +_pkgsha="21c01dcdcb3ba7f7d5c6fcd18c5fd2117f050e5e" > +pkgrel=0 > +pkgdesc="Modern Jabber/XMPP client" > +url="https://dino.im" > +arch="all" > +license="GPL-3.0-only" > +makedepends=" > + glib-dev > + glib-networking > + gtk+3.0-dev > + gpgme-dev > + libgee-dev > + libgcrypt-dev > + libsoup-dev > + sqlite-dev > + libqrencode-dev > + cmake > + vala > + ninja > +" > +subpackages="$pkgname-lang" > +source="$pkgname-$_pkgsha.tar.gz::https://github.com/dino/dino/archive/$_pkgsha.tar.gz" > +builddir="$srcdir/$pkgname-$_pkgsha" > + > +build() { > + ./configure \ > + --build=$CBUILD \ > + --host=$CHOST \ > + --prefix=/usr \ > + --sysconfdir=/etc \ > + --mandir=/usr/share/man \ > + --localstatedir=/var \ > + --with-tests > + make > +} > + > +check() { > + build/xmpp-vala-test > + build/signal-protocol-vala-test > +} > + > +package() { > + make DESTDIR="$pkgdir" install > +} > +sha512sums="cc227c6bbcf62279aaf7a036ee9560b0dc7733c6774c934b16ac2b6546248ee6e48cdc06b62ea57b0e6cb1260c8f3155f18420796c325270316e1dbefb523da6 dino-21c01dcdcb3ba7f7d5c6fcd18c5fd2117f050e5e.tar.gz" > -- > 2.24.1 Hello Galen, This has been applied. Note that I used the commit date for the version, rather than the date of today, which makes slightly more sense. Kind regards, Kevin