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.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-screenshot/3.26/gnome-screenshot-3.26.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-screenshot/3.26/gnome-screenshot-3.26.0.tar.xz
Download MD5 sum: 8c99c20f009800cc41c6208583d99a1a
Download size: 228 KB
Estimated disk space required: 5.9 MB
Estimated build time: less than 0.1 SBU
GTK+-3.22.28 and libcanberra-0.30 (Compiled with GTK+3 support).
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-screenshot
Install GNOME Screenshot by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && sed '/^build all/s@src/org.gnome.Screenshot.metainfo.xml@@' \ -i build.ninja && cp ../src/org.gnome.Screenshot.metainfo.xml.in \ src/org.gnome.Screenshot.metainfo.xml && 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.
sed...cp...: These commands work around an issue with current itstool.
Last updated on 2018-02-26 09:06:34 -0800