vp-build/srcpkgs/liblxqt/template

26 lines
840 B
Bash

# Template file for 'liblxqt'
pkgname=liblxqt
version=0.12.0
revision=1
build_style=cmake
configure_args="-DPULL_TRANSLATIONS=0"
hostmakedepends="pkg-config qt5-host-tools kwindowsystem-devel"
makedepends="lxqt-build-tools kwindowsystem-devel libqtxdg-devel libXScrnSaver-devel"
short_desc="Core utility library for all LXQt components"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="https://github.com/lxde/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
checksum=44bba48b073ded5b0ab3de2ea3575a704bb22d23ce5cc5743f76579c1f084f33
liblxqt-devel_package() {
short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/share/cmake
}
}