X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by lists.alpinelinux.org (Postfix) with ESMTP id DA4E75C5338 for ; Mon, 10 Apr 2017 12:12:38 +0000 (GMT) Received: by mail-wm0-f67.google.com with SMTP id o81so9281506wmb.0 for ; Mon, 10 Apr 2017 05:12:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to; bh=+xRDDxXkZnYYueZOUerLWBNT4b/ynN271Ir9XGBxHY4=; b=stS073c5o/UIgFp6ydoM034TffhZ9iNNJ3hCvL9p+iBOA6EiXJ7QO0Rj3e/VU4sKmj i8T9fewhSGRcxW/a20mkm+6Pq4iXFv1HcvdUkQwEHSsmtoM1xSbDjSBTaPhtCUE1q5mb AUO9sO1G5WuF7zR64aPF5DejI3cVGT9nv8ZMwWi7l7BXO/amPobH2GUZy3e0+/SzswPK sthkvG2wdILH/FwM9Ddpo9BSTgLTcz9CiETZGFBMGSYsVExrFP9hgc9GqArpY/tqap5L 5sznOcWvmvVra9CeK9VKCp5hWpJH/noAl+GpOrZRm4V7Jft79iJeXCkn29PP1U1zDCWl 4qsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=+xRDDxXkZnYYueZOUerLWBNT4b/ynN271Ir9XGBxHY4=; b=E22xGFCdcGGVI0Lnkb22VZwUeu+A6nY29TP9CwI/wPwN5U9mmsQ3ZCDA27Z7pNJyOG ttVe+YpajggIi8L5WC0FSQjDwC7kqCvtiTeQpFhvnd8dXI6vRpmgwYSSpmHzHP2fN0uX uYA/CQfJuemRk0hC2qiksW/cRTvDWg/yqQdckUcy7mFRefKvoOGp7S+6lckzAFaqPJ6d SRvNYRSSL9E4gwg1dyNZFjuF/+WUh92RloNlo83ycNnl2YtrguEgX2rKD1b1zu5V6jZS qexBzNBWYHc2kpGesemi0EvznlR8gc2jxh4ZY/+uJcetDUztWSaDsa1lvirjGdDlczDj Dazg== X-Gm-Message-State: AN3rC/54ErMF6QGcXUbU0w2EaNxsJ0G66J71MXjoggWrFX2wNlip5x8p QrEzrM95s2vvFA== X-Received: by 10.28.130.142 with SMTP id e136mr10396699wmd.66.1491826358080; Mon, 10 Apr 2017 05:12:38 -0700 (PDT) Received: from [10.36.8.20] ([89.202.239.221]) by smtp.gmail.com with ESMTPSA id j138sm10128043wmg.10.2017.04.10.05.12.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Apr 2017 05:12:36 -0700 (PDT) Subject: Re: [alpine-aports] [PATCH] testing/pnmixer: new aport To: Taner Tas , alpine-aports@lists.alpinelinux.org References: <20170406203038.393-1-taner76@gmail.com> From: Leonardo Arena Message-ID: Date: Mon, 10 Apr 2017 14:12:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <20170406203038.393-1-taner76@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dlIo5t5OhcCHQianSISF33oSFpvOKFB4C" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --dlIo5t5OhcCHQianSISF33oSFpvOKFB4C Content-Type: multipart/mixed; boundary="UwSa9BFIVCc3hCkemKM8fHxLS2qwEKGGm"; protected-headers="v1" From: Leonardo Arena To: Taner Tas , alpine-aports@lists.alpinelinux.org Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/pnmixer: new aport References: <20170406203038.393-1-taner76@gmail.com> In-Reply-To: <20170406203038.393-1-taner76@gmail.com> --UwSa9BFIVCc3hCkemKM8fHxLS2qwEKGGm Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi, thank you for your contribution. On 06/04/2017 22:30, Taner Tas wrote: > https://github.com/nicklan/pnmixer > PNMixer is a simple mixer application designed to run in system tray. > --- > testing/pnmixer/APKBUILD | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > create mode 100644 testing/pnmixer/APKBUILD >=20 > diff --git a/testing/pnmixer/APKBUILD b/testing/pnmixer/APKBUILD > new file mode 100644 > index 00000000..a6b7647a > --- /dev/null > +++ b/testing/pnmixer/APKBUILD > @@ -0,0 +1,31 @@ > +# Contributor: Taner Tas > +# Maintainer: Taner Tas > +pkgname=3Dpnmixer > +pkgver=3D0.7.1_rc3 > +_distver=3D0.7.1-rc3 A simple variable substitution would eliminate the need to define this additional custom variable. Thanks! |_eo --UwSa9BFIVCc3hCkemKM8fHxLS2qwEKGGm-- --dlIo5t5OhcCHQianSISF33oSFpvOKFB4C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJY63aqAAoJELAPckZGG2T6plgH/1aut0KHgfQTq+G23mNf1HaN X3+ApAJ45Az2GgqevY95G0YwibP5X2jtrH5l1s1BhywZqoDxmediUalWRwR45NsW zskOSPmticyoPuBnF82yumkzSSMm23X5e8S24dCZbWxoTuw9XSlcODWHmZavBk+O NnDJWA+ZvL+w4HLtTBwkHKlMdg1Stz913//YXTdJCavQMQaQHBJmUI+B3fXrt5+2 EjRN7g5YrN0hlA58vYY/82WDfLLmTkLan5DEdAcEiGpVtNjqS4cvi17RPL2IzhUK G/e+IuFRIuGxPy1iAVS7SP1Tim/7YhMJRsHligk8sxmz8IGa5Mr3H9odaW0GI+o= =MiMP -----END PGP SIGNATURE----- --dlIo5t5OhcCHQianSISF33oSFpvOKFB4C-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---