mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
bluefish: switch to enchant-2
This commit is contained in:
parent
e07606ba24
commit
85445d30ac
1 changed files with 13 additions and 2 deletions
|
@ -6,8 +6,9 @@ lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-spell-check --disable-update-databases
|
configure_args="--enable-spell-check --disable-update-databases
|
||||||
--disable-xml-catalog-update $(vopt_enable python)"
|
--disable-xml-catalog-update $(vopt_enable python)"
|
||||||
hostmakedepends="pkg-config intltool gdk-pixbuf-devel libxml2-devel"
|
hostmakedepends="pkg-config intltool gdk-pixbuf-devel libxml2-devel
|
||||||
makedepends="libxml2-devel gtk+3-devel enchant-devel gucharmap-devel
|
automake libtool gettext-devel glib-devel"
|
||||||
|
makedepends="libxml2-devel gtk+3-devel enchant2-devel gucharmap-devel
|
||||||
$(vopt_if python python-devel)"
|
$(vopt_if python python-devel)"
|
||||||
depends="hicolor-icon-theme desktop-file-utils xmlcatmgr
|
depends="hicolor-icon-theme desktop-file-utils xmlcatmgr
|
||||||
$(vopt_if python python)"
|
$(vopt_if python python)"
|
||||||
|
@ -20,6 +21,16 @@ homepage="http://bluefish.openoffice.nl/"
|
||||||
distfiles="http://www.bennewitz.com/bluefish/stable/source/bluefish-${version}.tar.bz2"
|
distfiles="http://www.bennewitz.com/bluefish/stable/source/bluefish-${version}.tar.bz2"
|
||||||
checksum=afeca12b693bb58e30c2199e6a21cc06da02d88e0ac9d08b7a231a9c8e7c3eb2
|
checksum=afeca12b693bb58e30c2199e6a21cc06da02d88e0ac9d08b7a231a9c8e7c3eb2
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -e 's|\[enchant\]|\[enchant-2\]|g' \
|
||||||
|
-e 's|\[enchant >|\[enchant-2 >|g' \
|
||||||
|
-e 's|enchant/enchant.h|enchant-2/enchant.h|g' \
|
||||||
|
-e 's|BF_dependencies enchant|BF_dependencies enchant-2|g' \
|
||||||
|
-i configure.ac
|
||||||
|
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
# XXX python option broken with cross compilation
|
# XXX python option broken with cross compilation
|
||||||
build_options="python"
|
build_options="python"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue