X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 861B2DC4AA5 for ; Mon, 28 Mar 2016 21:24:44 +0000 (UTC) Received: from chaahk.com (chaahk.com [212.83.137.92]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 46F05DC0394 for ; Mon, 28 Mar 2016 21:24:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=chaahk.com; s=x; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=G1VmK260JC6Ip6cQth7yLzJ+wDXPR2xaPV9DR1PeiI0=; b=WGsNKZnDhYV1EoL2I0ZiX2vk+zelEOj8FKinbebv0a3SSQpuuTVlt+y1Yvg12mJVxP/6LmKZodiM7W/45rXN7qV0o/FDEuMjelywNprmWkoMEIUvLW/T2ckRcoHwRlIarH2aqJ324NFC6e1Hg8nq8vreE0gDFhe8CytaQVL/nbQ=; Received: from cpc89568-aztw32-2-0-cust807.18-1.cable.virginm.net ([86.6.59.40] helo=chaahk.com) by chaahk.com with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84) (envelope-from ) id 1akeeQ-0002Tf-Ig for alpine-aports@lists.alpinelinux.org; Mon, 28 Mar 2016 23:24:42 +0200 Date: Mon, 28 Mar 2016 22:24:35 +0100 From: Steeve Chailloux To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/autocutsel: new aport Message-ID: <20160328212435.GB15873@chaahk.com> References: <20160328164807.GB3366@chaahk.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="s/l3CgOIzMHHjg/5" Content-Disposition: inline In-Reply-To: <20160328164807.GB3366@chaahk.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Authenticated-User: steeve@chaahk.com X-Authenticator: plain X-Invalid-HELO: Host impersonating [chaahk.com] X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) X-Exim-Version: 4.84 (build at 20-Sep-2014 13:41:08) X-Date: 2016-03-28 23:24:42 X-Connected-IP: 86.6.59.40:46226 X-Message-Linecount: 103 X-Body-Linecount: 90 X-Message-Size: 3073 X-Body-Size: 2540 X-Virus-Scanned: ClamAV using ClamSMTP --s/l3CgOIzMHHjg/5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable =46rom c4477e905b4b69b82aa6beb40b95fb0658ca7f13 Mon Sep 17 00:00:00 2001 =46rom: Steeve Chailloux Date: Mon, 28 Mar 2016 17:35:48 +0100 Subject: [PATCH] testing/autocutsel http://www.nongnu.org/autocutsel/ automated xcutsel --- testing/autocutsel/APKBUILD | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 testing/autocutsel/APKBUILD diff --git a/testing/autocutsel/APKBUILD b/testing/autocutsel/APKBUILD new file mode 100644 index 0000000..cfc7a83 --- /dev/null +++ b/testing/autocutsel/APKBUILD @@ -0,0 +1,40 @@ +# Contributor: Steeve Chailloux +# Maintainer: Steeve Chailloux +pkgname=3Dautocutsel +pkgver=3D0.10.0 +pkgrel=3D0 +pkgdesc=3D"automated xcutsel" +url=3D"http://www.nongnu.org/autocutsel/" +arch=3D"all" +license=3D"GPL2" +depends=3D"" +depends_dev=3D"" +makedepends=3D"$depends_dev libx11-dev libxaw-dev" +subpackages=3D"" +source=3D"https://github.com/sigmike/autocutsel/releases/download/$pkgver/= $pkgname-$pkgver.tar.gz" + +_builddir=3D$srcdir/$pkgname-$pkgver +prepare() { + local i + cd "$_builddir" + for i in $source; do + case $i in + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; + esac + done +} + +build() { + cd "$_builddir" + ./configure --prefix=3D/usr --mandir=3D/usr/share/man || return 1 + make || return 1 +} + +package() { + cd "$_builddir" + make DESTDIR=3D"$pkgdir" install || return 1 +} + +md5sums=3D"7d5b96e5f7b79b883d8350f104043366 autocutsel-0.10.0.tar.gz" +sha256sums=3D"a2376330aa1a65f36621595a5a4eb5c2cabc16854b69d66c285f11f89bd0= 5e3f autocutsel-0.10.0.tar.gz" +sha512sums=3D"2d9b7114fde67ee217ceee673e32b407eef5b266a9d457a83b35d1c6227e= 5873cc7928aa10f7d84ce5e8c78d4940ee29985696f49b4015269584f1559f6b6d1d autoc= utsel-0.10.0.tar.gz" --=20 2.6.6 --s/l3CgOIzMHHjg/5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJW+aEPAAoJEDIUOi6PUA1XAjcH/3BkftSUXBT+NwWfDF03x6B5 HXS51cCIycvz/2u6b/TjaNCPI5YGLxTqctZ41SOSIolRyyBQ1e+3hiYXs5TAakkW fuS0mVyUvzdwYyjFoRBK8toYs3S27jJQ2a2QxTOc1FBtTSg31YBST/+DSlnZ3h7+ Pkm76YrFS094IoWqc2uehSB90HUgyIogaePs4tqW4JjKSKC1R06uui8t/wDKRkZ4 8w1xhbYfhiBqebPKy1uL0ruxMHH8L6qSGN1MiWZtHd2FWFCi5J8LuQqJQY6/cL/1 5JFcL6crF255+9cPRwr+4PJkIqpp1K9wjTbSMnbWRKn1AFPR1gEA3cO2HotlUgs= =sdEg -----END PGP SIGNATURE----- --s/l3CgOIzMHHjg/5-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---