38 lines
1.3 KiB
Bash
38 lines
1.3 KiB
Bash
# Template file for 'bluefish'
|
|
pkgname=bluefish
|
|
version=2.2.11
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-spell-check --disable-update-databases
|
|
--disable-xml-catalog-update $(vopt_enable python)"
|
|
pycompile_dirs="/usr/share/bluefish"
|
|
hostmakedepends="pkg-config intltool gdk-pixbuf-devel libxml2-devel
|
|
automake libtool gettext-devel glib-devel"
|
|
makedepends="libxml2-devel gtk+3-devel enchant2-devel gucharmap-devel
|
|
$(vopt_if python python-devel)"
|
|
depends="hicolor-icon-theme desktop-file-utils xmlcatmgr
|
|
$(vopt_if python python)"
|
|
short_desc="Powerful HTML editor for experienced web designers and programmers"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="http://bluefish.openoffice.nl/"
|
|
distfiles="http://www.bennewitz.com/bluefish/stable/source/bluefish-${version}.tar.bz2"
|
|
checksum=454c877fc1dbddfcc65cc7ddaa3c5ceb17bc46e216baf7878f09dbf1dabdc2ff
|
|
lib32disabled=yes
|
|
xml_entries="nextCatalog /usr/share/xml/bluefish/catalog.xml --"
|
|
|
|
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
|
|
build_options="python"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="python"
|
|
fi
|