https://gist.github.com/jsn/b9363da99887574d8a18 PKGBUILD for the current version (1.11-r1)
Search Criteria
Package Details: tekui 1.12-3
Package Actions
| Package Base: | tekui |
|---|---|
| Description: | A small, freestanding and portable GUI toolkit written in Lua and C. |
| Upstream URL: | http://tekui.neoscientists.org/ |
| Category: | devel |
| Licenses: | |
| Submitter: | None |
| Maintainer: | perlawk |
| Last Packager: | perlawk |
| Votes: | 2 |
| First Submitted: | 2010-04-12 01:17 |
| Last Updated: | 2015-02-15 08:50 |
Dependencies (8)
- fontconfig
- freetype2
- libx11
- libxft
- libxxf86vm
- lua
- lua-filesystem
- directfb (optional) – for the directfb driver
Required by (0)
Sources
Latest Comments
Comment by jsn
Comment by jseb
With the current gcc version shipped with Arch (gcc-4.5.2) , tekui will hang at exit.
For proper support, you'll have to compile it with a stable version of gcc (gcc-4.4.4 for the moment).
For compiling with gcc-4.4, you'll have to install it (aur PKGBUILD is fine), and modify your TekUI's PKGBUILD.
Add this to the TekUI PKGBUILD:
sed -i "s|gcc|gcc-4.4|g" config
(just before the line: "make all || return 1")