mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bluefish: update to 2.2.12
Set python_version to 3 and enable python build option by default. Closes: #26200 [via git-merge-pr]
This commit is contained in:
parent
948c0d3030
commit
e93bc1d170
1 changed files with 7 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bluefish'
|
# Template file for 'bluefish'
|
||||||
pkgname=bluefish
|
pkgname=bluefish
|
||||||
version=2.2.11
|
version=2.2.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-spell-check --disable-update-databases
|
configure_args="--enable-spell-check --disable-update-databases
|
||||||
|
@ -11,29 +11,20 @@ hostmakedepends="pkg-config intltool gdk-pixbuf-devel libxml2-devel
|
||||||
makedepends="libxml2-devel gtk+3-devel enchant2-devel gucharmap-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 python3)"
|
||||||
short_desc="Powerful HTML editor for experienced web designers and programmers"
|
short_desc="Powerful HTML editor for experienced web designers and programmers"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="http://bluefish.openoffice.nl/"
|
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=454c877fc1dbddfcc65cc7ddaa3c5ceb17bc46e216baf7878f09dbf1dabdc2ff
|
checksum=0df9905ba2c601cd767fa53e147969e9c90bc0cc4c005c4011c150b248979e6a
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
xml_entries="nextCatalog /usr/share/xml/bluefish/catalog.xml --"
|
xml_entries="nextCatalog /usr/share/xml/bluefish/catalog.xml --"
|
||||||
|
|
||||||
pre_configure() {
|
build_options="python"
|
||||||
sed -e 's|\[enchant\]|\[enchant-2\]|g' \
|
build_options_default="python"
|
||||||
-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
|
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# XXX python option broken with cross compilation
|
|
||||||
build_options="python"
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
build_options_default="python"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue