Skip to content

Commit

Permalink
bluefish: update to 2.2.10
Browse files Browse the repository at this point in the history
- get rid of compat dependency to enchant
  • Loading branch information
wwwutz committed Nov 26, 2019
1 parent 7a0eaae commit 9bd803f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions bluefish.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION bluefish-2.2.9-0
# BEE_VERSION bluefish-2.2.10-0

SRCURL[0]="http://www.bennewitz.com/bluefish/stable/source/bluefish-${PKGVERSION}.tar.bz2"

Expand All @@ -23,7 +23,10 @@ PATCHURL[0]=""
#}

mee_configure() {
bee_configure --disable-update-databases
bee_configure \
--disable-update-databases \
--enable-xml-catalog-update \
--disable-nls
}

#mee_build() {
Expand All @@ -33,3 +36,7 @@ mee_configure() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 9bd803f

Please sign in to comment.