X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 5F70BDC0083 for ; Wed, 3 Sep 2014 04:30:00 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id ft15so10100020pdb.20 for ; Tue, 02 Sep 2014 21:29:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=1D1QUcA66YuBq6ZUi1ECD4xDeom7RPtod/TjWo4IjF0=; b=tYpgSgJdLd2Du7fRsLVXkKR/kfjja//AqyMqUQAuP4h+MfktNG8C7o4BeJO6l31IjF 9T9qEolzKGvHEon1h3++eDD9zuBpaobRx6aVKgSc+N9MWdRpHMswfA040ijIhA0A6a8y GtIaIDH8pFhGd0dOrx5pny+nxHhKLMdmIxNAXgLeLwtNCfBvwCBcZXxuZu3ko5CTnYoS 0CBzCvzAnkhl+yOi7x5juzI2J3J1Bf8iTYymSXVBBG917tTPLvXYgn7oONAWggQDWf14 fFx242WuwAK40QLWKih2u2ltamcKvUpfVT0v/JI5jtWMKbBMiGtbZyq3dVvwPqwFuSI9 pfYw== X-Received: by 10.70.91.35 with SMTP id cb3mr14165289pdb.127.1409718599524; Tue, 02 Sep 2014 21:29:59 -0700 (PDT) Received: from newbook ([50.0.228.159]) by mx.google.com with ESMTPSA id cb2sm5546880pbb.34.2014.09.02.21.29.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Sep 2014 21:29:59 -0700 (PDT) Date: Tue, 2 Sep 2014 21:29:56 -0700 From: Isaac Dunham To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] Add Tk (including wish) Message-ID: <20140903042955.GA16305@newbook> References: <1409235885-1854-1-git-send-email-ibid.ag@gmail.com> <20140901100921.1d2abd6e@ncopa-desktop.alpinelinux.org> <20140903015316.GA2099@newbook> 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-Disposition: inline In-Reply-To: <20140903015316.GA2099@newbook> User-Agent: Mutt/1.5.23 (2014-03-12) On Tue, Sep 02, 2014 at 06:53:16PM -0700, Isaac Dunham wrote: > On Mon, Sep 01, 2014 at 10:09:21AM +0200, Natanael Copa wrote: > > On Thu, 28 Aug 2014 07:24:45 -0700 > > Isaac Dunham wrote: > > > > > Tk is the standard GUI for Tcl; wish is a GUI version of tclsh. > > > --- > > > 1 file changed, 65 insertions(+) > > > create mode 100644 testing/tk/APKBUILD > > > > Changed commit message slightly and commited. > > > > Thanks! > > > > Working here. > > (By the way: it's upgraded at the same time as Tcl, > so there's 8.6.2 already.) Unfortunately, it's got a screwed-up tk.pc (@TK_LIBS@ instead of meaningful output.) I need to figure out what this is from; I'll send a patch to update and fix it. (I'm hoping to get tk in main so I can add it to python's requirements so I can get Tkinter.) Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---