msys2 / MSYS2-packages

Package scripts for MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
1.28k stars 486 forks source link

request package #529

Open GFdevelop opened 8 years ago

GFdevelop commented 8 years ago

Please add tk package in msys2, it is in mingw64 repo with the name mingw-w64-x86_64-tk but it is required from gitk (It require wish.exe that is in tk package) that is in msys directory, as temporary solution I have added a new repo:

[git-for-windows] SigLevel = Optional Server = https://dl.bintray.com/$repo/pacman/$arch

and I have downloaded git with this package:

mingw-w64-x86_64-git mingw-w64-x86_64-git-credential-manager git-extra

Alexpux commented 8 years ago

We can't add tk package to MSYS2 as it require Xorg. MSYS is minimal system. Mission of MSYS2 is building environment for mingw-w64 packages. If you need full posix system with many applications - your choice Cygwin. This question is discussed many times. Google will help you.