20 lines
709 B
Bash
20 lines
709 B
Bash
# Template file for 'lxqt-admin'
|
|
pkgname=lxqt-admin
|
|
version=0.17.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
|
|
perl"
|
|
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=83485e4cf8d61861711934ca4e41b0a90cd03528dbc3b0f5ffb2bb5bffb0d31d
|
|
|
|
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
|
|
}
|