27 lines
1.1 KiB
Bash
27 lines
1.1 KiB
Bash
# Template file for 'bluefish'
|
|
pkgname=bluefish
|
|
version=2.2.9
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
configure_args="--enable-spell-check --disable-update-databases
|
|
--disable-xml-catalog-update $(vopt_enable python)"
|
|
hostmakedepends="pkg-config intltool gdk-pixbuf-devel libxml2-devel"
|
|
makedepends="libxml2-devel gtk+3-devel enchant-devel gucharmap-devel
|
|
$(vopt_if python python-devel)"
|
|
depends="hicolor-icon-theme desktop-file-utils xmlcatmgr
|
|
$(vopt_if python python)"
|
|
xml_entries="nextCatalog /usr/share/xml/bluefish/catalog.xml --"
|
|
pycompile_dirs="/usr/share/bluefish"
|
|
short_desc="A powerful HTML editor for experienced web designers and programmers"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://bluefish.openoffice.nl/"
|
|
distfiles="http://www.bennewitz.com/bluefish/stable/source/bluefish-${version}.tar.bz2"
|
|
checksum=5b717b563325bc6c2b6cb2700323c93eb08f914f204b322241d21744a079f7d0
|
|
|
|
# XXX python option broken with cross compilation
|
|
build_options="python"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="python"
|
|
fi
|