lxqt-admin: remove lxqt-admin-time (depends on systemd-{timedated,timesyncd})
This commit is contained in:
parent
043ae804bb
commit
c93ae33218
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lxqt-admin'
|
# Template file for 'lxqt-admin'
|
||||||
pkgname=lxqt-admin
|
pkgname=lxqt-admin
|
||||||
version=0.11.0
|
version=0.11.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPULL_TRANSLATIONS=0"
|
configure_args="-DPULL_TRANSLATIONS=0"
|
||||||
makedepends="qt5-devel liblxqt-devel"
|
makedepends="qt5-devel liblxqt-devel"
|
||||||
|
@ -11,3 +11,9 @@ license="LGPL-2.1"
|
||||||
homepage="http://lxqt.org/"
|
homepage="http://lxqt.org/"
|
||||||
distfiles="https://github.com/lxde/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
|
distfiles="https://github.com/lxde/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
|
||||||
checksum=34eb3a5cd93d10b1440b0a098b21d5bc512f76dc03ab36dfd78c57e9cb9da6a2
|
checksum=34eb3a5cd93d10b1440b0a098b21d5bc512f76dc03ab36dfd78c57e9cb9da6a2
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue