xdaliclock: remove gschemas.compiled

/usr/share/glib-2.0/schemas/gschemas.compiled should be generated and not
provided by a package
This commit is contained in:
Michal Vasilek 2022-11-04 19:47:25 +01:00
parent 6bda9ab458
commit 04f25c019d
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'xdaliclock'
pkgname=xdaliclock
version=2.47
revision=1
revision=2
build_wrksrc=X11
build_style=gnu-configure
hostmakedepends="glib-devel libxml2 pkg-config"
@ -15,6 +15,7 @@ checksum=d4992ff62ba5bf263e6f92abc83afcb3ebfc2d4f7985c562ecf250b0bd6b50be
do_install() {
make install install_prefix=${DESTDIR}
rm "${DESTDIR}/usr/share/glib-2.0/schemas/gschemas.compiled"
sed -n '/Jamie/,/warranty/p' xdaliclock.c > LICENSE
vlicense LICENSE
}