From e0a0521f5f9f231c6f8a99cd47ab8d0dd28fd351 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 26 Feb 2026 13:28:11 +0200 Subject: [PATCH] Update package version to 9.0.2 --- pkg.info | 4 ++-- source.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 5487ea7..bef8f38 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: tk description: A windowing toolkit for use with tcl -version: 8.6.16 +version: 9.0.2 revision: 1 url: http://tcl.sourceforge.net/ license: TCL @@ -16,4 +16,4 @@ downloads: - url: https://downloads.sourceforge.net/project/tcl/Tcl/${BPM_PKG_VERSION}/tk${BPM_PKG_VERSION}-src.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: be9f94d3575d4b3099d84bc3c10de8994df2d7aa405208173c709cc404a7e5fe + checksum: 76fb852b2f167592fe8b41aa6549ce4e486dbf3b259a269646600e3894517c76 diff --git a/source.sh b/source.sh index 90e9522..968c88a 100644 --- a/source.sh +++ b/source.sh @@ -11,6 +11,7 @@ build() { --mandir=/usr/share/man \ --enable-threads \ --enable-64bit \ + --disable-zipfs \ --disable-rpath make } @@ -32,7 +33,7 @@ package() { -i "${BPM_OUTPUT}/usr/lib/tkConfig.sh" # Remove unrequired execute permissions - chmod -x "$BPM_OUTPUT"/usr/lib/libtkstub${BPM_PKG_VERSION%.*}.a + chmod -x "$BPM_OUTPUT"/usr/lib/libtkstub.a # Install package license install -Dm644 "$BPM_SOURCE"/license.terms "$BPM_OUTPUT"/usr/share/licenses/tk/license.terms