# Maintainer: Jerome Leclanche _pkgname=lxqt-session pkgname=$_pkgname-git pkgver=0.12.0.9.ga9fd906 pkgrel=1 pkgdesc="LXQt session" arch=("i686" "x86_64") url="https://lxqt.org" license=("GPL2") depends=("liblxqt-git" "xdg-user-dirs") optdepends=("sddm: The recommended LXQt display manager") makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git") provides=("$_pkgname") conflicts=("$_pkgname") source=("git+https://github.com/lxqt/$_pkgname.git") sha256sums=('SKIP') pkgver() { cd "$srcdir/$_pkgname" git describe --always | sed "s/-/./g" } build() { mkdir -p build cd build cmake "$srcdir/$_pkgname" \ -DCMAKE_INSTALL_PREFIX=/usr make } package() { cd build make DESTDIR="$pkgdir" install }