Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This is a good thing because the obsolete webkitgtk has many security-related
issues. And the change also saves the compilation time, because webkitgtk
was only available in AUR and it is a huge package [1].
[1] https://aur.archlinux.org/packages/webkitgtk/#pinned-690142
|
|
|
|
and remove the temporary building patch
|
|
Adds a temporary patch for tecmake.mak.
The patch will be removed when it is fixed upstream.
|
|
Signed-off-by: Jiří Klimeš <blueowl@centrum.cz>
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Jiří Klimeš <blueowl@centrum.cz>
|
|
- iupmatrixex library has been merged to iupcontrols
Signed-off-by: Jiří Klimeš <blueowl@centrum.cz>
|
|
Signed-off-by: Jiří Klimeš <blueowl@centrum.cz>
|
|
Signed-off-by: Jiří Klimeš <blueowl@centrum.cz>
|
|
- build Lua bindings for Lua 5.3, 5.2 and 5.1 as separate packages
(build targets iuplua53, iupconsole and iupluascripter)
- create symbolic links required for Lua modules to work properly
- add RUNPATH to Lua libraries, so that they are found at runtime
without the need to fiddle with LD_LIBRARY_PATH.
(man ld (serach -rpath, https://en.wikipedia.org/wiki/Rpath,
http://blog.qt.io/blog/2011/10/28/rpath-and-runpath/)
Signed-off-by: Jiří Klimeš <blueowl@centrum.cz>
|
|
- lua is not needed (we build without Lua)
- dependencies provided by other dependencies don't need to be listed [1]
gtk3 is provided by libcd
cairo, pango, glib2 are provided by gtk3
freetype2, libpng, zlib are satisfied by ftgl (besides other deps)
[1] https://wiki.archlinux.org/index.php/PKGBUILD#Dependencies
Signed-off-by: Jiří Klimeš <blueowl@centrum.cz>
|
|
|
|
Thanks @ktamp
|
|
|
|
|
|
|
|
|
|
|
|
|