Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bluefish: build with python3-devel. #38607

Merged
merged 1 commit into from
Aug 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/bluefish/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'bluefish'
pkgname=bluefish
version=2.2.12
revision=2
revision=3
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)"
$(vopt_if python python3-devel)"
depends="hicolor-icon-theme desktop-file-utils xmlcatmgr
$(vopt_if python python3)"
short_desc="Powerful HTML editor for experienced web designers and programmers"
Expand Down