This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
2
2
[alpine-devel] [PATCH] testing/tk: update to 8.6.2, fix makedepends/depends_dev
---
testing/tk/APKBUILD | 11 ++++++ -----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/testing/tk/APKBUILD b/testing/tk/APKBUILD
index 383f5e0..0029111 100644
--- a/testing/tk/APKBUILD
+++ b/testing/tk/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=tk
- pkgver=8.6.1
+ pkgver=8.6.2
pkgrel=0
pkgdesc="GUI toolkit for the Tcl scripting language"
url="http://tcl.sourceforge.net/"
arch="all"
license="TCL"
depends=
- makedepends="tcl-dev libx11-dev libxft-dev libpng-dev"
+ depends_dev="tcl-dev libx11-dev libxft-dev libpng-dev"
+ makedepends="$depends_dev pkgconfig"
source="http://downloads.sourceforge.net/sourceforge/tcl/$pkgname$pkgver-src.tar.gz
"
subpackages="$pkgname-doc $pkgname-dev"
@@ -60,6 +61,6 @@ dev() {
done
}
- md5sums="63f21c3a0e0cefbd854b4eb29b129ac6 tk8.6.1-src.tar.gz"
- sha256sums="b691a2e84907392918665fe03a0deb913663a026bed2162185b4a9a14898162c tk8.6.1-src.tar.gz"
- sha512sums="f05879924371bae7059ccf84b49b16748b3c2c1438ddcfbc4797a7552779947b0c733ada8c9abd739b3b00d16e9e76b407269213f87b6fc81bb29796581a8447 tk8.6.1-src.tar.gz"
+ md5sums="a719038d2df12ffd41dda4a255da5e09 tk8.6.2-src.tar.gz"
+ sha256sums="afb6639043ec38905afe22b61ca54820217f4d4e81e0ad49f839c16d2bf98579 tk8.6.2-src.tar.gz"
+ sha512sums="bf07fb15972de9e04921a016c8e4a870526b217432b50e64b65365036a5aff2182178f5e3eb1f64dc27eb27b6bf2d5c57bd691307cda79290b2bc42ceca57017 tk8.6.2-src.tar.gz"
--
2.1.0
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
On Wed, Sep 03, 2014 at 02:42:35PM +0200, Natanael Copa wrote:
> On Tue, 2 Sep 2014 22:05:12 -0700
> Isaac Dunham <ibid.ag@gmail.com > wrote:
>
> > ---
> > testing/tk/APKBUILD | 11 ++++++-----
> > 1 file changed, 6 insertions(+), 5 deletions(-)
>
> applied. thanks!
Works here:
-wish canvas demo works
-I built python with Tk, and the Tkinter "hello world" works
So that fixed it.
Thanks,
Isaac Dunham
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---