Skip to content

Commit

Permalink
Merge pull request #1500 from mariux64/update-bluefish-2210
Browse files Browse the repository at this point in the history
bluefish: update to 2.2.10
  • Loading branch information
wwwutz authored Nov 29, 2019
2 parents 897cf5a + 9bd803f commit 1d658c3
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 1d658c3

Please sign in to comment.