obconf-qt-0.16.3

Introduction to obconf-qt

The obconf-qt package is a Qt-based configuration tool for Openbox.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

Package Information

obconf-qt Dependencies

Required

hicolor-icon-theme-0.17, liblxqt-1.4.0, and openbox-3.6.1

Installation of obconf-qt

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

Contents

Installed Program: obconf-qt
Installed Libraries: None
Installed Directory: None

Short Descriptions

obconf-qt

is a Qt-based configuration tool for Openbox