Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8E7F1782B95 for <~alpine/aports@lists.alpinelinux.org>; Sun, 12 Jan 2020 10:36:16 +0000 (UTC) Received: by mail-wr1-f67.google.com with SMTP id z3so5744837wru.3 for <~alpine/aports@lists.alpinelinux.org>; Sun, 12 Jan 2020 02:36:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=L/TbSuKIHal3HLuto+KD3UmvSTV46ortIrcz8zjYu5Q=; b=rrTyhIoImBw9oVZtR4zFoPNSd+l4oCZ6kDLXqJ8A7wC844/6LUQclLRZU5TboiXTaD 2HkXEoEGhjTpiCKBhPkFL29OsjXaXEzKkslxnpvaIWeyun1q8QxwgQ0L9g0ld9gwkkDd rJbbk1oZY/So7ghz+42XJNVW4BNXbn6H9Bi7NU9DgDzHeB1J9bH5fMf8H0802jSo1mBA ImupMHj14488NsSSLt6g5zsv6WREQSgRyTdJk//PIG0ZWN6ufVky4/k+fBfnirWcxL/D IzNEOSd9t4qKbFuCYRtYSWUqy2ybxDAUQM9xLMHWoB7CGApK9G7wzNGVsAXiuC3wPITg JjXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=L/TbSuKIHal3HLuto+KD3UmvSTV46ortIrcz8zjYu5Q=; b=tg/byMfdouhT4THYSn0KuyP6GbQxXJV8WlwxUn7q1HNclRz/FErzBoPjusEibTLbe2 5lS74XAiIMqRSm8ho2jpOlCBJnHox9AaHIsTL/Wh9kOZA+VIPlom0VNk0UXNS+ofiXHI gYnqgGPH/OqDzl608i/jZibLVXQoy17ABMbV5Vx75P4X4BcSqymflBFzaRP1rM778L9n IGQBOLoKVrABlxLC6EZBa33sduUhmkWbg3lLyWE+buA2AbFkBmiQN11Sl1UY3GaWt0en RhPOslMAG9YG0itJYNdcy066n0sUNCmCmU78GA9xeU60xLO+2+aGLMAXCkUnlQhsSZw/ Rqhg== X-Gm-Message-State: APjAAAUwyJzp8WHIjydB/7vebYVECKzb0aBtewl4GL7jwmDrcRgxEnm2 JMC91ukaaiOECYqNhmc0lP/ICKLsKxU= X-Google-Smtp-Source: APXvYqwNzoU5VWpOuKQPPtkYOA5GRXK3oWIkFwWUY8L48ZT3mcKmBLDuShvzUVB+uIZT06C3Z87wKQ== X-Received: by 2002:a5d:52c4:: with SMTP id r4mr12283128wrv.368.1578825376048; Sun, 12 Jan 2020 02:36:16 -0800 (PST) Received: from enterprise ([2a02:8070:2786:ee00:3c78:2ac7:ceb3:8334]) by smtp.gmail.com with ESMTPSA id o1sm9985842wrn.84.2020.01.12.02.36.15 for <~alpine/aports@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Jan 2020 02:36:15 -0800 (PST) Date: Sun, 12 Jan 2020 11:36:12 +0100 From: Leo To: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/tiled: new aport Message-ID: <20200112113612.312db493@enterprise> In-Reply-To: <20200112093125.18749-1-markand@malikania.fr> References: <20200112093125.18749-1-markand@malikania.fr> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 12 Jan 2020 10:31:25 +0100 David Demelier wrote: > http://mapeditor.org > A powerful tile map editor > --- > testing/tiled/APKBUILD | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > create mode 100644 testing/tiled/APKBUILD > > diff --git a/testing/tiled/APKBUILD b/testing/tiled/APKBUILD > new file mode 100644 > index 0000000000..09e4875e1e > --- /dev/null > +++ b/testing/tiled/APKBUILD > @@ -0,0 +1,33 @@ > +# Contributor: David Demelier > +# Maintainer: David Demelier > +pkgname="tiled" > +pkgver="1.3.1" > +pkgrel=0 > +pkgdesc="A powerful tile map editor" > +url="http://mapeditor.org" > +arch="all" > +license="Apache-2.0 BSD-2-Clause GPL-2.0-only" Use SPDX's OR or AND identifier to denote the relation between the licenses. > +depends="qt5-qtbase > + qt5-qtdeclarative > + zlib" > +makedepends="qt5-qtbase-dev > + qt5-qtdeclarative-dev > + zlib-dev" > +subpackages="$pkgname-dev $pkgname-doc" > +source="${pkgname}-${pkgver}.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz" > +builddir="$srcdir/$pkgname-$pkgver" > + > +build() { > + qmake-qt5 -r INSTALL_HEADERS=yes PREFIX=/usr > + make > +} > + > +check() { > + tiled --version > +} > + > +package() { > + make install INSTALL_ROOT="$pkgdir" > +} > + > +sha512sums="b2ed5c0ff043990177809873417e31e8ee2894473b3084d0302e5557c19043c1763cf55d8ade16335ba3d64e7b4b903dd5fb88fd4bcf878c7c4d873bc9c7ed73 > tiled-1.3.1.tar.gz"