X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 69604DC0E11; Tue, 9 Sep 2014 06:48:43 +0000 (UTC) Date: Tue, 9 Sep 2014 08:48:40 +0200 From: Natanael Copa To: Isaac Dunham Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 1/2] testing/py-tkinter: add new aport Message-ID: <20140909084840.69aa8b7a@ncopa-desktop.alpinelinux.org> In-Reply-To: <1410240149-6592-1-git-send-email-ibid.ag@gmail.com> References: <1410240149-6592-1-git-send-email-ibid.ag@gmail.com> X-Mailer: Claws Mail 3.10.1-1-g9225a1-dirty (GTK+ 2.24.23; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 8 Sep 2014 22:22:28 -0700 Isaac Dunham wrote: > This is the GUI part of python. > --- > testing/py-tkinter/APKBUILD | 80 ++++++++++++++++++++++++++++++++ > testing/py-tkinter/find_library.patch | 11 +++++ > testing/py-tkinter/unchecked-ioctl.patch | 11 +++++ > 3 files changed, 102 insertions(+) > create mode 100644 testing/py-tkinter/APKBUILD > create mode 100644 testing/py-tkinter/find_library.patch > create mode 100644 testing/py-tkinter/unchecked-ioctl.patch applied. I also changed the make rule to only run 'make sharedmods' and 'make sharedinstall' since we dont need to build everything. (we could run python setup.py build_ext only too if we want reduce the build even more...) -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---