lxqt/obconf-qt/Pkgfile
2024-07-29 01:31:35 -04:00

26 lines
607 B
Plaintext

# Description: The Qt port of obconf, the Openbox configuration tool
# URL: https://github.com/lxqt/obconf-qt
# Maintainer: Jay Lanagan, j at lngn dot net
# Depends on: hicolor-icon-theme openbox qt5 lxqt-build-tools-qt5
name=obconf-qt
version=0.16.4
release=1
source=("https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz")
build() {
mkdir -p build
cd build
cmake "$SRC/$name-$version" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make
make DESTDIR="$PKG" install
rm -rf $PKG/usr/share/$name/translations/
}