Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D26F7781D86 for <~alpine/aports@lists.alpinelinux.org>; Mon, 25 Nov 2019 20:26:51 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id 2E98F4400D6; Mon, 25 Nov 2019 21:26:51 +0100 (CET) Date: Mon, 25 Nov 2019 21:26:51 +0100 From: Kevin Daudt To: Drew DeVault Cc: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] community/weechat: add Python patches Message-ID: <20191125202651.GJ456781@alpha> References: <20191125201258.11386-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191125201258.11386-1-sir@cmpwn.com> User-Agent: Mutt/1.12.2 (2019-09-21) On Mon, Nov 25, 2019 at 03:12:58PM -0500, Drew DeVault wrote: > --- > ...or-in-a-new-version-of-FindPkgConfig.patch | 1054 +++++++++++++++++ > community/weechat/APKBUILD | 10 +- > 2 files changed, 1061 insertions(+), 3 deletions(-) > create mode 100644 community/weechat/0001-cmake-vendor-in-a-new-version-of-FindPkgConfig.patch > > diff --git a/community/weechat/0001-cmake-vendor-in-a-new-version-of-FindPkgConfig.patch b/community/weechat/0001-cmake-vendor-in-a-new-version-of-FindPkgConfig.patch > new file mode 100644 > index 0000000000..1c31a174b0 > --- /dev/null > +++ b/community/weechat/0001-cmake-vendor-in-a-new-version-of-FindPkgConfig.patch > > [..] > > diff --git a/community/weechat/APKBUILD b/community/weechat/APKBUILD > index bcc7223684..4b9e856e46 100644 > --- a/community/weechat/APKBUILD > +++ b/community/weechat/APKBUILD > @@ -1,7 +1,7 @@ > # Maintainer: Leonardo Arena > pkgname=weechat > pkgver=2.6 > -pkgrel=1 > +pkgrel=2 > pkgdesc="A fast, light, extensible ncurses-based chat client" > url="https://weechat.org" > arch="all" > @@ -12,7 +12,10 @@ depends_dev="cmake libintl ncurses-dev gnutls-dev libgcrypt-dev curl-dev > makedepends="$depends_dev" > subpackages="$pkgname-dev $pkgname-spell:_plugin $pkgname-lua:_plugin > $pkgname-perl:_plugin $pkgname-python:_plugin $pkgname-ruby:_plugin" > -source="https://www.weechat.org/files/src/$pkgname-$pkgver.tar.gz" > +source=" > + https://www.weechat.org/files/src/$pkgname-$pkgver.tar.gz > + 0001-cmake-vendor-in-a-new-version-of-FindPkgConfig.patch > +" > > # secfixes: > # 1.7.1-r0: > @@ -55,4 +58,5 @@ check() { > ./tools/build-test.sh cmake > } > > -sha512sums="47698f9b275c4fad68cc786cf0739e6f7355428abf57b94e64df84725b001546783f4e6389d0ed51ff5108c50c48dba344c22da9f43bc6f6f90acedacc3e84a5 weechat-2.6.tar.gz" > +sha512sums="47698f9b275c4fad68cc786cf0739e6f7355428abf57b94e64df84725b001546783f4e6389d0ed51ff5108c50c48dba344c22da9f43bc6f6f90acedacc3e84a5 weechat-2.6.tar.gz > +0189fdbd55b4e508fe49ce594607afebd27b35dea87a6c4fd0a88b8c1e03771c8eca939c163c819b413975052f01900d1dde2b9266bd52594a4a258f364d1ca2 0001-cmake-vendor-in-a-new-version-of-FindPkgConfig.patch" > -- > 2.24.0 This has been pushed.