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:
parent
6bda9ab458
commit
04f25c019d
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue