The GNOME Screenshot is a utility used for taking screenshots of the entire screen, a window or a user-defined area of the screen, with optional beautifying border effects.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-screenshot/3.30/gnome-screenshot-3.30.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-screenshot/3.30/gnome-screenshot-3.30.0.tar.xz
Download MD5 sum: 39a4ba8ef7b6c657a951f0822d218a34
Download size: 220 KB
Estimated disk space required: 6.1 MB
Estimated build time: less than 0.1 SBU
GTK+-3.24.5 and libcanberra-0.30 (Compiled with GTK+3 support).
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-screenshot
There is a build problem caused by a file installed by gettext in
LFS. If gettext was installed with instructions before the April
11, 2018 version of LFS, run the following as the root
user:
sed -e '/AppData/N;N;p;s/\.appdata\./.metainfo./' \ -i /usr/share/gettext-0.19.8/its/appdata.loc
Install GNOME Screenshot by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
In order to best run GNOME Screenshot from the command line, the --interactive option needs to be specified.
Last updated on 2019-02-22 05:31:06 -0800