tce-load -i gtk3-dev intltool itstool json-glib-dev libnotify-dev libarchive-dev nautilus-dev

cd file-roller-3.16.3

CC="gcc -mtune=generic -Os -pipe" CXX="g++ -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --libexecdir=/usr/local/lib --disable-packagekit

find . -name Makefile -type f -exec sed -i 's/-O2//g' {} \;

make
make install

sudo chmod 0755 /usr/local/lib/file-roller/isoinfo.sh

Configuration:

        Source code location    : .
        Prefix                  : /usr/local
        Compiler                : gcc -mtune=generic -Os -pipe
        CFLAGS                  : -g -O2  -Wall -Wno-deprecated-declarations
        Enable debug code       : no
        Disable deprecated code : no
        Run in place            : no
        Internal mkdtemp        : false
        Nautilus module         : yes
        PackageKit support      : no
        Use libmagic            : no
        JSON support            : yes
        Notifications support   : yes
        Use libarchive          : yes
