GNOME Tweaks is a simple program used to tweak advanced GNOME settings.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/gnome-tweaks/49/gnome-tweaks-49.0.tar.xz
MD5 校验和:6c8dbfcefcc5dbab6605cc6f0df1ba62
大小:680 KB
预计所需磁盘空间:4.5 MB
预计构建时间:小于 0.1 SBU
GTK-4.22.4, gsettings-desktop-schemas-50.1, libadwaita-1.9.2, libgudev-238, PyGObject-3.56.3, and sound-theme-freedesktop-0.8
Install GNOME Tweaks by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release && ninja
This package does not come with a test suite.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.