The obconf-qt package is a Qt-based configuration tool for Openbox.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://github.com/lxqt/obconf-qt/releases/download/0.16.3/obconf-qt-0.16.3.tar.xz
Download MD5 sum: 6a3f8d3bf8b257ec643fc8d40d88a4f5
Download size: 116 KB
Estimated disk space required: 4.5 MB
Estimated build time: 0.1 SBU
First, fix the package to build with libxml2-2.12.3:
sed -e '/iostream/a #include <libxml/xmlsave.h>' \ -e 's/xmlErrorPtr/const xmlError*/' \ -i src/obconf-qt.cpp
Now install obconf-qt by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install