geda: don't package mimeinfo.cache
This commit is contained in:
parent
dc1291b3d1
commit
bd5ccdf410
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'geda'
|
||||
pkgname=geda
|
||||
version=1.10.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-gaf-${version}"
|
||||
build_style=gnu-configure
|
||||
make_build_args="V=1"
|
||||
|
@ -27,6 +27,10 @@ pre_configure() {
|
|||
touch gnu/stubs-32.h
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/share/applications/mimeinfo.cache
|
||||
}
|
||||
|
||||
geda-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue