labwc / labwc-tweaks

A Qt configuration tool for labwc
GNU General Public License v2.0
24 stars 8 forks source link

labwc-tweaks

CI

This is a GUI 'Settings' application for labwc.

dependencies

Runtime:

Build:

build

CMAKE_BUILD_TYPE is usually set to Release, though None might be a valid alternative.
CMAKE_INSTALL_PREFIX has to be set to /usr on most operating systems.

cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr -W no-dev
cmake --build build --verbose

test

ctest --verbose --force-new-ctest-process --test-dir build

install

Using sudo make install is discouraged, instead use the system package manager where possible.

In this packaging simulation, CMake installs the binary to /usr/bin and data files to their respective locations in a "package" directory.

DESTDIR="$(pwd)/package" cmake --install build

If you find it a useful tool and want to expand its scope, feel free.

packages

Packaging status

translations

For contributing translations the LXQt Weblate platform can be used.

Translation status

licenses