The GTK Xfce Engine package contains several GTK+ 2 and GTK+ 3 themes and libraries needed to display them. This is useful for customising the appearance of your Xfce desktop.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): http://archive.xfce.org/src/xfce/gtk-xfce-engine/3.2/gtk-xfce-engine-3.2.0.tar.bz2
Download MD5 sum: 363d6c16a48a00e26d45c45c2e1fd739
Download size: 368 KB
Estimated disk space required: 7.0 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtk-xfce-engine
Install GTK Xfce Engine by running the following commands:
sed -i 's/\xd6/\xc3\x96/' gtk-3.0/xfce_style_types.h && ./configure --prefix=/usr --enable-gtk3 && make
This package does not come with a test suite.
Now, as the root
user:
make install
sed -i 's/\xd6/\xc3\x96/' ...: The script glib-mkenums has now been rewritten from perl to python and will crash when it encounters an ISO-8859-1 character in a comment. This sed converts that character to UTF-8.
Last updated on 2018-08-22 16:17:20 -0700