The GNOME Application Libs (GAL) module contains some library functions that came from Gnumeric and Evolution. The idea is to reuse the code across various larger GNOME applications that might want to use it. This module is outdated and no longer used in the GNOME project.
The GNOME Application Libs (GAL) module contains some library functions that came from Gnumeric and Evolution. The idea is to reuse the code across various larger GNOME applications that might want to use it. This module is outdated and no longer used in the GNOME project.
To install gal, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gal
To see what files were installed by gal, run:
port contents gal
To later upgrade gal, run:
sudo port selfupdate && sudo port upgrade gal
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.