void-packages/srcpkgs/lxqt-admin/template
2020-11-07 13:50:27 +01:00

20 lines
703 B
Bash

# Template file for 'lxqt-admin'
pkgname=lxqt-admin
version=0.16.0
revision=1
build_style=cmake
hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel"
makedepends="liblxqt-devel"
short_desc="LXQt system administration tool"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1-or-later"
homepage="https://lxqt.org/"
distfiles="https://github.com/lxqt/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
checksum=1ea928c83a04d59db27274e300215d9bc8159b0cfc5bdae11ce78f05caa450dc
post_install() {
# depends on systemd-{timedated,timesyncd}
rm -f ${DESTDIR}/usr/bin/lxqt-admin-time
rm -f ${DESTDIR}/usr/share/applications/lxqt-admin-time.desktop
}