2024-07-23 08:20:18 -04:00

23 lines
518 B
Plaintext

# Description: LXQt platform integration for Qt.
# URL: https://github.com/lxqt/lxqt-qtplugin
# Maintainer: Jay Lanagan, j at lngn dot net
# Depends on: libdbusmenu-lxqt libqtxdg lxqt-build-tools libfm-qt
name=lxqt-qtplugin
version=2.0.0
release=1
source=(https://github.com/lxqt/$name/releases/download/$version/$name-$version.tar.xz)
build() {
mkdir -p build
cd build
cmake "$SRC/$name-$version" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make
make DESTDIR="$PKG" install
}