mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnumeric: remove useless vsed.
This commit is contained in:
parent
5204dd9c4f
commit
7744ed6d3d
1 changed files with 3 additions and 5 deletions
|
@ -12,6 +12,8 @@ homepage="http://gnumeric.org/"
|
||||||
changelog="https://github.com/GNOME/gnumeric/raw/master/NEWS"
|
changelog="https://github.com/GNOME/gnumeric/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/gnumeric/${version%.*}/gnumeric-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gnumeric/${version%.*}/gnumeric-${version}.tar.xz"
|
||||||
checksum=c69a09cd190b622acca476bbc3d4c03d68d7ccf59bba61bf036ce60885f9fb65
|
checksum=c69a09cd190b622acca476bbc3d4c03d68d7ccf59bba61bf036ce60885f9fb65
|
||||||
|
# FIXME: many tests fail.
|
||||||
|
make_check=no
|
||||||
|
|
||||||
# This isn't a direct dependency but when soname bumping perl it will
|
# This isn't a direct dependency but when soname bumping perl it will
|
||||||
# cause build failures
|
# cause build failures
|
||||||
|
@ -22,12 +24,8 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --without-perl"
|
configure_args+=" --without-perl"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
|
||||||
}
|
|
||||||
|
|
||||||
gnumeric-devel_package() {
|
gnumeric-devel_package() {
|
||||||
depends="gnumeric>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue