diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,34 +1,40 @@
name : tk
-version : 8.6.6
-release : 6
+version : 8.6.7
+release : 7
source :
- - http://prdownloads.sourceforge.net/tcl/tk8.6.6-src.tar.gz : d62c371a71b4744ed830e3c21d27968c31dba74dd2c45f36b9b071e6d88eb19d
+ - https://netcologne.dl.sourceforge.net/project/tcl/Tcl/8.6.7/tk8.6.7-src.tar.gz : 061de2a354f9b7c7d04de3984c90c9bc6dd3a1b8377bb45509f1ad8a8d6337aa
homepage : http://www.tcl.tk
-license :
- - TCL
+license : TCL
+component : programming.library
+libsplit : no
summary : Tk (GUI toolkit standard for Tcl)
+description: |
+ TK is a graphical user interface toolkit that is standard for Tcl but also allows application programming in other languages as well, allowing for applications to run on multiple platforms.
builddeps :
- pkgconfig(tcl)
- pkgconfig(x11)
- pkgconfig(xft)
- pkgconfig(xscrnsaver)
-component : programming.library
-libsplit : no
patterns :
- - docs:
+ - docs :
- /usr/share/doc
- /usr/share/man/mann
- /usr/share/man/man3
- /usr/lib/tk8.6/demos/
-description: |
- TK is a graphical user interface toolkit that is standard for Tcl but also allows application programming in other languages as well, allowing for applications to run on multiple platforms.
setup : |
pushd unix
- %configure --disable-static --includedir=/usr/include/tk8.6 --enable-64bit CFLAGS="$CFLAGS -I/usr/include/tcl8.6"
+ %configure --disable-static \
+ --includedir=/usr/include/tk8.6 \
+ --enable-64bit \
+ CFLAGS="$CFLAGS -I/usr/include/tcl8.6"
+ popd
build : |
pushd unix
- %make
+ %make
+ popd
install : |
pushd unix
- %make_install
- ln -s /usr/bin/wish8.6 $installdir/usr/bin/wish
+ %make_install
+ popd
+
+ ln -sv /usr/bin/wish8.6 $installdir/usr/bin/wish
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
tk
http://www.tcl.tk
- Zev Goldstein
- Zev.Goldstein@gmail.com
+ Pierre-Yves
+ pyu@riseup.net
TCL
programming.library
@@ -120,7 +120,7 @@
programming.devel
- tk
+ tk
/usr/include/
@@ -141,12 +141,12 @@
-
- 2017-11-14
- 8.6.6
+
+ 2017-12-17
+ 8.6.7
Packaging update
- Zev Goldstein
- Zev.Goldstein@gmail.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file