The lximage-qt package contains a lightweight image viewer and screenshot program.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://downloads.lxqt.org/lximage-qt/0.5.1/lximage-qt-0.5.1.tar.xz
Download MD5 sum: 90b79b017649a06b0eb6178590143856
Download size: 36 KB
Estimated disk space required: 3.2 MB
Estimated build time: 0.2 SBU
libexif-0.6.21 and libfm-qt-0.11.2
git-2.11.1 (to download translation files) or lxqt-l10n-0.11.2 (to add localization files)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lximage-qt
Install lximage-qt by running the following commands:
mkdir -v build &&
cd       build &&
cmake -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      -DPULL_TRANSLATIONS=no              \
      ..       &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
          If you installed in /opt, again as the root user:
        
ln -svf $LXQT_PREFIX/share/applications/lximage-qt.desktop \
        /usr/share/applications &&
ln -svf $LXQT_PREFIX/share/applications/lximage-qt-screenshot.desktop \
        /usr/share/applications
        
          If you have xdg-utils-1.1.1 installed, as the
          root user, run xdg-icon-resource forceupdate --theme
          hicolor.
        
          -DPULL_TRANSLATIONS=no:
          Removes the need for git-2.11.1, which would otherwise be
          requested to download the translation files.
        
Last updated on 2017-02-21 12:13:57 -0800