Update package version to 9.0.2

This commit is contained in:
2026-02-26 13:28:11 +02:00
parent d24ac2e3f1
commit e0a0521f5f
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -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
+2 -1
View File
@@ -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