void-packages/srcpkgs/lxqt-admin/template
2020-04-27 09:56:50 -07:00

20 lines
698 B
Bash

# Template file for 'lxqt-admin'
pkgname=lxqt-admin
version=0.15.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="Orphaned <orphan@voidlinux.org>"
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=ccdd6e86607f529fd8524893724679e8e0186c097cc45abde635e2efe11954fd
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
}